Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
/// \brief Implementation of the B4a::ActionInitialization class
|
||||
|
||||
#include "ActionInitialization.hh"
|
||||
|
||||
#include "EventAction.hh"
|
||||
#include "PrimaryGeneratorAction.hh"
|
||||
#include "RunAction.hh"
|
||||
#include "EventAction.hh"
|
||||
#include "SteppingAction.hh"
|
||||
#include "DetectorConstruction.hh"
|
||||
|
||||
using namespace B4;
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace B4a
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
ActionInitialization::ActionInitialization(DetectorConstruction* detConstruction)
|
||||
: fDetConstruction(detConstruction)
|
||||
: fDetConstruction(detConstruction)
|
||||
{}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -60,9 +60,9 @@ void ActionInitialization::Build() const
|
||||
SetUserAction(new RunAction);
|
||||
auto eventAction = new EventAction;
|
||||
SetUserAction(eventAction);
|
||||
SetUserAction(new SteppingAction(fDetConstruction,eventAction));
|
||||
SetUserAction(new SteppingAction(fDetConstruction, eventAction));
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
}
|
||||
} // namespace B4a
|
||||
|
||||
Reference in New Issue
Block a user