Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:18:16

0001 #ifndef G4TPC_PHG4TPCDEFS_H
0002 #define G4TPC_PHG4TPCDEFS_H
0003 
0004 namespace PHG4TpcDefs
0005 {
0006   enum
0007   {
0008     North = 1,
0009     South = 2
0010   };
0011   // passive materials id's (copy numbers)
0012   enum
0013   {
0014     Window = 100,
0015     WindowCore
0016   };
0017 }  // namespace PHG4TpcDefs
0018 
0019 #endif