1#ifndef TG4_G3_DEFAULTS_H
2#define TG4_G3_DEFAULTS_H
Definition of the TG4G3ControlVector class.
Definition of the enumerations TG4G3Control, TG4G3ControlValue.
Definition of the TG4G3CutVector class.
Definition of the enumeration TG4G3Cut.
Vector of control process values with convenient set/get methods.
Vector of kinetic energy cut values with convenient set/get methods.
Default G3 kinetic energy cuts and control process values.
TG4G3Defaults & operator=(const TG4G3Defaults &right)
Not implemented.
TG4G3CutVector fCutVector
vector of default cut values
TG4G3Defaults(const TG4G3Defaults &right)
Not implemented.
static TG4G3Defaults * Instance()
G4bool IsDefaultCut(TG4G3Cut cut, G4double value) const
TG4G3ControlValue ControlValue(G4int control) const
G4double CutValue(G4int cut) const
G4bool IsDefaultControl(TG4G3Control control, TG4G3ControlValue value) const
static G4ThreadLocal TG4G3Defaults * fgInstance
this instance
TG4G3ControlVector fControlVector
vector of default control values
TG4G3ControlValue
Enumeration for G3 processes control values.
TG4G3Cut
Enumeration for G3 types of kinetic energy cuts.
TG4G3Control
Enumeration for G3 types of physics processes controls.