Geant4  10.01.p03
TestParameters Class Reference

#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 SetEnergyPerChannel (G4double value)
 
G4double GetFactorALICE () const
 
void SetPositionZ (G4double val)
 
G4double GetPositionZ () const
 

Static Public Member Functions

static TestParametersGetPointer ()
 

Private Member Functions

 TestParameters ()
 

Private Attributes

G4double fMaxEnergy
 
G4double fFactorALICE
 
G4double fPositionZ
 
G4int fBinsE
 
G4int fBinsCluster
 

Static Private Attributes

static TestParametersfManager = 0
 

Detailed Description

Definition at line 61 of file TestParameters.hh.

Constructor & Destructor Documentation

TestParameters::TestParameters ( )
private

Definition at line 63 of file TestParameters.cc.

References fBinsCluster, fBinsE, fFactorALICE, fMaxEnergy, fPositionZ, and keV.

Referenced by GetPointer().

+ Here is the caller graph for this function:

TestParameters::~TestParameters ( )

Definition at line 80 of file TestParameters.cc.

Member Function Documentation

G4double TestParameters::GetFactorALICE ( ) const

Definition at line 134 of file TestParameters.cc.

References fFactorALICE.

Referenced by RunAction::Book().

+ Here is the caller graph for this function:

G4double TestParameters::GetMaxEnergy ( ) const

Definition at line 92 of file TestParameters.cc.

References fMaxEnergy.

Referenced by Run::BeginOfRun(), and RunAction::Book().

+ Here is the caller graph for this function:

G4int TestParameters::GetNumberBins ( ) const

Definition at line 106 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 120 of file TestParameters.cc.

References fBinsCluster.

Referenced by Run::BeginOfRun(), and RunAction::Book().

+ Here is the caller graph for this function:

TestParameters * TestParameters::GetPointer ( )
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 148 of file TestParameters.cc.

References fPositionZ.

void TestParameters::SetEnergyPerChannel ( G4double  value)

Definition at line 127 of file TestParameters.cc.

References fFactorALICE.

void TestParameters::SetMaxEnergy ( G4double  value)

Definition at line 85 of file TestParameters.cc.

References fMaxEnergy.

void TestParameters::SetNumberBins ( G4int  value)

Definition at line 99 of file TestParameters.cc.

References fBinsE.

void TestParameters::SetNumberBinsCluster ( G4int  value)

Definition at line 113 of file TestParameters.cc.

References fBinsCluster.

void TestParameters::SetPositionZ ( G4double  val)

Definition at line 141 of file TestParameters.cc.

References fPositionZ.

Member Data Documentation

G4int TestParameters::fBinsCluster
private

Definition at line 110 of file TestParameters.hh.

Referenced by GetNumberBinsCluster(), SetNumberBinsCluster(), and TestParameters().

G4int TestParameters::fBinsE
private

Definition at line 109 of file TestParameters.hh.

Referenced by GetNumberBins(), SetNumberBins(), and TestParameters().

G4double TestParameters::fFactorALICE
private

Definition at line 106 of file TestParameters.hh.

Referenced by GetFactorALICE(), SetEnergyPerChannel(), and TestParameters().

TestParameters * TestParameters::fManager = 0
staticprivate

Definition at line 100 of file TestParameters.hh.

Referenced by GetPointer().

G4double TestParameters::fMaxEnergy
private

Definition at line 105 of file TestParameters.hh.

Referenced by GetMaxEnergy(), SetMaxEnergy(), and TestParameters().

G4double TestParameters::fPositionZ
private

Definition at line 107 of file TestParameters.hh.

Referenced by GetPositionZ(), SetPositionZ(), and TestParameters().


The documentation for this class was generated from the following files: