Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
|
||||
#include "G4DecayKineticTracks.hh"
|
||||
|
||||
#include "G4Threading.hh"
|
||||
|
||||
class G4CollisionManager;
|
||||
|
||||
class G4Track;
|
||||
@@ -214,7 +216,10 @@ private:
|
||||
G4bool thePrimaryEscape;
|
||||
const G4ParticleDefinition * thePrimaryType;
|
||||
G4ThreeVector theMomentumTransfer;
|
||||
|
||||
static G4int theBIC_ID;
|
||||
#ifdef G4MULTITHREADED
|
||||
static G4Mutex BICMutex;
|
||||
#endif
|
||||
|
||||
|
||||
};
|
||||
|
||||
@@ -64,6 +64,10 @@ class G4BinaryLightIonReaction : public G4HadronicInteraction
|
||||
G4LorentzVector pInitialState, pFinalState;
|
||||
|
||||
G4bool debug_G4BinaryLightIonReactionResults;
|
||||
static G4int theBLIR_ID;
|
||||
#ifdef G4MULTITHREADED
|
||||
static G4Mutex BLIRMutex;
|
||||
#endif
|
||||
|
||||
};
|
||||
inline void G4BinaryLightIonReaction::SetPrecompound(G4VPreCompoundModel* ptr)
|
||||
|
||||
Reference in New Issue
Block a user