6 #include <calobase/RawTower.h>
7 #include <calobase/RawTowerContainer.h>
8 #include <calobase/RawTowerDefs.h>
20 #include <Event/Event.h>
21 #include <Event/EventTypes.h>
22 #include <Event/packet.h>
46 hcalin_towers_lg(nullptr)
48 hcalout_towers_lg(nullptr)
50 hcalin_towers_hg(nullptr)
52 hcalout_towers_hg(nullptr)
69 _event = findNode::getClass<Event>(topNode,
"PRDF");
72 cout <<
"CaloUnpackPRDF::Process_Event - Event not found" << endl;
78 cout <<
PHWHERE <<
"Process event entered" << std::endl;
91 cout <<
"CaloUnpackPRDF::Process_Event - Packet not found" << endl;
205 cout <<
"HCALIN Towers: " << endl;
209 for (iter = begin_end.first; iter != begin_end.second; ++iter)
214 cout <<
"Signal Samples: [" << endl;
219 cout <<
" ]" << endl;
232 nodeItr.
findFirst(
"PHCompositeNode",
"DST"));
235 cout <<
"PHComposite node created: DST" << endl;
242 nodeItr.
findFirst(
"PHCompositeNode",
"RAW_DATA"));
246 cout <<
"PHComposite node created: RAW_DATA" << endl;
258 "TOWER_RAW_HG_HCALIN",
"PHObject");
263 "TOWER_RAW_LG_HCALOUT",
"PHObject");
267 "TOWER_RAW_HG_HCALOUT",
"PHObject");