Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
G4VXTRenergyLoss Class Reference

#include <G4VXTRenergyLoss.hh>

Inheritance diagram for G4VXTRenergyLoss:
Inheritance graph
[legend]
Collaboration diagram for G4VXTRenergyLoss:
Collaboration graph
[legend]

Public Member Functions

 G4VXTRenergyLoss (G4LogicalVolume *anEnvelope, G4Material *, G4Material *, G4double, G4double, G4int, const G4String &processName="XTRenergyLoss", G4ProcessType type=fElectromagnetic)
 
virtual ~G4VXTRenergyLoss ()
 
virtual G4double GetStackFactor (G4double energy, G4double gamma, G4double varAngle)
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
G4VParticleChangePostStepDoIt (const G4Track &aTrack, const G4Step &aStep)
 
G4double GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void BuildEnergyTable ()
 
void BuildAngleForEnergyBank ()
 
void BuildTable ()
 
void BuildAngleTable ()
 
void BuildGlobalAngleTable ()
 
G4complex OneInterfaceXTRdEdx (G4double energy, G4double gamma, G4double varAngle)
 
G4double SpectralAngleXTRdEdx (G4double varAngle)
 
virtual G4double SpectralXTRdEdx (G4double energy)
 
G4double AngleSpectralXTRdEdx (G4double energy)
 
G4double AngleXTRdEdx (G4double varAngle)
 
G4double OneBoundaryXTRNdensity (G4double energy, G4double gamma, G4double varAngle) const
 
G4double XTRNSpectralAngleDensity (G4double varAngle)
 
G4double XTRNSpectralDensity (G4double energy)
 
G4double XTRNAngleSpectralDensity (G4double energy)
 
G4double XTRNAngleDensity (G4double varAngle)
 
void GetNumberOfPhotons ()
 
G4double GetPlateFormationZone (G4double, G4double, G4double)
 
G4complex GetPlateComplexFZ (G4double, G4double, G4double)
 
void ComputePlatePhotoAbsCof ()
 
G4double GetPlateLinearPhotoAbs (G4double)
 
void GetPlateZmuProduct ()
 
G4double GetPlateZmuProduct (G4double, G4double, G4double)
 
G4double GetGasFormationZone (G4double, G4double, G4double)
 
G4complex GetGasComplexFZ (G4double, G4double, G4double)
 
void ComputeGasPhotoAbsCof ()
 
G4double GetGasLinearPhotoAbs (G4double)
 
void GetGasZmuProduct ()
 
G4double GetGasZmuProduct (G4double, G4double, G4double)
 
G4double GetPlateCompton (G4double)
 
G4double GetGasCompton (G4double)
 
G4double GetComptonPerAtom (G4double, G4double)
 
G4double GetXTRrandomEnergy (G4double scaledTkin, G4int iTkin)
 
G4double GetXTRenergy (G4int iPlace, G4double position, G4int iTransfer)
 
G4double GetRandomAngle (G4double energyXTR, G4int iTkin)
 
G4double GetAngleXTR (G4int iTR, G4double position, G4int iAngle)
 
G4double GetGamma ()
 
G4double GetEnergy ()
 
G4double GetVarAngle ()
 
void SetGamma (G4double gamma)
 
void SetEnergy (G4double energy)
 
void SetVarAngle (G4double varAngle)
 
void SetAngleRadDistr (G4bool pAngleRadDistr)
 
void SetCompton (G4bool pC)
 
G4PhysicsLogVectorGetProtonVector ()
 
G4int GetTotBin ()
 
G4PhysicsFreeVectorGetAngleVector (G4double energy, G4int n)
 
- Public Member Functions inherited from G4VDiscreteProcess
 G4VDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VDiscreteProcess (G4VDiscreteProcess &)
 
virtual ~G4VDiscreteProcess ()
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void StartTracking (G4Track *)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Protected Attributes

G4ParticleDefinitionfPtrGamma
 
G4doublefGammaCutInKineticEnergy
 
G4double fGammaTkinCut
 
G4LogicalVolumefEnvelope
 
G4PhysicsTablefAngleDistrTable
 
G4PhysicsTablefEnergyDistrTable
 
G4PhysicsLogVectorfProtonEnergyVector
 
G4PhysicsLogVectorfXTREnergyVector
 
