Import Geant4 10.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2017-02-28 16:16:20 +01:00
parent a3452e42ac
commit 4597adb7c4
267 changed files with 14761 additions and 24650 deletions
+3 -1
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4AdjointSimManager.hh 98735 2016-08-09 10:54:06Z gcosmo $
// $Id: G4AdjointSimManager.hh 102566 2017-02-09 08:35:24Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////////////
// Class Name: G4AdjointSimManager.hh
@@ -168,6 +168,7 @@ class G4AdjointSimManager: public G4UserRunAction
G4bool GetDidAdjParticleReachTheExtSource();
void RegisterAtEndOfAdjointTrack();
void RegisterAdjointPrimaryWeight(G4double aWeight);
void ResetDidOneAdjPartReachExtSourceDuringEvent();
//to continue here
inline G4int GetIDOfLastAdjParticleReachingExtSource(){return ID_of_last_particle_that_reach_the_ext_source;};
G4ThreeVector GetPositionAtEndOfLastAdjointTrack(size_t i=0);
@@ -262,6 +263,7 @@ class G4AdjointSimManager: public G4UserRunAction
void SwitchToAdjointSimulationMode();
void BackToFwdSimulationMode();
private: //constructor and destructor
G4AdjointSimManager();