Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:20:45

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPEHCALDEFS_H
0004 #define G4CALOPROTOTYPE_PHG4PROTOTYPEHCALDEFS_H
0005 
0006 #include <string>
0007 
0008 namespace PHG4PrototypeHcalDefs
0009 {
0010   // parameter names used in lookups by other modules
0011   static const std::string scipertwr = "n_scinti_plates_per_tower";
0012 }
0013 
0014 #endif