Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -217,11 +217,6 @@ private:
|
||||
const G4ParticleDefinition * thePrimaryType;
|
||||
G4ThreeVector theMomentumTransfer;
|
||||
static G4int theBIC_ID;
|
||||
#ifdef G4MULTITHREADED
|
||||
static G4Mutex BICMutex;
|
||||
#endif
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -65,10 +65,6 @@ class G4BinaryLightIonReaction : public G4HadronicInteraction
|
||||
|
||||
G4bool debug_G4BinaryLightIonReactionResults;
|
||||
static G4int theBLIR_ID;
|
||||
#ifdef G4MULTITHREADED
|
||||
static G4Mutex BLIRMutex;
|
||||
#endif
|
||||
|
||||
};
|
||||
inline void G4BinaryLightIonReaction::SetPrecompound(G4VPreCompoundModel* ptr)
|
||||
{
|
||||
|
||||
+2
@@ -108,6 +108,8 @@ private:
|
||||
const G4ParticleDefinition* ANTItriton;
|
||||
const G4ParticleDefinition* ANTIHe3;
|
||||
const G4ParticleDefinition* ANTIHe4;
|
||||
|
||||
G4int secID; // Creator model ID
|
||||
};
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user