* * $Id: gzisjt.F,v 1.8 1999/04/08 16:02:45 mclareni Exp $ * * $Log: gzisjt.F,v $ * Revision 1.8 1999/04/08 16:02:45 mclareni * Version 7.44 from authors * * #include "sys/CERNLIB_machine.h" #include "pilot.h" FUNCTION GZISJT() C---------------------------------------------------------------------- C- C- Purpose and Methods : C- Find pointer to ISJT bank (jet found in toy calorimeter) C- Returned value : pointer to first bank C- C- Created 29-JAN-1990 Serban D. Protopopescu C- C---------------------------------------------------------------------- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif INTEGER GZISJT #include "izisjt.inc" #include "zebcom.inc" INTEGER LISAC,GZISAC C---------------------------------------------------------------------- GZISJT=0 LISAC=GZISAC() IF(LISAC.GT.0) GZISJT=LQ(LISAC-IZISJT) 999 RETURN END