G4double fTheMinEnergyTR
 
G4double fTheMaxEnergyTR
 
G4double fMinEnergyTR
 
G4double fMaxEnergyTR
 
G4double fTheMaxAngle
 
G4double fTheMinAngle
 
G4double fMaxThetaTR
 
G4int fBinTR
 
G4double fMinProtonTkin
 
G4double fMaxProtonTkin
 
G4int fTotBin
 
G4double fGamma
 
G4double fEnergy
 
G4double fVarAngle
 
G4double fLambda
 
G4double fPlasmaCof
 
G4double fCofTR
 
G4bool fExitFlux
 
G4bool fAngleRadDistr
 
G4bool fCompton
 
G4double fSigma1
 
G4double fSigma2
 
G4int fMatIndex1
 
G4int fMatIndex2
 
G4int fPlateNumber
 
G4double fTotalDist
 
G4double fPlateThick
 
G4double fGasThick
 
G4double fAlphaPlate
 
G4double fAlphaGas
 
G4SandiaTablefPlatePhotoAbsCof
 
G4SandiaTablefGasPhotoAbsCof
 
G4ParticleChange fParticleChange
 
G4PhysicsTablefAngleForEnergyTable
 
std::vector< G4PhysicsTable * > fAngleBank
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Detailed Description

Definition at line 74 of file G4VXTRenergyLoss.hh.

Constructor & Destructor Documentation

G4VXTRenergyLoss::G4VXTRenergyLoss ( G4LogicalVolume anEnvelope,
G4Material foilMat,
G4Material gasMat,
G4double  a,
G4double  b,
G4int  n,
const G4String processName = "XTRenergyLoss",
G4ProcessType  type = fElectromagnetic 
)

Definition at line 63 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4VXTRenergyLoss::~G4VXTRenergyLoss ( )
virtual

Definition at line 167 of file G4VXTRenergyLoss.cc.

Member Function Documentation

G4double G4VXTRenergyLoss::AngleSpectralXTRdEdx ( G4double  energy)

Definition at line 935 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4double G4VXTRenergyLoss::AngleXTRdEdx ( G4double  varAngle)

Definition at line 946 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

void G4VXTRenergyLoss::BuildAngleForEnergyBank ( )

Definition at line 381 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::BuildAngleTable ( )

Definition at line 472 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::BuildEnergyTable ( )

Definition at line 289 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::BuildGlobalAngleTable ( )

Definition at line 627 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

void G4VXTRenergyLoss::BuildPhysicsTable ( const G4ParticleDefinition pd)
virtual

Reimplemented from G4VProcess.

Definition at line 264 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

void G4VXTRenergyLoss::BuildTable ( )
inline

Definition at line 102 of file G4VXTRenergyLoss.hh.

void G4VXTRenergyLoss::ComputeGasPhotoAbsCof ( )

Definition at line 1144 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::ComputePlatePhotoAbsCof ( )

Definition at line 1069 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4PhysicsFreeVector * G4VXTRenergyLoss::GetAngleVector ( G4double  energy,
G4int  n 
)

Definition at line 545 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetAngleXTR ( G4int  iTR,
G4double  position,
G4int  iAngle 
)

Definition at line 1580 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetComptonPerAtom ( G4double  GammaEnergy,
G4double  Z 
)

Definition at line 1300 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetEnergy ( )
inline

Definition at line 165 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::GetGamma ( )
inline

Definition at line 164 of file G4VXTRenergyLoss.hh.

G4complex G4VXTRenergyLoss::GetGasComplexFZ ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1120 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetGasCompton ( G4double  omega)

Definition at line 1276 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetGasFormationZone ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1105 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetGasLinearPhotoAbs ( G4double  omega)

Definition at line 1157 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::GetGasZmuProduct ( )

Definition at line 1227 of file G4VXTRenergyLoss.cc.

G4double G4VXTRenergyLoss::GetGasZmuProduct ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1216 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4double G4VXTRenergyLoss::GetMeanFreePath ( const G4Track aTrack,
G4double  previousStepSize,
G4ForceCondition condition 
)
virtual

Implements G4VDiscreteProcess.

Definition at line 191 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

void G4VXTRenergyLoss::GetNumberOfPhotons ( )

