57 G4cout <<
"Using " << analysisManager -> GetType() <<
G4endl;
59 analysisManager->SetVerboseLevel(1);
60 analysisManager->SetFirstHistoId(1);
63 analysisManager-> SetFirstNtupleId(2);
68 analysisManager -> CreateH1(
"Ekin",
"Ekin the voxel", 400,20*
MeV, 60*
MeV);
69 analysisManager -> CreateH1(
"Edep",
"Edep the voxel", 200, -10, 10*
MeV);
93 analysisManager->OpenFile(fileName);
96 accumulableManager->
Reset();
99 G4cout <<
"Run " << aRun -> GetRunID() <<
" starts ..." <<
G4endl;
122 accumulableManager->
Merge();
147 analysisManager->Write();
148 analysisManager->CloseFile();