Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4PrototypeHcalDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4PrototypeHcalDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPEHCALDEFS_H
4 #define G4CALOPROTOTYPE_PHG4PROTOTYPEHCALDEFS_H
5 
6 #include <string>
7 
8 namespace PHG4PrototypeHcalDefs
9 {
10  // parameter names used in lookups by other modules
11  static const std::string scipertwr = "n_scinti_plates_per_tower";
12 }
13 
14 #endif