Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hisid.f
Go to the documentation of this file.
1  INTEGER FUNCTION hisid(ID)
2  IMPLICIT NONE
3  INTEGER id
4  LOGICAL hexist
5  IF(hexist(id).EQV..true.) THEN
6  hisid = 1
7  ELSE
8  hisid = 0
9  ENDIF
10  END