Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: WLSSteppingAction.hh 69561 2013-05-08 12:25:56Z gcosmo $
// $Id: WLSSteppingAction.hh 99622 2016-09-29 10:16:04Z gcosmo $
//
/// \file optical/wls/include/WLSSteppingAction.hh
/// \brief Definition of the WLSSteppingAction class
@@ -104,7 +104,7 @@ class WLSSteppingAction : public G4UserSteppingAction
// save the random status into a sub-directory
// Pre: subDir must be empty or ended with "/"
inline void saveRandomStatus(G4String subDir);
inline void SaveRandomStatus(G4String subDir);
};
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: WLSUserTrackInformation.hh 69561 2013-05-08 12:25:56Z gcosmo $
// $Id: WLSUserTrackInformation.hh 99622 2016-09-29 10:16:04Z gcosmo $
//
/// \file optical/wls/include/WLSUserTrackInformation.hh
/// \brief Definition of the WLSUserTrackInformation class
@@ -76,7 +76,7 @@ class WLSUserTrackInformation : public G4VUserTrackInformation
G4bool AddStatusFlag(TrackStatus s);
// Check if a certain flag is on
G4bool isStatus(TrackStatus s)
G4bool IsStatus(TrackStatus s)
{ return s == undefined ? !(fStatus &= defined) : fStatus & s; }
private: