EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4HcalDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4HcalDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4HCALDEFS_H
4 #define G4DETECTORS_PHG4HCALDEFS_H
5 
6 #include <string>
7 
8 namespace PHG4HcalDefs
9 {
10  // parameter names used in lookups by other modules
11  static const std::string scipertwr = "n_scinti_plates_per_tower";
12  static const std::string innerrad = "inner_radius";
13  static const std::string outerrad = "outer_radius";
14  static const std::string n_towers = "n_towers";
15  static const std::string n_scinti_tiles = "n_scinti_tiles";
16  static const std::string n_scinti_tiles_pos = "n_scinti_tiles_pos";
17  static const std::string n_scinti_tiles_neg = "n_scinti_tiles_neg";
18 }
19 
20 #endif