Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
/// \file B4aSteppingAction.hh
/// \brief Definition of the B4aSteppingAction class
@@ -37,7 +37,7 @@ class B4aEventAction;
/// Stepping action class.
///
/// In UserSteppingAction() there are collected the energy deposit and track
/// In UserSteppingAction() there are collected the energy deposit and track
/// lengths of charged particles in Absober and Gap layers and
/// updated in B4aEventAction.
@@ -49,10 +49,10 @@ public:
virtual ~B4aSteppingAction();
virtual void UserSteppingAction(const G4Step* step);
private:
const B4DetectorConstruction* fDetConstruction;
B4aEventAction* fEventAction;
B4aEventAction* fEventAction;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......