ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4TpcDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4TpcDefs.h
1 #ifndef G4TPC_PHG4TPCDEFS_H
2 #define G4TPC_PHG4TPCDEFS_H
3 
4 namespace PHG4TpcDefs
5 {
6  enum
7  {
8  North = 1,
9  South = 2
10  };
11  // passive materials id's (copy numbers)
12  enum
13  {
14  Window = 100,
16  };
17 }; // namespace PHG4TpcDefs
18 
19 #endif