Geant4.10
 All Data Structures 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
integer function hisid(ID)
Definition: hisid.f:1