Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -54,7 +54,7 @@ class G4AdjointAlpha : public G4AdjointIons
|
||||
private:
|
||||
static G4AdjointAlpha* theInstance;
|
||||
G4AdjointAlpha(){}
|
||||
~G4AdjointAlpha(){}
|
||||
~G4AdjointAlpha() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointAlpha* Definition();
|
||||
|
||||
@@ -54,7 +54,7 @@ class G4AdjointDeuteron : public G4AdjointIons
|
||||
private:
|
||||
static G4AdjointDeuteron* theInstance;
|
||||
G4AdjointDeuteron(){}
|
||||
~G4AdjointDeuteron(){}
|
||||
~G4AdjointDeuteron() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointDeuteron* Definition();
|
||||
|
||||
@@ -55,7 +55,7 @@ class G4AdjointElectron : public G4ParticleDefinition
|
||||
private:
|
||||
static G4AdjointElectron* theInstance;
|
||||
G4AdjointElectron(){}
|
||||
~G4AdjointElectron(){}
|
||||
~G4AdjointElectron() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointElectron* Definition();
|
||||
|
||||
@@ -55,7 +55,7 @@ class G4AdjointElectronFI : public G4ParticleDefinition
|
||||
private:
|
||||
static G4AdjointElectronFI* theInstance;
|
||||
G4AdjointElectronFI(){}
|
||||
~G4AdjointElectronFI(){}
|
||||
~G4AdjointElectronFI() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointElectronFI* Definition();
|
||||
|
||||
@@ -60,7 +60,7 @@ class G4AdjointGamma : public G4ParticleDefinition
|
||||
G4AdjointGamma(){}
|
||||
|
||||
public:
|
||||
~G4AdjointGamma(){}
|
||||
~G4AdjointGamma() override= default;
|
||||
|
||||
static G4AdjointGamma* Definition();
|
||||
static G4AdjointGamma* AdjointGammaDefinition();
|
||||
|
||||
@@ -55,7 +55,7 @@ class G4AdjointGenericIon : public G4AdjointIons
|
||||
private:
|
||||
static G4AdjointGenericIon* theInstance;
|
||||
G4AdjointGenericIon(){}
|
||||
~G4AdjointGenericIon(){}
|
||||
~G4AdjointGenericIon() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointGenericIon* Definition();
|
||||
|
||||
@@ -54,7 +54,7 @@ class G4AdjointHe3 : public G4AdjointIons
|
||||
private:
|
||||
static G4AdjointHe3* theInstance;
|
||||
G4AdjointHe3(){}
|
||||
~G4AdjointHe3(){}
|
||||
~G4AdjointHe3() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointHe3* Definition();
|
||||
|
||||
@@ -60,7 +60,7 @@ class G4AdjointIons : public G4ParticleDefinition
|
||||
// the normal particle properties.
|
||||
|
||||
protected:
|
||||
G4AdjointIons(){};
|
||||
G4AdjointIons() = default;
|
||||
|
||||
|
||||
public: //With Description
|
||||
@@ -80,7 +80,7 @@ class G4AdjointIons : public G4ParticleDefinition
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AdjointIons();
|
||||
~G4AdjointIons() override = default;
|
||||
G4AdjointIons* IonsDefinition();
|
||||
G4AdjointIons* Ions();
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ class G4AdjointPositron : public G4ParticleDefinition
|
||||
private:
|
||||
static G4AdjointPositron* theInstance;
|
||||
G4AdjointPositron(){}
|
||||
~G4AdjointPositron(){}
|
||||
~G4AdjointPositron() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointPositron* Definition();
|
||||
|
||||
@@ -55,7 +55,7 @@ class G4AdjointProton : public G4ParticleDefinition
|
||||
private:
|
||||
static G4AdjointProton* theInstance;
|
||||
G4AdjointProton(){}
|
||||
~G4AdjointProton(){}
|
||||
~G4AdjointProton() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointProton* Definition();
|
||||
|
||||
@@ -54,7 +54,7 @@ class G4AdjointTriton : public G4AdjointIons
|
||||
private:
|
||||
static G4AdjointTriton* theInstance;
|
||||
G4AdjointTriton(){}
|
||||
~G4AdjointTriton(){}
|
||||
~G4AdjointTriton() override= default;
|
||||
|
||||
public:
|
||||
static G4AdjointTriton* Definition();
|
||||
|
||||
Reference in New Issue
Block a user