Import Geant4 11.1.0.beta source tree
This commit is contained in:
+3
-3
@@ -51,9 +51,8 @@ class G4HadronBuilder
|
||||
|
||||
// ctor
|
||||
G4HadronBuilder(G4double mesonMix, G4double barionMix,
|
||||
std::vector<double> scalarMesonMix,
|
||||
std::vector<double> vectorMesonMix,
|
||||
G4double Eta_cProb, G4double Eta_bProb);
|
||||
std::vector<double> scalarMesonMix, std::vector<double> vectorMesonMix,
|
||||
G4double Eta_cProb, G4double Eta_bProb, G4double mesonMixSSbar);
|
||||
|
||||
private:
|
||||
G4HadronBuilder(); // no default ctor
|
||||
@@ -65,6 +64,7 @@ class G4HadronBuilder
|
||||
G4ParticleDefinition * Barion(G4ParticleDefinition * black, G4ParticleDefinition * white, Spin spin);
|
||||
|
||||
G4double mesonSpinMix;
|
||||
G4double mesonSpinMixSSbar;
|
||||
G4double barionSpinMix;
|
||||
std::vector<double> scalarMesonMixings;
|
||||
std::vector<double> vectorMesonMixings;
|
||||
|
||||
+1
@@ -194,6 +194,7 @@ class G4VLongitudinalStringDecay : public G4HadronicInteraction
|
||||
G4HadronBuilder *hadronizer;
|
||||
|
||||
G4double pspin_meson;
|
||||
G4double pspin_mesonSSbar;
|
||||
G4double pspin_barion;
|
||||
std::vector<G4double> vectorMesonMix;
|
||||
std::vector<G4double> scalarMesonMix;
|
||||
|
||||
Reference in New Issue
Block a user