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
GVFlashShowerParameterisation Class Referenceabstract

#include <GVFlashShowerParameterisation.hh>

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

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.

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.

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.

virtual G4double GVFlashShowerParameterisation::GenerateRadius ( G4int  ispot,
G4double  Energy,
G4double  LongitudinalPosition 
)
pure virtual
virtual G4double GVFlashShowerParameterisation::GetAveR90 ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetAveR99 ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetAveT90 ( )
pure virtual
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.

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.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4double GVFlashShowerParameterisation::GetNspot ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetRm ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::GetX0 ( )
pure virtual
virtual G4double GVFlashShowerParameterisation::IntegrateEneLongitudinal ( G4double  LongitudinalStep)
pure virtual
virtual G4double GVFlashShowerParameterisation::IntegrateNspLongitudinal ( G4double  LongitudinalStep)
pure virtual
void GVFlashShowerParameterisation::PrintMaterial ( const G4Material mat)

Definition at line 101 of file GVFlashShowerParameterisation.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4double GVFlashShowerParameterisation::A
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::density
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::Ec
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::NSpot
protected

Definition at line 92 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::Rm
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.

GVFlashHomoShowerTuning* GVFlashShowerParameterisation::thePar
protected

Definition at line 88 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::X0
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.

G4double GVFlashShowerParameterisation::Z
protected

Definition at line 90 of file GVFlashShowerParameterisation.hh.


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