![]() |
ATLAS Offline Software
|
#include <PhysicsConfigurationHelper.h>
Public Member Functions | |
| bool | Resonant () const |
| bool | ReggeModel () const |
| double | ResonanceEnergy () const |
| double | XsecMultiplier () const |
| double | Gamma () const |
| double | Amplitude () const |
| double | SuppressionFactor () const |
| double | Lifetime () const |
| double | Mixing () const |
| int | DoDecays () const |
Static Public Member Functions | |
| static const PhysicsConfigurationHelper * | Instance () |
Protected Member Functions | |
| PhysicsConfigurationHelper () | |
| PhysicsConfigurationHelper (const PhysicsConfigurationHelper &) | |
| PhysicsConfigurationHelper & | operator= (const PhysicsConfigurationHelper &) |
Private Member Functions | |
| void | ReadAndParse (const G4String &str, std::vector< G4String > &tokens, const G4String &delimiters=" ") const |
| void | ReadInPhysicsParameters (std::map< G4String, G4double > ¶meters) const |
Private Attributes | |
| bool | m_resonant {false} |
| bool | m_reggemodel {false} |
| double | m_ek_0 {0.} |
| double | m_gamma {0.} |
| double | m_amplitude {0.} |
| double | m_xsecmultiplier {1.} |
| double | m_suppressionfactor {0.} |
| double | m_hadronlifetime {0.} |
| double | m_mixing {0.} |
| int | m_doDecays {0} |
Definition at line 14 of file PhysicsConfigurationHelper.h.
|
protected |
Definition at line 12 of file PhysicsConfigurationHelper.cxx.
|
protected |
|
inline |
Definition at line 24 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 28 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 23 of file PhysicsConfigurationHelper.h.
|
static |
Definition at line 53 of file PhysicsConfigurationHelper.cxx.
|
inline |
Definition at line 26 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 27 of file PhysicsConfigurationHelper.h.
|
protected |
|
private |
Definition at line 88 of file PhysicsConfigurationHelper.cxx.
|
private |
Definition at line 60 of file PhysicsConfigurationHelper.cxx.
|
inline |
Definition at line 20 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 21 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 19 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 25 of file PhysicsConfigurationHelper.h.
|
inline |
Definition at line 22 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 47 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 52 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 45 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 46 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 50 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 51 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 44 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 43 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 49 of file PhysicsConfigurationHelper.h.
|
private |
Definition at line 48 of file PhysicsConfigurationHelper.h.