Geant4  10.00.p02
GVFlashShowerParameterisation Class Referenceabstract

#include <GVFlashShowerParameterisation.hh>

+ Inheritance diagram for GVFlashShowerParameterisation:
+ Collaboration diagram for GVFlashShowerParameterisation:

Public Member Functions

 GVFlashShowerParameterisation ()
 
virtual ~GVFlashShowerParameterisation ()
 
virtual void ComputeRadialParameters (G4double y, G4double Tau)=0
 
virtual void GenerateLongitudinalProfile (G4double Energy)=0
 
virtual G4double IntegrateEneLongitudinal (G4double LongitudinalStep)=0
 
virtual G4double IntegrateNspLongitudinal (G4double LongitudinalStep)=0
 
virtual G4double ComputeTau (G4double LongitudinalPosition)=0
 
virtual G4double GenerateRadius (G4int ispot, G4double Energy, G4double LongitudinalPosition)=0
 
virtual void ComputeLongitudinalParameters (G4double y)=0
 
virtual void GenerateEnergyProfile (G4double y)=0
 
virtual void GenerateNSpotProfile (G4double y)=0
 
virtual G4double GenerateExponential (G4double Energy)=0
 
virtual G4double GetAveR99 ()=0
 
virtual G4double GetAveR90 ()=0
 
virtual G4double GetAveTmx ()=0
 
virtual G4double GetAveT99 ()=0
 
virtual G4double GetAveT90 ()=0
 
virtual G4double GetNspot ()=0
 
virtual G4double GetX0 ()=0
 
virtual G4double GetEc ()=0
 
virtual G4double GetRm ()=0
 
G4double GeneratePhi ()
 
G4double GetEffZ (const G4Material *material)
 
G4double GetEffA (const G4Material *material)
 
G4double gam (G4double x, G4double a) const
 
void PrintMaterial (const G4Material *mat)
 

Protected Attributes

GVFlashHomoShowerTuningthePar
 
G4double density
 
G4double A
 
G4double Z
 
G4double X0
 
G4double Ec
 
G4double Rm
 
G4double NSpot
 

Detailed Description

Definition at line 49 of file GVFlashShowerParameterisation.hh.

Constructor & Destructor Documentation

GVFlashShowerParameterisation::GVFlashShowerParameterisation ( )

Definition at line 49 of file GVFlashShowerParameterisation.cc.

GVFlashShowerParameterisation::~GVFlashShowerParameterisation ( )
virtual

Definition at line 54 of file GVFlashShowerParameterisation.cc.

Member Function Documentation

virtual void GVFlashShowerParameterisation::ComputeLongitudinalParameters ( G4double  y)
pure virtual
virtual void GVFlashShowerParameterisation::ComputeRadialParameters ( G4double  y,
G4double  Tau 
)
pure virtual
virtual G4double GVFlashShowerParameterisation::ComputeTau ( G4double  LongitudinalPosition)
pure virtual
G4double GVFlashShowerParameterisation::gam ( G4double  x,
G4double  a 
) const

Definition at line 120 of file GVFlashShowerParameterisation.cc.

References MyGamma::Gamma().

Referenced by GFlashHomoShowerParameterisation::IntegrateEneLongitudinal(), GFlashSamplingShowerParameterisation::IntegrateEneLongitudinal(), GFlashHomoShowerParameterisation::IntegrateNspLongitudinal(), and GFlashSamplingShowerParameterisation::IntegrateNspLongitudinal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual void GVFlashShowerParameterisation::GenerateEnergyProfile ( G4double  y)
pure virtual
virtual G4double GVFlashShowerParameterisation::GenerateExponential ( G4double  Energy)
pure virtual
virtual void GVFlashShowerParameterisation::GenerateLongitudinalProfile ( G4double  Energy)
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt(), and GFlashShowerModel::ModelTrigger().

+ Here is the caller graph for this function:

virtual void GVFlashShowerParameterisation::GenerateNSpotProfile ( G4double  y)
pure virtual
G4double GVFlashShowerParameterisation::GeneratePhi ( )

Definition at line 114 of file GVFlashShowerParameterisation.cc.

References G4UniformRand.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GenerateRadius ( G4int  ispot,
G4double  Energy,
G4double  LongitudinalPosition 
)
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetAveR90 ( )
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::CheckContainment().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetAveR99 ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetAveT90 ( )
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::CheckContainment().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetAveT99 ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetAveTmx ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetEc ( )
pure virtual
G4double GVFlashShowerParameterisation::GetEffA ( const G4Material material)

Definition at line 81 of file GVFlashShowerParameterisation.cc.

References a, g, G4Element::GetA(), G4Material::GetA(), G4Material::GetElement(), G4Material::GetFractionVector(), G4Material::GetNumberOfElements(), and mole.

Referenced by GFlashSamplingShowerParameterisation::SetMaterial(), and GFlashHomoShowerParameterisation::SetMaterial().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double GVFlashShowerParameterisation::GetEffZ ( const G4Material material)

Definition at line 58 of file GVFlashShowerParameterisation.cc.

References G4Material::GetElement(), G4Material::GetFractionVector(), G4Material::GetNumberOfElements(), G4Element::GetZ(), G4Material::GetZ(), and z.

Referenced by GFlashSamplingShowerParameterisation::SetMaterial(), and GFlashHomoShowerParameterisation::SetMaterial().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetNspot ( )
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetRm ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetX0 ( )
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::IntegrateEneLongitudinal ( G4double  LongitudinalStep)
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::IntegrateNspLongitudinal ( G4double  LongitudinalStep)
pure virtual

Implemented in GFlashSamplingShowerParameterisation, and GFlashHomoShowerParameterisation.

Referenced by GFlashShowerModel::ElectronDoIt().

+ Here is the caller graph for this function:

void GVFlashShowerParameterisation::PrintMaterial ( const G4Material mat)

Definition at line 101 of file GVFlashShowerParameterisation.cc.

References A, cm, Ec, G4cout, G4endl, G4Material::GetName(), MeV, Rm, X0, and Z.

Referenced by GFlashHomoShowerParameterisation::GFlashHomoShowerParameterisation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double GVFlashShowerParameterisation::A
protected
G4double GVFlashShowerParameterisation::density
protected
G4double GVFlashShowerParameterisation::NSpot
protected

Definition at line 92 of file GVFlashShowerParameterisation.hh.

GVFlashHomoShowerTuning* GVFlashShowerParameterisation::thePar
protected

Definition at line 88 of file GVFlashShowerParameterisation.hh.


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