Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -114,7 +114,7 @@ CCalAnalysis::CCalAnalysis() :
// Time slices
for (int i=0; i<numberOfTimeSlices; i++){
sprintf(id, "h%d",i+300);
sprintf(ntupletag, "Time slice %d nsec energy profile in GeV",i);
sprintf(ntupletag, "Time slice %d nsec energy profile in GeV",i);
G4int histoID = analysisManager->CreateH1(id,ntupletag,100, 0., 100.0);
if (!i)
timeHist = histoID;