#include <G4muDarkBremsstrahlung.h>
Public Member Functions | |
G4muDarkBremsstrahlung (const G4String &scalefile, const G4double biasFactor, const G4String &name="muDBrem") | |
G4muDarkBremsstrahlung (const G4muDarkBremsstrahlung &)=delete | |
G4bool | IsApplicable (const G4ParticleDefinition &p) override |
G4bool | IsEnabled () |
G4muDarkBremsstrahlung & | operator= (const G4muDarkBremsstrahlung &right)=delete |
void | SetEnable (bool active) |
void | SetMethod (std::string method_in) |
~G4muDarkBremsstrahlung () override | |
Protected Member Functions | |
void | InitialiseProcess (const G4ParticleDefinition *) override |
Protected Attributes | |
const G4double | cxBias |
G4bool | isEnabled |
G4bool | isInitialised |
const G4String & | mgfile |
Definition at line 15 of file G4muDarkBremsstrahlung.h.
G4muDarkBremsstrahlung::G4muDarkBremsstrahlung | ( | const G4String & | scalefile, |
const G4double | biasFactor, | ||
const G4String & | name = "muDBrem" |
||
) |
|
override |
Definition at line 21 of file G4muDarkBremsstrahlung.cc.
|
delete |
|
overrideprotected |
Definition at line 27 of file G4muDarkBremsstrahlung.cc.
References cxBias, isEnabled, isInitialised, and mgfile.
|
override |
Definition at line 23 of file G4muDarkBremsstrahlung.cc.
G4bool G4muDarkBremsstrahlung::IsEnabled | ( | ) |
|
delete |
void G4muDarkBremsstrahlung::SetEnable | ( | bool | active | ) |
void G4muDarkBremsstrahlung::SetMethod | ( | std::string | method_in | ) |
Definition at line 36 of file G4muDarkBremsstrahlung.cc.
|
protected |
Definition at line 34 of file G4muDarkBremsstrahlung.h.
Referenced by InitialiseProcess().
|
protected |
Definition at line 35 of file G4muDarkBremsstrahlung.h.
Referenced by InitialiseProcess(), IsEnabled(), and SetEnable().
|
protected |
Definition at line 32 of file G4muDarkBremsstrahlung.h.
Referenced by InitialiseProcess().
|
protected |
Definition at line 33 of file G4muDarkBremsstrahlung.h.
Referenced by InitialiseProcess().