Definition at line 1432 of file G4VXTRenergyLoss.cc.

G4complex G4VXTRenergyLoss::GetPlateComplexFZ ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1047 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetPlateCompton ( G4double  omega)

Definition at line 1252 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetPlateFormationZone ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1033 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetPlateLinearPhotoAbs ( G4double  omega)

Definition at line 1085 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VXTRenergyLoss::GetPlateZmuProduct ( )

Definition at line 1189 of file G4VXTRenergyLoss.cc.

G4double G4VXTRenergyLoss::GetPlateZmuProduct ( G4double  omega,
G4double  gamma,
G4double  varAngle 
)

Definition at line 1177 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4PhysicsLogVector* G4VXTRenergyLoss::GetProtonVector ( )
inline

Definition at line 174 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::GetRandomAngle ( G4double  energyXTR,
G4int  iTkin 
)

Definition at line 1550 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetStackFactor ( G4double  energy,
G4double  gamma,
G4double  varAngle 
)
virtual

Reimplemented in G4GammaXTRadiator, G4StrawTubeXTRadiator, G4XTRGammaRadModel, Em10XTRTransparentRegRadModel, G4TransparentRegXTRadiator, G4RegularXTRadiator, G4XTRTransparentRegRadModel, and G4XTRRegularRadModel.

Definition at line 1371 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VXTRenergyLoss::GetTotBin ( )
inline

Definition at line 175 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::GetVarAngle ( )
inline

Definition at line 166 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::GetXTRenergy ( G4int  iPlace,
G4double  position,
G4int  iTransfer 
)

Definition at line 1514 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::GetXTRrandomEnergy ( G4double  scaledTkin,
G4int  iTkin 
)

Definition at line 1463 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VXTRenergyLoss::IsApplicable ( const G4ParticleDefinition particle)
virtual

Reimplemented from G4VProcess.

Definition at line 182 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4double G4VXTRenergyLoss::OneBoundaryXTRNdensity ( G4double  energy,
G4double  gamma,
G4double  varAngle 
) const

Definition at line 1354 of file G4VXTRenergyLoss.cc.

Here is the caller graph for this function:

G4complex G4VXTRenergyLoss::OneInterfaceXTRdEdx ( G4double  energy,
G4double  gamma,
G4double  varAngle 
)

Definition at line 858 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4VParticleChange * G4VXTRenergyLoss::PostStepDoIt ( const G4Track aTrack,
const G4Step aStep 
)
virtual

Reimplemented from G4VDiscreteProcess.

Definition at line 718 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

void G4VXTRenergyLoss::SetAngleRadDistr ( G4bool  pAngleRadDistr)
inline

Definition at line 171 of file G4VXTRenergyLoss.hh.

void G4VXTRenergyLoss::SetCompton ( G4bool  pC)
inline

Definition at line 172 of file G4VXTRenergyLoss.hh.

void G4VXTRenergyLoss::SetEnergy ( G4double  energy)
inline

Definition at line 169 of file G4VXTRenergyLoss.hh.

void G4VXTRenergyLoss::SetGamma ( G4double  gamma)
inline

Definition at line 168 of file G4VXTRenergyLoss.hh.

void G4VXTRenergyLoss::SetVarAngle ( G4double  varAngle)
inline

Definition at line 170 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::SpectralAngleXTRdEdx ( G4double  varAngle)

Definition at line 877 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::SpectralXTRdEdx ( G4double  energy)
virtual

Reimplemented in Em10XTRTransparentRegRadModel, G4TransparentRegXTRadiator, G4RegularXTRadiator, G4XTRTransparentRegRadModel, and G4XTRRegularRadModel.

Definition at line 888 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::XTRNAngleDensity ( G4double  varAngle)

Definition at line 1419 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

G4double G4VXTRenergyLoss::XTRNAngleSpectralDensity ( G4double  energy)

Definition at line 1409 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::XTRNSpectralAngleDensity ( G4double  varAngle)

Definition at line 1384 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VXTRenergyLoss::XTRNSpectralDensity ( G4double  energy)

Definition at line 1394 of file G4VXTRenergyLoss.cc.

Here is the call graph for this function:

Member Data Documentation

G4double G4VXTRenergyLoss::fAlphaGas
protected

Definition at line 226 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fAlphaPlate
protected

