|
Geant4
10.03
|
#include <TestParameters.hh>
Collaboration diagram for TestParameters:Public Member Functions | |
| ~TestParameters () | |
| void | SetMaxEnergy (G4double value) |
| G4double | GetMaxEnergy () const |
| void | SetNumberBins (G4int value) |
| G4int | GetNumberBins () const |
| void | SetNumberBinsCluster (G4int value) |
| G4int | GetNumberBinsCluster () const |
| void | SetMaxCluster (G4int value) |
| G4int | GetMaxCluster () const |
| void | SetEnergyPerChannel (G4double value) |
| G4double | GetFactorALICE () const |
| void | SetNormFactor (G4double value) |
| G4double | GetNormFactor () const |
| void | SetEnergySmear (G4double value) |
| G4double | GetEnergySmear () const |
| void | SetPositionZ (G4double val) |
| G4double | GetPositionZ () const |
| void | SetBeamEnergy (G4double val) |
| G4double | GetBeamEnergy () const |
| void | SetBeamParticle (const G4ParticleDefinition *) |
| const G4ParticleDefinition * | GetBeamParticle () const |
Static Public Member Functions | |
| static TestParameters * | GetPointer () |
Private Member Functions | |
| TestParameters () | |
Static Private Attributes | |
| static TestParameters * | fManager = nullptr |
Definition at line 57 of file TestParameters.hh.
|
private |
Definition at line 63 of file TestParameters.cc.
References fBeamEnergy, fBinsCluster, fBinsE, fEnergySmear, fFactorALICE, fMaxCluster, fMaxEnergy, fNormFactor, fParticle, fPositionZ, and keV.
Referenced by GetPointer().
Here is the caller graph for this function:| TestParameters::~TestParameters | ( | ) |
Definition at line 85 of file TestParameters.cc.
| G4double TestParameters::GetBeamEnergy | ( | ) | const |
Definition at line 209 of file TestParameters.cc.
References fBeamEnergy.
| const G4ParticleDefinition * TestParameters::GetBeamParticle | ( | ) | const |
Definition at line 223 of file TestParameters.cc.
References fParticle.
| G4double TestParameters::GetEnergySmear | ( | ) | const |
Definition at line 181 of file TestParameters.cc.
References fEnergySmear.
Referenced by Run::BeginOfRun().
Here is the caller graph for this function:| G4double TestParameters::GetFactorALICE | ( | ) | const |
Definition at line 153 of file TestParameters.cc.
References fFactorALICE.
Referenced by Run::BeginOfRun(), and RunAction::Book().
Here is the caller graph for this function:| G4int TestParameters::GetMaxCluster | ( | ) | const |
Definition at line 139 of file TestParameters.cc.
References fMaxCluster.
Referenced by RunAction::Book().
Here is the caller graph for this function:| G4double TestParameters::GetMaxEnergy | ( | ) | const |
Definition at line 97 of file TestParameters.cc.
References fMaxEnergy.
Referenced by Run::BeginOfRun(), and RunAction::Book().
Here is the caller graph for this function:| G4double TestParameters::GetNormFactor | ( | ) | const |
Definition at line 167 of file TestParameters.cc.
References fNormFactor.
| G4int TestParameters::GetNumberBins | ( | ) | const |
Definition at line 111 of file TestParameters.cc.
References fBinsE.
Referenced by Run::BeginOfRun(), and RunAction::Book().
Here is the caller graph for this function:| G4int TestParameters::GetNumberBinsCluster | ( | ) | const |
Definition at line 125 of file TestParameters.cc.
References fBinsCluster.
Referenced by Run::BeginOfRun(), and RunAction::Book().
Here is the caller graph for this function:
|
static |
Definition at line 53 of file TestParameters.cc.
References fManager, and TestParameters().
Referenced by RunAction::Book().
Here is the call graph for this function:
Here is the caller graph for this function:| G4double TestParameters::GetPositionZ | ( | ) | const |
Definition at line 195 of file TestParameters.cc.
References fPositionZ.
| void TestParameters::SetBeamEnergy | ( | G4double | val | ) |
Definition at line 202 of file TestParameters.cc.
References fBeamEnergy.
| void TestParameters::SetBeamParticle | ( | const G4ParticleDefinition * | ptr | ) |
Definition at line 216 of file TestParameters.cc.
References fParticle.
| void TestParameters::SetEnergyPerChannel | ( | G4double | value | ) |
Definition at line 146 of file TestParameters.cc.
References fFactorALICE.
| void TestParameters::SetEnergySmear | ( | G4double | value | ) |
Definition at line 174 of file TestParameters.cc.
References fEnergySmear.
| void TestParameters::SetMaxCluster | ( | G4int | value | ) |
Definition at line 132 of file TestParameters.cc.
References fMaxCluster.
| void TestParameters::SetMaxEnergy | ( | G4double | value | ) |
Definition at line 90 of file TestParameters.cc.
References fMaxEnergy.
| void TestParameters::SetNormFactor | ( | G4double | value | ) |
Definition at line 160 of file TestParameters.cc.
References fNormFactor.
| void TestParameters::SetNumberBins | ( | G4int | value | ) |
Definition at line 104 of file TestParameters.cc.
References fBinsE.
| void TestParameters::SetNumberBinsCluster | ( | G4int | value | ) |
Definition at line 118 of file TestParameters.cc.
References fBinsCluster.
| void TestParameters::SetPositionZ | ( | G4double | val | ) |
Definition at line 188 of file TestParameters.cc.
References fPositionZ.
|
private |
Definition at line 122 of file TestParameters.hh.
Referenced by GetBeamEnergy(), SetBeamEnergy(), and TestParameters().
|
private |
Definition at line 125 of file TestParameters.hh.
Referenced by GetNumberBinsCluster(), SetNumberBinsCluster(), and TestParameters().
|
private |
Definition at line 124 of file TestParameters.hh.
Referenced by GetNumberBins(), SetNumberBins(), and TestParameters().
|
private |
Definition at line 120 of file TestParameters.hh.
Referenced by GetEnergySmear(), SetEnergySmear(), and TestParameters().
|
private |
Definition at line 118 of file TestParameters.hh.
Referenced by GetFactorALICE(), SetEnergyPerChannel(), and TestParameters().
|
staticprivate |
Definition at line 115 of file TestParameters.hh.
Referenced by GetPointer().
|
private |
Definition at line 126 of file TestParameters.hh.
Referenced by GetMaxCluster(), SetMaxCluster(), and TestParameters().
|
private |
Definition at line 117 of file TestParameters.hh.
Referenced by GetMaxEnergy(), SetMaxEnergy(), and TestParameters().
|
private |
Definition at line 119 of file TestParameters.hh.
Referenced by GetNormFactor(), SetNormFactor(), and TestParameters().
|
private |
Definition at line 128 of file TestParameters.hh.
Referenced by GetBeamParticle(), SetBeamParticle(), and TestParameters().
|
private |
Definition at line 121 of file TestParameters.hh.
Referenced by GetPositionZ(), SetPositionZ(), and TestParameters().