Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -36,7 +36,7 @@
#include "G4Track.hh"
#include "G4Event.hh"
#include "G4RunManager.hh"
#include "g4root.hh"
#include "G4AnalysisManager.hh"
#include "Randomize.hh"
#include "G4SystemOfUnits.hh"
@@ -36,7 +36,7 @@
#include "G4Track.hh"
#include "G4Event.hh"
#include "G4RunManager.hh"
#include "g4root.hh"
#include "G4AnalysisManager.hh"
#include "Randomize.hh"
#include "G4SystemOfUnits.hh"
@@ -36,7 +36,7 @@
#include "G4Track.hh"
#include "G4Event.hh"
#include "G4RunManager.hh"
#include "g4root.hh"
#include "G4AnalysisManager.hh"
#include "Randomize.hh"
@@ -34,7 +34,7 @@
#include "G4RunManager.hh"
#include "G4UnitsTable.hh"
#include "G4SystemOfUnits.hh"
#include "g4root.hh"
#include "G4AnalysisManager.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -51,7 +51,6 @@ Par02Output::Par02Output() : fFileNameWithRunNo( false ) {
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Par02Output::~Par02Output() {
delete G4AnalysisManager::Instance();
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -89,6 +88,7 @@ void Par02Output::StartAnalysis( G4int aRunID ) {
fFileName += "_run";
fFileName += G4UIcommand::ConvertToString( aRunID );
}
analysisManager->SetDefaultFileType("root");
analysisManager->SetVerboseLevel( 1 );
analysisManager->SetFileName( fFileName );
analysisManager->OpenFile( fFileName );