69   fincident_x_hist = mgr->
CreateH1(
"incident_x", 
"Incident X", 100, -5 * 
cm,
 
   71   fincident_map = mgr->
CreateH2(
"incident_map", 
"Incident Map", 50, -5 * 
cm,
 
   72       5 * 
cm, 50, -5 * 
cm, 5 * 
cm, 
"cm", 
"cm");
 
   74       = mgr->
CreateH1(
"dose", 
"Dose distribution", 500, 0, 50 * 
cm, 
"cm");
 
   75   fdose_map = mgr->
CreateH2(
"dose_map", 
"Dose distribution", 500, 0, 50 * 
cm,
 
   76       200, -10 * 
cm, 10 * 
cm, 
"cm", 
"cm");
 
   77   fdose_map3d = mgr->
CreateH3(
"dose_map_3d", 
"Dose distribution", 30, 0,
 
   78       50 * 
cm, 20, -10 * 
cm, 10 * 
cm, 20, -10 * 
cm, 10 * 
cm, 
"cm", 
"cm", 
"cm");
 
   79   fdose_prof = mgr->
CreateP1(
"dose_prof", 
"Dose distribution", 300, 0, 30 * 
cm,
 
   80       0, 100 * 
MeV, 
"cm", 
"MeV");
 
   81   fdose_map_prof = mgr->
CreateP2(
"dose_map_prof", 
"Dose distribution", 300, 0,
 
   82       30 * 
cm, 80, -4 * 
cm, 4 * 
cm, 0, 100 * 
MeV, 
"cm", 
"cm", 
"MeV");
 
G4int CreateH3(const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinSchemeName="linear", const G4String &ybinSchemeName="linear", const G4String &zbinSchemeName="linear")
 
G4int CreateH1(const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binSchemeName="linear")
 
G4int CreateP1(const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinSchemeName="linear")
 
static constexpr double cm
 
G4int CreateP2(const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4double zmin=0, G4double zmax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")
 
static constexpr double MeV
 
G4int CreateH2(const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")