34 #include "HistoManager.hh"
36 #include "DetectorConstruction.hh"
82 "Energy deposit at radius (mm) normalised on 1st channel",
87 "Energy deposit at radius (mm) normalised to integral",
92 "Energy deposit (MeV/kg/electron) at radius (mm)",
101 "Energy profile (MeV/kg/electron) over Z (mm) at Central Voxel",
106 "Energy (MeV) of fGamma produced in the target",
123 "Gamma Energy Fluence (MeV/cm2) at radius(mm) in front of phantom",
128 for(
int i=0; i<iHisto+1; i++) analysisManager->
SetH1Activation(i,
false);
138 if(bForceActivation) {
152 std::vector<G4int> histoId { 0, 1, 2, 9 };
153 for(
auto v : histoId)
166 std::vector<G4int> histoId { 3, 4 };
167 for(
auto v : histoId)
179 std::vector<G4int> histoId { 5, 6, 7 ,8 };
180 for(
auto v : histoId)
204 G4cout<<
"Histogram parameters : "<<i<<
" "<<histoId<<
" : "<<nbins<<
" ";