Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:17:52

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef G4DETECTORS_PHG4ZDCDEFS_H
0004 #define G4DETECTORS_PHG4ZDCDEFS_H
0005 
0006 namespace PHG4ZDCDefs
0007 {
0008   // __attribute__((unused)) prevents warnings about unused variables
0009   static const int NORTH __attribute__((unused)) = 0;
0010   static const int SOUTH __attribute__((unused)) = 1;
0011 }  // namespace PHG4ZDCDefs
0012 
0013 #endif