Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
@@ -255,14 +255,14 @@ void DMXEventAction::EndOfEventAction(const G4Event* evt) {
<< G4BestUnit(aveTimePmtHits,"Time") << G4endl;
G4cout << " Number of PMT hits (photoelectron equivalent): "
<< P_hits << G4endl;
#ifdef G4ANALYSIS_USE
//#ifdef G4ANALYSIS_USE
// plot histograms, interactively:
G4bool plotevent=runAct->Getplotevent();
if(plotevent) {
DMXAnalysisManager* analysis = DMXAnalysisManager::getInstance();
analysis->PlotHistosInter(P_hits);
}
#endif
//G4bool plotevent=runAct->Getplotevent();
//if(plotevent) {
// DMXAnalysisManager* analysis = DMXAnalysisManager::getInstance();
// analysis->PlotHistosInter(P_hits);
//}
//#endif
}
// write out (x,y,z) of PMT hits
if (savePmtFlag)