Definition at line 225 of file G4VXTRenergyLoss.hh.

std::vector<G4PhysicsTable*> G4VXTRenergyLoss::fAngleBank
protected

Definition at line 237 of file G4VXTRenergyLoss.hh.

G4PhysicsTable* G4VXTRenergyLoss::fAngleDistrTable
protected

Definition at line 186 of file G4VXTRenergyLoss.hh.

G4PhysicsTable* G4VXTRenergyLoss::fAngleForEnergyTable
protected

Definition at line 236 of file G4VXTRenergyLoss.hh.

G4bool G4VXTRenergyLoss::fAngleRadDistr
protected

Definition at line 213 of file G4VXTRenergyLoss.hh.

G4int G4VXTRenergyLoss::fBinTR
protected

Definition at line 199 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fCofTR
protected

Definition at line 210 of file G4VXTRenergyLoss.hh.

G4bool G4VXTRenergyLoss::fCompton
protected

Definition at line 214 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fEnergy
protected

Definition at line 205 of file G4VXTRenergyLoss.hh.

G4PhysicsTable* G4VXTRenergyLoss::fEnergyDistrTable
protected

Definition at line 187 of file G4VXTRenergyLoss.hh.

G4LogicalVolume* G4VXTRenergyLoss::fEnvelope
protected

Definition at line 185 of file G4VXTRenergyLoss.hh.

G4bool G4VXTRenergyLoss::fExitFlux
protected

Definition at line 212 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fGamma
protected

Definition at line 204 of file G4VXTRenergyLoss.hh.

G4double* G4VXTRenergyLoss::fGammaCutInKineticEnergy
protected

Definition at line 182 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fGammaTkinCut
protected

Definition at line 184 of file G4VXTRenergyLoss.hh.

G4SandiaTable* G4VXTRenergyLoss::fGasPhotoAbsCof
protected

Definition at line 230 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fGasThick
protected

Definition at line 224 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fLambda
protected

Definition at line 207 of file G4VXTRenergyLoss.hh.

G4int G4VXTRenergyLoss::fMatIndex1
protected

Definition at line 218 of file G4VXTRenergyLoss.hh.

G4int G4VXTRenergyLoss::fMatIndex2
protected

Definition at line 219 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fMaxEnergyTR
protected

Definition at line 195 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fMaxProtonTkin
protected

Definition at line 202 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fMaxThetaTR
protected

Definition at line 198 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fMinEnergyTR
protected

Definition at line 194 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fMinProtonTkin
protected

Definition at line 201 of file G4VXTRenergyLoss.hh.

G4ParticleChange G4VXTRenergyLoss::fParticleChange
protected

Definition at line 232 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fPlasmaCof
protected

Definition at line 209 of file G4VXTRenergyLoss.hh.

G4int G4VXTRenergyLoss::fPlateNumber
protected

Definition at line 220 of file G4VXTRenergyLoss.hh.

G4SandiaTable* G4VXTRenergyLoss::fPlatePhotoAbsCof
protected

Definition at line 228 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fPlateThick
protected

Definition at line 223 of file G4VXTRenergyLoss.hh.

G4PhysicsLogVector* G4VXTRenergyLoss::fProtonEnergyVector
protected

Definition at line 189 of file G4VXTRenergyLoss.hh.

G4ParticleDefinition* G4VXTRenergyLoss::fPtrGamma
protected

Definition at line 180 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fSigma1
protected

Definition at line 215 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fSigma2
protected

Definition at line 216 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fTheMaxAngle
protected

Definition at line 196 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fTheMaxEnergyTR
protected

Definition at line 193 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fTheMinAngle
protected

Definition at line 197 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fTheMinEnergyTR
protected

Definition at line 192 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fTotalDist
protected

Definition at line 222 of file G4VXTRenergyLoss.hh.

G4int G4VXTRenergyLoss::fTotBin
protected

Definition at line 203 of file G4VXTRenergyLoss.hh.

G4double G4VXTRenergyLoss::fVarAngle
protected

Definition at line 206 of file G4VXTRenergyLoss.hh.

G4PhysicsLogVector* G4VXTRenergyLoss::fXTREnergyVector
protected

Definition at line 190 of file G4VXTRenergyLoss.hh.


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