Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef G4DETECTORS_PHG4HCALDEFS_H
0004 #define G4DETECTORS_PHG4HCALDEFS_H
0005 
0006 #include <string>
0007 
0008 namespace PHG4HcalDefs
0009 {
0010   // parameter names used in lookups by other modules
0011   static const std::string scipertwr = "n_scinti_plates_per_tower";
0012   static const std::string innerrad = "inner_radius";
0013   static const std::string outerrad = "outer_radius";
0014   static const std::string n_towers = "n_towers";
0015   static const std::string n_scinti_tiles = "n_scinti_tiles";
0016   static const std::string n_scinti_tiles_pos = "n_scinti_tiles_pos";
0017   static const std::string n_scinti_tiles_neg = "n_scinti_tiles_neg";
0018 }  // namespace PHG4HcalDefs
0019 
0020 #endif