Import Geant4 10.6.0.beta source tree
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public:
|
||||
// delete all models
|
||||
|
||||
void InitialiseModels();
|
||||
// delete all models
|
||||
// initialise all models before the run
|
||||
|
||||
G4HadronicInteraction* FindModel(const G4String& name);
|
||||
// find existing hadronic interaction by name
|
||||
|
||||
@@ -47,8 +47,8 @@ class G4V3DNucleus
|
||||
private:
|
||||
G4V3DNucleus(const G4V3DNucleus &right);
|
||||
const G4V3DNucleus & operator=(const G4V3DNucleus &right);
|
||||
int operator==(const G4V3DNucleus &right) const;
|
||||
int operator!=(const G4V3DNucleus &right) const;
|
||||
G4bool operator==(const G4V3DNucleus &right) const;
|
||||
G4bool operator!=(const G4V3DNucleus &right) const;
|
||||
|
||||
public:
|
||||
virtual void Init(G4int theA, G4int theZ) = 0;
|
||||
|
||||
@@ -52,8 +52,8 @@ class G4VHighEnergyGenerator
|
||||
private:
|
||||
G4VHighEnergyGenerator(const G4VHighEnergyGenerator &right);
|
||||
const G4VHighEnergyGenerator & operator=(const G4VHighEnergyGenerator &right);
|
||||
int operator==(const G4VHighEnergyGenerator &right) const;
|
||||
int operator!=(const G4VHighEnergyGenerator &right) const;
|
||||
G4bool operator==(const G4VHighEnergyGenerator &right) const;
|
||||
G4bool operator!=(const G4VHighEnergyGenerator &right) const;
|
||||
|
||||
public:
|
||||
virtual G4V3DNucleus * GetWoundedNucleus() const = 0;
|
||||
|
||||
+2
-2
@@ -93,8 +93,8 @@ private:
|
||||
|
||||
G4VIntraNuclearTransportModel(const G4VIntraNuclearTransportModel& right) = delete;
|
||||
const G4VIntraNuclearTransportModel& operator=(const G4VIntraNuclearTransportModel &right) = delete;
|
||||
int operator==(const G4VIntraNuclearTransportModel& right) const = delete;
|
||||
int operator!=(const G4VIntraNuclearTransportModel& right) const = delete;
|
||||
G4bool operator==(const G4VIntraNuclearTransportModel& right) const = delete;
|
||||
G4bool operator!=(const G4VIntraNuclearTransportModel& right) const = delete;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
@@ -47,9 +47,9 @@ class G4VKineticNucleon
|
||||
|
||||
const G4VKineticNucleon& operator=(const G4VKineticNucleon& right);
|
||||
|
||||
int operator==(const G4VKineticNucleon& right) const;
|
||||
G4bool operator==(const G4VKineticNucleon& right) const;
|
||||
|
||||
int operator!=(const G4VKineticNucleon& right) const;
|
||||
G4bool operator!=(const G4VKineticNucleon& right) const;
|
||||
|
||||
virtual G4KineticTrackVector* Decay();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user