Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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......
|
||||
|
||||
Reference in New Issue
Block a user