ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4ZDCDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4ZDCDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4ZDCDEFS_H
4 #define G4DETECTORS_PHG4ZDCDEFS_H
5 
6 namespace PHG4ZDCDefs
7 {
8  // __attribute__((unused)) prevents warnings about unused variables
9  static const int NORTH __attribute__((unused)) = 0;
10  static const int SOUTH __attribute__((unused)) = 1;
11 } // namespace PHG4ZDCDefs
12 
13 #endif