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

#include <G4Scintillation.hh>

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

Public Member Functions

 G4Scintillation (const G4String &processName="Scintillation", G4ProcessType type=fElectromagnetic)
 
 ~G4Scintillation ()
 
G4bool IsApplicable (const G4ParticleDefinition &aParticleType)
 
G4double GetMeanFreePath (const G4Track &aTrack, G4double, G4ForceCondition *)
 
G4double GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *)
 
G4VParticleChangePostStepDoIt (const G4Track &aTrack, const G4Step &aStep)
 
G4VParticleChangeAtRestDoIt (const G4Track &aTrack, const G4Step &aStep)
 
void SetTrackSecondariesFirst (const G4bool state)
 
void SetFiniteRiseTime (const G4bool state)
 
G4bool GetTrackSecondariesFirst () const
 
G4bool GetFiniteRiseTime () const
 
void SetScintillationYieldFactor (const G4double yieldfactor)
 
G4double GetScintillationYieldFactor () const
 
void SetScintillationExcitationRatio (const G4double excitationratio)
 
G4double GetScintillationExcitationRatio () const
 
G4PhysicsTableGetFastIntegralTable () const
 
G4PhysicsTableGetSlowIntegralTable () const
 
void AddSaturation (G4EmSaturation *sat)
 
void RemoveSaturation ()
 
G4EmSaturationGetSaturation () const
 
void SetScintillationByParticleType (const G4bool)
 
G4bool GetScintillationByParticleType () const
 
void DumpPhysicsTable () const
 
- Public Member Functions inherited from G4VRestDiscreteProcess
 G4VRestDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VRestDiscreteProcess (G4VRestDiscreteProcess &)
 
virtual ~G4VRestDiscreteProcess ()
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
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 BuildPhysicsTable (const G4ParticleDefinition &)
 
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 Member Functions

void BuildThePhysicsTable ()
 

Protected Attributes

G4PhysicsTabletheSlowIntegralTable
 
G4PhysicsTabletheFastIntegralTable
 
G4bool fTrackSecondariesFirst
 
G4bool fFiniteRiseTime
 
G4double YieldFactor
 
G4double ExcitationRatio
 
G4bool scintillationByParticleType
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Detailed Description

Definition at line 88 of file G4Scintillation.hh.

Constructor & Destructor Documentation

G4Scintillation::G4Scintillation ( const G4String processName = "Scintillation",
G4ProcessType  type = fElectromagnetic 
)

Definition at line 96 of file G4Scintillation.cc.

Here is the call graph for this function:

G4Scintillation::~G4Scintillation ( )

Definition at line 126 of file G4Scintillation.cc.

Here is the call graph for this function:

Member Function Documentation

void G4Scintillation::AddSaturation ( G4EmSaturation sat)
inline

Definition at line 183 of file G4Scintillation.hh.

Here is the caller graph for this function:

G4VParticleChange * G4Scintillation::AtRestDoIt ( const G4Track aTrack,
const G4Step aStep 
)
virtual

Reimplemented from G4VRestDiscreteProcess.

Definition at line 146 of file G4Scintillation.cc.

Here is the call graph for this function:

void G4Scintillation::BuildThePhysicsTable ( )
protected

Definition at line 537 of file G4Scintillation.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4Scintillation::DumpPhysicsTable ( ) const
inline

Definition at line 312 of file G4Scintillation.hh.

Here is the call graph for this function:

G4PhysicsTable * G4Scintillation::GetFastIntegralTable ( ) const
inline

Definition at line 306 of file G4Scintillation.hh.

G4bool G4Scintillation::GetFiniteRiseTime ( ) const
inline

Definition at line 270 of file G4Scintillation.hh.

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

Implements G4VRestDiscreteProcess.

Definition at line 705 of file G4Scintillation.cc.

G4double G4Scintillation::GetMeanLifeTime ( const G4Track aTrack,
G4ForceCondition condition 
)
virtual

Implements G4VRestDiscreteProcess.

Definition at line 719 of file G4Scintillation.cc.

G4EmSaturation* G4Scintillation::GetSaturation ( ) const
inline

Definition at line 189 of file G4Scintillation.hh.

G4bool G4Scintillation::GetScintillationByParticleType ( ) const
inline

Definition at line 196 of file G4Scintillation.hh.

G4double G4Scintillation::GetScintillationExcitationRatio ( ) const
inline

Definition at line 294 of file G4Scintillation.hh.

G4double G4Scintillation::GetScintillationYieldFactor ( ) const
inline

Definition at line 282 of file G4Scintillation.hh.

G4PhysicsTable * G4Scintillation::GetSlowIntegralTable ( ) const
inline

Definition at line 300 of file G4Scintillation.hh.

G4bool G4Scintillation::GetTrackSecondariesFirst ( ) const
inline

Definition at line 264 of file G4Scintillation.hh.

G4bool G4Scintillation::IsApplicable ( const G4ParticleDefinition aParticleType)
inlinevirtual

Reimplemented from G4VProcess.

Definition at line 243 of file G4Scintillation.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from G4VRestDiscreteProcess.

Definition at line 159 of file G4Scintillation.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4Scintillation::RemoveSaturation ( )
inline

Definition at line 186 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetFiniteRiseTime ( const G4bool  state)
inline

Definition at line 258 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetScintillationByParticleType ( const G4bool  scintType)

Definition at line 691 of file G4Scintillation.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4Scintillation::SetScintillationExcitationRatio ( const G4double  excitationratio)
inline

Definition at line 288 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetScintillationYieldFactor ( const G4double  yieldfactor)
inline

Definition at line 276 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetTrackSecondariesFirst ( const G4bool  state)
inline

Definition at line 252 of file G4Scintillation.hh.

Here is the caller graph for this function:

Member Data Documentation

G4double G4Scintillation::ExcitationRatio
protected

Definition at line 222 of file G4Scintillation.hh.

G4bool G4Scintillation::fFiniteRiseTime
protected

Definition at line 218 of file G4Scintillation.hh.

G4bool G4Scintillation::fTrackSecondariesFirst
protected

Definition at line 217 of file G4Scintillation.hh.

G4bool G4Scintillation::scintillationByParticleType
protected

Definition at line 224 of file G4Scintillation.hh.

G4PhysicsTable* G4Scintillation::theFastIntegralTable
protected

Definition at line 215 of file G4Scintillation.hh.

G4PhysicsTable* G4Scintillation::theSlowIntegralTable
protected

Definition at line 214 of file G4Scintillation.hh.

G4double G4Scintillation::YieldFactor
protected

Definition at line 220 of file G4Scintillation.hh.


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