62 BookHistograms(report.histoMapMap_vol_stepSize,
"stepLength/",
"volumes/");
63 BookHistograms(report.histoMapMap_vol_stepKineticEnergy,
"stepKineticEnergy/",
"volumes/");
64 BookHistograms(report.histoMapMap_vol_postStepKineticEnergy,
"postStepKineticEnergy/",
"volumes/");
65 BookHistograms(report.histoMapMap_vol_stepPseudorapidity,
"stepPseudorapidity/",
"volumes/");
66 BookHistograms(report.histoMapMap_vol_stepEnergyDeposit,
"stepEnergyDeposit/",
"volumes/");
67 BookHistograms(report.histoMapMap_vol_stepEnergyNonIonDeposit,
"stepEnergyNonIonDeposit/",
"volumes/");
68 BookHistograms(report.histoMapMap_vol_stepSecondaryKinetic,
"stepSecondaryKinetic/",
"volumes/");
69 BookHistograms(report.histoMapMap_vol_trackLengthPerInitialE,
"trackLengthPerInitialE/",
"volumes/");
70 BookHistograms(report.histoMapMap_vol_InitialE,
"InitialE/",
"volumes/");
71 BookHistograms(report.histoMapMap_vol_numberOfSteps,
"numberOfSteps/",
"volumes/");
72 BookHistograms(report.histoMapMap_vol_numberOfStepsPerInitialE,
"numberOfStepsPerInitialE/",
"volumes/");
74 BookHistograms(report.histoMapMap_mat_stepSize,
"stepLength/",
"materials/");
75 BookHistograms(report.histoMapMap_mat_stepKineticEnergy,
"stepKineticEnergy/",
"materials/");
76 BookHistograms(report.histoMapMap_mat_stepPseudorapidity,
"stepPseudorapidity/",
"materials/");
77 BookHistograms(report.histoMapMap_mat_postStepKineticEnergy,
"postStepKineticEnergy/",
"materials/");
78 BookHistograms(report.histoMapMap_mat_stepEnergyDeposit,
"stepEnergyDeposit/",
"materials/");
79 BookHistograms(report.histoMapMap_mat_stepEnergyNonIonDeposit,
"stepEnergyNonIonDeposit/",
"materials/");
80 BookHistograms(report.histoMapMap_mat_stepSecondaryKinetic,
"stepSecondaryKinetic/",
"materials/");
81 BookHistograms(report.histoMapMap_mat_trackLengthPerInitialE,
"trackLengthPerInitialE/",
"materials/");
82 BookHistograms(report.histoMapMap_mat_InitialE,
"InitialE/",
"materials/");
83 BookHistograms(report.histoMapMap_mat_numberOfSteps,
"numberOfSteps/",
"materials/");
84 BookHistograms(report.histoMapMap_mat_numberOfStepsPerInitialE,
"numberOfStepsPerInitialE/",
"materials/");
86 BookHistograms(report.histoMapMap_prc_stepSize,
"stepLength/",
"processes/");
87 BookHistograms(report.histoMapMap_prc_stepKineticEnergy,
"stepKineticEnergy/",
"processes/");
88 BookHistograms(report.histoMapMap_prc_stepPseudorapidity,
"stepPseudorapidity/",
"processes/");
89 BookHistograms(report.histoMapMap_prc_postStepKineticEnergy,
"postStepKineticEnergy/",
"processes/");
90 BookHistograms(report.histoMapMap_prc_stepEnergyDeposit,
"stepEnergyDeposit/",
"processes/");
91 BookHistograms(report.histoMapMap_prc_stepEnergyNonIonDeposit,
"stepEnergyNonIonDeposit/",
"processes/");
92 BookHistograms(report.histoMapMap_prc_stepSecondaryKinetic,
"stepSecondaryKinetic/",
"processes/");
93 BookHistograms(report.histoMapMap_prc_trackLengthPerInitialE,
"trackLengthPerInitialE/",
"processes/");
94 BookHistograms(report.histoMapMap_prc_InitialE,
"InitialE/",
"processes/");
95 BookHistograms(report.histoMapMap_prc_numberOfSteps,
"numberOfSteps/",
"processes/");
96 BookHistograms(report.histoMapMap_prc_numberOfStepsPerInitialE,
"numberOfStepsPerInitialE/",
"processes/");
99 BookHistograms(report.histoMapMap_numberOfSteps,
"numberOfSteps/",
"nSteps/");
100 BookHistograms(report.histoMapMap_numberOfStepsPerInitialE,
"numberOfStepsPerInitialE/",
"nSteps/");
101 BookHistograms(report.histoMapMap_trackLengthPerInitialE,
"trackLengthPerInitialE/",
"nSteps/");
102 BookHistograms(report.histoMapMap_InitialE,
"InitialE/",
"nSteps/");
103 BookHistograms(report.histoMapMap_stepKinetic,
"stepKineticEnergy/",
"nSteps/");
104 BookHistograms(report.histoMapMap_postStepKinetic,
"postStepKineticEnergy/",
"nSteps/");
108 BookHistograms(report.histoMapMap2D_vol_RZ,
"2DMaps/",
"volumes/");
109 BookHistograms(report.histoMapMap2D_mat_RZ,
"2DMaps/",
"materials/");
110 BookHistograms(report.histoMapMap2D_prc_RZ,
"2DMaps/",
"processes/");
111 BookHistograms(report.histoMapMap2D_vol_RZ_E,
"2DMaps_E/",
"volumes/");
112 BookHistograms(report.histoMapMap2D_mat_RZ_E,
"2DMaps_E/",
"materials/");
119 return StatusCode::SUCCESS;