79 std::sqrt(HitPoint.
y()*HitPoint.
y()+HitPoint.
z()*HitPoint.
z())/
cm;
90 G4double totalFilledProfileHcal = 0.0;
92 static G4int IDlateralProfile = -1;
93 if (IDlateralProfile < 0) {
94 IDlateralProfile = man->
GetH1Id(
"h500");
96 for (
G4int i=0; i<70; ++i) {
105 G4cout <<
"CCalAnalysis::InsertLateralProfile: Total filled Profile Hcal"
106 <<
" histo " << totalFilledProfileHcal <<
G4endl;
109 static G4int IDTimeHist = -1;
110 if (IDTimeHist < 0) {
111 IDTimeHist = man->
GetH1Id(
"h300");
113 static G4int IDTimeProfile = -1;
114 if (IDTimeProfile < 0) {
115 IDTimeProfile = man->
GetH1Id(
"h901");
117 G4double totalFilledTimeProfile = 0.0;
132 G4cout <<
"CCalAnalysis::InsertTime: Total filled Time profile histo "
133 << totalFilledTimeProfile <<
G4endl;