33 , eion_etot_hist(nullptr)
42 cout <<
"Detector not set via Detector(<name>) method" << endl;
43 cout <<
"(it is the name appended to the G4HIT_<name> nodename)" << endl;
44 cout <<
"you do not want to run like this, exiting now" << endl;
48 etot_hist =
new TH1F(
"etot",
"total deposited energy", 200, 0, 20);
50 eion_etot_hist =
new TH2F(
"eion_etot",
"ionization energy vs total energy", 200, 0, 20, 200, 0, 20);
76 PHG4Hit *inhit = hit_iter->second;
95 PHG4Hit *inhit = hit_iter->second;
113 eleak += hit_iter->second->
get_edep();