Geant4_10
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)
 
void BuildPhysicsTable (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)
 
G4double GetScintillationYieldByParticleType (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 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
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
const G4VProcessGetMasterProcess () const
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)
 

Protected Member Functions

void BuildThePhysicsTable ()
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected Attributes

G4PhysicsTabletheSlowIntegralTable
 
G4PhysicsTabletheFastIntegralTable
 
G4bool fTrackSecondariesFirst
 
G4bool fFiniteRiseTime
 
G4double YieldFactor
 
G4double ExcitationRatio
 
G4bool scintillationByParticleType
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft
 
G4double currentInteractionLength
 
G4double theInitialNumberOfInteractionLength
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType
 
G4int theProcessSubType
 
G4double thePILfactor
 
G4bool enableAtRestDoIt
 
G4bool enableAlongStepDoIt
 
G4bool enablePostStepDoIt
 
G4int verboseLevel
 

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 129 of file G4Scintillation.cc.

Here is the call graph for this function:

Member Function Documentation

void G4Scintillation::AddSaturation ( G4EmSaturation sat)
inline

Definition at line 192 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 155 of file G4Scintillation.cc.

Here is the call graph for this function:

void G4Scintillation::BuildPhysicsTable ( const G4ParticleDefinition aParticleType)
virtual

Reimplemented from G4VProcess.

Definition at line 145 of file G4Scintillation.cc.

Here is the call graph for this function:

void G4Scintillation::BuildThePhysicsTable ( )
protected

Definition at line 471 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 331 of file G4Scintillation.hh.

Here is the call graph for this function:

G4PhysicsTable * G4Scintillation::GetFastIntegralTable ( ) const
inline

Definition at line 325 of file G4Scintillation.hh.

G4bool G4Scintillation::GetFiniteRiseTime ( ) const
inline

Definition at line 289 of file G4Scintillation.hh.

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

Implements G4VRestDiscreteProcess.

Definition at line 641 of file G4Scintillation.cc.

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

Implements G4VRestDiscreteProcess.

Definition at line 655 of file G4Scintillation.cc.

G4EmSaturation* G4Scintillation::GetSaturation ( ) const
inline

Definition at line 198 of file G4Scintillation.hh.

G4bool G4Scintillation::GetScintillationByParticleType ( ) const
inline

Definition at line 205 of file G4Scintillation.hh.

G4double G4Scintillation::GetScintillationExcitationRatio ( ) const
inline

Definition at line 313 of file G4Scintillation.hh.

G4double G4Scintillation::GetScintillationYieldByParticleType ( const G4Track aTrack,
const G4Step aStep 
)

Definition at line 686 of file G4Scintillation.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4Scintillation::GetScintillationYieldFactor ( ) const
inline

Definition at line 301 of file G4Scintillation.hh.

G4PhysicsTable * G4Scintillation::GetSlowIntegralTable ( ) const
inline

Definition at line 319 of file G4Scintillation.hh.

G4bool G4Scintillation::GetTrackSecondariesFirst ( ) const
inline

Definition at line 283 of file G4Scintillation.hh.

G4bool G4Scintillation::IsApplicable ( const G4ParticleDefinition aParticleType)
inlinevirtual

Reimplemented from G4VProcess.

Definition at line 262 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 168 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 195 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetFiniteRiseTime ( const G4bool  state)
inline

Definition at line 277 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetScintillationByParticleType ( const G4bool  scintType)

Definition at line 627 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 307 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetScintillationYieldFactor ( const G4double  yieldfactor)
inline

Definition at line 295 of file G4Scintillation.hh.

Here is the caller graph for this function:

void G4Scintillation::SetTrackSecondariesFirst ( const G4bool  state)
inline

Definition at line 271 of file G4Scintillation.hh.

Here is the caller graph for this function:

Member Data Documentation

G4double G4Scintillation::ExcitationRatio
protected

Definition at line 231 of file G4Scintillation.hh.

G4bool G4Scintillation::fFiniteRiseTime
protected

Definition at line 227 of file G4Scintillation.hh.

G4bool G4Scintillation::fTrackSecondariesFirst
protected

Definition at line 226 of file G4Scintillation.hh.

G4bool G4Scintillation::scintillationByParticleType
protected

Definition at line 233 of file G4Scintillation.hh.

G4PhysicsTable* G4Scintillation::theFastIntegralTable
protected

Definition at line 224 of file G4Scintillation.hh.

G4PhysicsTable* G4Scintillation::theSlowIntegralTable
protected

Definition at line 223 of file G4Scintillation.hh.

G4double G4Scintillation::YieldFactor
protected

Definition at line 229 of file G4Scintillation.hh.


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