Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+4 -4
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4SteppingManager.hh,v 1.31 2007/10/09 03:51:06 tsasaki Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4SteppingManager.hh,v 1.32 2010/10/06 13:17:15 kurasige Exp $
// GEANT4 tag $Name: geant4-09-04 $
//
//---------------------------------------------------------------
//
@@ -112,7 +112,7 @@ public: //without description
// Get/Set functions
G4TrackVector* GetSecondary() const;
const G4TrackVector* GetSecondary() const;
void SetUserAction(G4UserSteppingAction* apAction);
G4Track* GetTrack() const;
void SetVerboseLevel(G4int vLevel);
@@ -458,7 +458,7 @@ public: //without description
return fGPILSelection;
}
inline G4TrackVector* G4SteppingManager::GetSecondary() const {
inline const G4TrackVector* G4SteppingManager::GetSecondary() const {
return fStep->GetSecondary();
}