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
@@ -32,8 +32,8 @@
#include "RunAction.hh"
#include "RunMessenger.hh"
#include "Analysis.hh"
#include "G4AnalysisManager.hh"
#include "G4Run.hh"
#include "G4ios.hh"
@@ -67,6 +67,7 @@ void RunAction::BookHisto()
// The choice of analysis technology is done via selection of a namespace
// in HistoManager.hh
G4AnalysisManager* analysisManager = G4AnalysisManager::Instance();
analysisManager->SetDefaultFileType("root");
analysisManager->SetFileName("testem10");
analysisManager->SetVerboseLevel(1);
analysisManager->SetFirstHistoId(1); // start histogram numbering from 1
@@ -34,8 +34,8 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#include "SensitiveDetector.hh"
#include "Analysis.hh"
#include "G4AnalysisManager.hh"
#include "G4Step.hh"
#include "G4UnitsTable.hh"
#include "G4ios.hh"
@@ -31,8 +31,8 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#include "StackingAction.hh"
#include "Analysis.hh"
#include "G4AnalysisManager.hh"
#include "G4Track.hh"
#include "G4Gamma.hh"
#include "G4Electron.hh"