Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -107,6 +107,11 @@ class G4HadronicParameters {
|
||||
// Baryons and mesons with c- and b- quarks may be enabled/disabled
|
||||
// This flag is used both by EM and hadronic physics constructors
|
||||
|
||||
G4bool EnableHyperNuclei() const;
|
||||
void SetEnableHyperNuclei( G4bool val );
|
||||
// Light hyper-nuclei may be enabled/disabled
|
||||
// This flag is used both by EM and hadronic physics constructors
|
||||
|
||||
G4bool ApplyFactorXS() const;
|
||||
void SetApplyFactorXS( G4bool val );
|
||||
// Flag enabling cross section factor definition
|
||||
@@ -149,6 +154,7 @@ class G4HadronicParameters {
|
||||
|
||||
G4int fVerboseLevel = 1;
|
||||
G4bool fEnableBC = false;
|
||||
G4bool fEnableHyperNuclei = false;
|
||||
G4bool fApplyFactorXS = false;
|
||||
G4bool fEnableCRCoalescence = false;
|
||||
};
|
||||
@@ -212,6 +218,10 @@ inline G4bool G4HadronicParameters::EnableBCParticles() const {
|
||||
return fEnableBC;
|
||||
}
|
||||
|
||||
inline G4bool G4HadronicParameters::EnableHyperNuclei() const {
|
||||
return fEnableHyperNuclei;
|
||||
}
|
||||
|
||||
inline G4bool G4HadronicParameters::ApplyFactorXS() const {
|
||||
return fApplyFactorXS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user