Geant4  10.00.p02
GFlashShowerModel Class Reference

#include <GFlashShowerModel.hh>

+ Inheritance diagram for GFlashShowerModel:
+ Collaboration diagram for GFlashShowerModel:

Public Member Functions

 GFlashShowerModel (G4String, G4Envelope *)
 
 GFlashShowerModel (G4String)
 
 ~GFlashShowerModel ()
 
G4bool ModelTrigger (const G4FastTrack &)
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
void DoIt (const G4FastTrack &, G4FastStep &)
 
void SetFlagParamType (G4int I)
 
void SetFlagParticleContainment (G4int I)
 
void SetStepInX0 (G4double Lenght)
 
void SetParameterisation (GVFlashShowerParameterisation &DP)
 
void SetHitMaker (GFlashHitMaker &Maker)
 
void SetParticleBounds (GFlashParticleBounds &SpecificBound)
 
G4int GetFlagParamType ()
 
G4int GetFlagParticleContainment ()
 
G4double GetStepInX0 ()
 
- Public Member Functions inherited from G4VFastSimulationModel
 G4VFastSimulationModel (const G4String &aName)
 
 G4VFastSimulationModel (const G4String &aName, G4Envelope *, G4bool IsUnique=FALSE)
 
virtual ~G4VFastSimulationModel ()
 
virtual G4bool AtRestModelTrigger (const G4FastTrack &)
 
virtual void AtRestDoIt (const G4FastTrack &, G4FastStep &)
 
const G4String GetName () const
 
G4bool operator== (const G4VFastSimulationModel &) const
 

Public Attributes

GFlashParticleBoundsPBound
 
GVFlashShowerParameterisationParameterisation
 

Private Member Functions

void ElectronDoIt (const G4FastTrack &, G4FastStep &)
 
G4bool CheckParticleDefAndContainment (const G4FastTrack &fastTrack)
 
G4bool CheckContainment (const G4FastTrack &fastTrack)
 

Private Attributes

GFlashHitMakerHMaker
 
GFlashShowerModelMessengerMessenger
 
G4int FlagParamType
 
G4int FlagParticleContainment
 0=no GFlash 1=only em showers parametrized More...
 
G4double StepInX0
 0=no check ///1=only fully contained... More...
 
G4double EnergyStop
 

Detailed Description

Definition at line 60 of file GFlashShowerModel.hh.

Constructor & Destructor Documentation

GFlashShowerModel::GFlashShowerModel ( G4String  modelName,
G4Envelope envelope 
)

Definition at line 57 of file GFlashShowerModel.cc.

References FlagParamType, FlagParticleContainment, Messenger, and StepInX0.

GFlashShowerModel::GFlashShowerModel ( G4String  modelName)

Definition at line 68 of file GFlashShowerModel.cc.

References FlagParamType, FlagParticleContainment, Messenger, and StepInX0.

GFlashShowerModel::~GFlashShowerModel ( )

Definition at line 78 of file GFlashShowerModel.cc.

References Messenger.

Member Function Documentation

G4bool GFlashShowerModel::CheckContainment ( const G4FastTrack fastTrack)
private

Definition at line 138 of file GFlashShowerModel.cc.

References GVFlashShowerParameterisation::GetAveR90(), GVFlashShowerParameterisation::GetAveT90(), G4FastTrack::GetEnvelopeSolid(), G4FastTrack::GetPrimaryTrackLocalDirection(), G4FastTrack::GetPrimaryTrackLocalPosition(), G4VSolid::Inside(), kOutside, and Parameterisation.

Referenced by CheckParticleDefAndContainment().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool GFlashShowerModel::CheckParticleDefAndContainment ( const G4FastTrack fastTrack)
private

Definition at line 120 of file GFlashShowerModel.cc.

References CheckContainment(), G4Electron::ElectronDefinition(), FlagParticleContainment, G4Track::GetDefinition(), G4FastTrack::GetPrimaryTrack(), and G4Positron::PositronDefinition().

Referenced by ModelTrigger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void GFlashShowerModel::DoIt ( const G4FastTrack fastTrack,
G4FastStep fastStep 
)
virtual

Implements G4VFastSimulationModel.

Definition at line 180 of file GFlashShowerModel.cc.

