7 #include <calobase/RawTower.h>
8 #include <calobase/RawTowerContainer.h>
9 #include <calobase/RawTowerGeom.h>
10 #include <calobase/RawTowerGeomContainer.h>
13 #include <calobase/RawCluster.h>
14 #include <calobase/RawClusterv1.h>
15 #include <calobase/RawClusterContainer.h>
40 RawClusterContainer* cemc_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_CEMC");
41 RawClusterContainer* hcalin_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_HCALIN");
42 RawClusterContainer* hcalout_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_HCALOUT");
46 cout <<
"cemc_clusters " << cemc_clusters << endl;
47 cout <<
"hcalin_clusters " << hcalin_clusters << endl;
48 cout <<
"hcalout_clusters " << hcalout_clusters << endl;
52 RawClusterContainer* new_cemc_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_CEMC_MOD");
53 RawClusterContainer* new_hcalin_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_HCALIN_MOD");
54 RawClusterContainer* new_hcalout_clusters = findNode::getClass<RawClusterContainer>(topNode,
"CLUSTER_HCALOUT_MOD");
58 cout <<
"new_cemc_clusters " << new_cemc_clusters << endl;
59 cout <<
"new_hcalin_clusters " << new_hcalin_clusters << endl;
60 cout <<
"new_hcalout_clusters " << new_hcalout_clusters << endl;
75 double new_cemc_esum = 0;
87 cout <<
"process_event: cemc_esum " << cemc_esum << endl;
88 cout <<
"process_event: new_cemc_esum " << new_cemc_esum << endl;