25 #include <calobase/RawTower.h>
26 #include <calobase/RawTowerContainer.h>
27 #include <calobase/RawTowerGeom.h>
28 #include <calobase/RawTowerGeomContainer.h>
29 #include <calobase/RawTowerDefs.h>
31 #include <calobase/RawCluster.h>
32 #include <calobase/RawClusterContainer.h>
82 PHG4HitContainer* hits = findNode::getClass<PHG4HitContainer>(topNode,
"G4HIT_CEMC");
91 int scint_id = hit_iter->second->get_scint_id();
96 int shiftedsector = sectornumber + 8;
97 if (shiftedsector > 31)
99 shiftedsector = shiftedsector - 31;
103 hit_iter->second->set_scint_id(encoder.
scint_ID);