References G4Electron::ElectronDefinition(), ElectronDoIt(), G4Track::GetDefinition(), G4FastTrack::GetPrimaryTrack(), and G4Positron::PositronDefinition().

+ Here is the call graph for this function:

void GFlashShowerModel::ElectronDoIt ( const G4FastTrack fastTrack,
G4FastStep fastStep 
)
private
G4int GFlashShowerModel::GetFlagParamType ( )
inline

Definition at line 91 of file GFlashShowerModel.hh.

References FlagParamType.

Referenced by GFlashShowerModelMessenger::GetCurrentValue().

+ Here is the caller graph for this function:

G4int GFlashShowerModel::GetFlagParticleContainment ( )
inline

Definition at line 93 of file GFlashShowerModel.hh.

References FlagParticleContainment.

G4double GFlashShowerModel::GetStepInX0 ( )
inline

Definition at line 95 of file GFlashShowerModel.hh.

References StepInX0.

G4bool GFlashShowerModel::IsApplicable ( const G4ParticleDefinition particleType)
virtual

Implements G4VFastSimulationModel.

Definition at line 84 of file GFlashShowerModel.cc.

References G4Electron::ElectronDefinition(), and G4Positron::PositronDefinition().

+ Here is the call graph for this function:

G4bool GFlashShowerModel::ModelTrigger ( const G4FastTrack fastTrack)
virtual
void GFlashShowerModel::SetFlagParamType ( G4int  I)
inline

Definition at line 76 of file GFlashShowerModel.hh.

References FlagParamType.

Referenced by GFlashShowerModelMessenger::SetNewValue().

+ Here is the caller graph for this function:

void GFlashShowerModel::SetFlagParticleContainment ( G4int  I)
inline

Definition at line 78 of file GFlashShowerModel.hh.

References FlagParticleContainment.

Referenced by GFlashShowerModelMessenger::SetNewValue().

+ Here is the caller graph for this function:

void GFlashShowerModel::SetHitMaker ( GFlashHitMaker Maker)
inline

Definition at line 84 of file GFlashShowerModel.hh.

References HMaker.

Referenced by ExGflashDetectorConstruction::ConstructSDandField().

+ Here is the caller graph for this function:

void GFlashShowerModel::SetParameterisation ( GVFlashShowerParameterisation DP)
inline

Definition at line 82 of file GFlashShowerModel.hh.

References Parameterisation.

Referenced by ExGflashDetectorConstruction::ConstructSDandField().

+ Here is the caller graph for this function:

void GFlashShowerModel::SetParticleBounds ( GFlashParticleBounds SpecificBound)
inline

Definition at line 86 of file GFlashShowerModel.hh.

References PBound.

Referenced by ExGflashDetectorConstruction::ConstructSDandField().

+ Here is the caller graph for this function:

void GFlashShowerModel::SetStepInX0 ( G4double  Lenght)
inline

Definition at line 80 of file GFlashShowerModel.hh.

References StepInX0.

Referenced by GFlashShowerModelMessenger::SetNewValue().

+ Here is the caller graph for this function:

Member Data Documentation

G4double GFlashShowerModel::EnergyStop
private

Definition at line 121 of file GFlashShowerModel.hh.

Referenced by ElectronDoIt(), and ModelTrigger().

G4int GFlashShowerModel::FlagParamType
private
G4int GFlashShowerModel::FlagParticleContainment
private

0=no GFlash 1=only em showers parametrized

Definition at line 119 of file GFlashShowerModel.hh.

Referenced by CheckParticleDefAndContainment(), GetFlagParticleContainment(), GFlashShowerModel(), and SetFlagParticleContainment().

GFlashHitMaker* GFlashShowerModel::HMaker
private

Definition at line 114 of file GFlashShowerModel.hh.

Referenced by ElectronDoIt(), and SetHitMaker().

GFlashShowerModelMessenger* GFlashShowerModel::Messenger
private

Definition at line 115 of file GFlashShowerModel.hh.

Referenced by GFlashShowerModel(), and ~GFlashShowerModel().

GVFlashShowerParameterisation* GFlashShowerModel::Parameterisation
G4double GFlashShowerModel::StepInX0
private

0=no check ///1=only fully contained...

Definition at line 120 of file GFlashShowerModel.hh.

Referenced by ElectronDoIt(), GetStepInX0(), GFlashShowerModel(), and SetStepInX0().


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