20 #include <Geant4/G4SystemOfUnits.hh>
21 #include <Geant4/G4Types.hh>
31 , steppingAction_(nullptr)
32 , eventAction_(nullptr)
42 , superdetector(
"NONE")
47 nam << name <<
"_" << lyr;
48 Name(nam.str().c_str());
49 for (
int i = 0;
i < 3;
i++)
72 ostringstream nodename;
82 PHG4HitContainer* block_hits = findNode::getClass<PHG4HitContainer>(topNode, nodename.str().c_str());
99 block_hits = findNode::getClass<PHG4HitContainer>(topNode, nodename.str().c_str());