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

#include <F01PhysicsList.hh>

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

Public Member Functions

 F01PhysicsList (F01DetectorConstruction *)
 
 ~F01PhysicsList ()
 
void SetGammaCut (G4double)
 
void SetElectronCut (G4double)
 
void SetMaxStep (G4double)
 
- Public Member Functions inherited from G4VUserPhysicsList
 G4VUserPhysicsList ()
 
virtual ~G4VUserPhysicsList ()
 
 G4VUserPhysicsList (const G4VUserPhysicsList &)
 
G4VUserPhysicsListoperator= (const G4VUserPhysicsList &)
 
void Construct ()
 
void UseCoupledTransportation (G4bool vl=true)
 
void SetDefaultCutValue (G4double newCutValue)
 
G4double GetDefaultCutValue () const
 
void BuildPhysicsTable ()
 
void PreparePhysicsTable (G4ParticleDefinition *)
 
void BuildPhysicsTable (G4ParticleDefinition *)
 
G4bool StorePhysicsTable (const G4String &directory=".")
 
G4bool IsPhysicsTableRetrieved () const
 
G4bool IsStoredInAscii () const
 
const G4StringGetPhysicsTableDirectory () const
 
void SetPhysicsTableRetrieved (const G4String &directory="")
 
void SetStoredInAscii ()
 
void ResetPhysicsTableRetrieved ()
 
void ResetStoredInAscii ()
 
void DumpList () const
 
void DumpCutValuesTable (G4int flag=1)
 
void DumpCutValuesTableIfRequested ()
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void SetCutsWithDefault ()
 
void SetCutValue (G4double aCut, const G4String &pname)
 
G4double GetCutValue (const G4String &pname) const
 
void SetCutValue (G4double aCut, const G4String &pname, const G4String &rname)
 
void SetParticleCuts (G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
 
void SetParticleCuts (G4double cut, const G4String &particleName, G4Region *region=0)
 
void SetCutsForRegion (G4double aCut, const G4String &rname)
 
void ResetCuts ()
 obsolete methods More...
 
void SetApplyCuts (G4bool value, const G4String &name)
 
G4bool GetApplyCuts (const G4String &name) const
 
void RemoveProcessManager ()
 
void AddProcessManager (G4ParticleDefinition *newParticle, G4ProcessManager *newManager=0)
 
void CheckParticleList ()
 
void DisableCheckParticleList ()
 

Public Attributes

G4double MaxChargedStep
 

Protected Member Functions

void ConstructParticle ()
 
void ConstructProcess ()
 
void SetCuts ()
 
void ConstructBosons ()
 
void ConstructLeptons ()
 
void ConstructMesons ()
 
void ConstructBarions ()
 
void ConstructGeneral ()
 
void ConstructEM ()
 
- Protected Member Functions inherited from G4VUserPhysicsList
void AddTransportation ()
 
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
void BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *)
 
virtual void RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false)
 
void InitializeProcessManager ()
 

Additional Inherited Members

- Protected Attributes inherited from G4VUserPhysicsList
G4ParticleTabletheParticleTable
 
G4ParticleTable::G4PTblDicIteratortheParticleIterator
 
G4UserPhysicsListMessengertheMessenger
 
G4int verboseLevel
 
G4double defaultCutValue
 
G4bool isSetDefaultCutValue
 
G4ProductionCutsTablefCutsTable
 
G4bool fRetrievePhysicsTable
 
G4bool fStoredInAscii
 
G4bool fIsCheckedForRetrievePhysicsTable
 
G4bool fIsRestoredCutValues
 
G4String directoryPhysicsTable
 
G4int fDisplayThreshold
 
G4bool fIsPhysicsTableBuilt
 
G4bool fDisableCheckParticleList
 
G4PhysicsListHelperthePLHelper
 

Detailed Description

Definition at line 62 of file F01PhysicsList.hh.

Constructor & Destructor Documentation

F01PhysicsList::F01PhysicsList ( F01DetectorConstruction p)

Definition at line 56 of file F01PhysicsList.cc.

Here is the call graph for this function:

F01PhysicsList::~F01PhysicsList ( )

Definition at line 79 of file F01PhysicsList.cc.

Member Function Documentation

void F01PhysicsList::ConstructBarions ( )
protected

Definition at line 145 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructBosons ( )
protected

Definition at line 105 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructEM ( )
protected

Definition at line 191 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructGeneral ( )
protected

Definition at line 308 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructLeptons ( )
protected

Definition at line 118 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructMesons ( )
protected

Definition at line 133 of file F01PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void F01PhysicsList::ConstructParticle ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 88 of file F01PhysicsList.cc.

Here is the call graph for this function:

void F01PhysicsList::ConstructProcess ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 158 of file F01PhysicsList.cc.

Here is the call graph for this function:

void F01PhysicsList::SetCuts ( )
protectedvirtual

Reimplemented from G4VUserPhysicsList.

Definition at line 336 of file F01PhysicsList.cc.

Here is the call graph for this function:

void F01PhysicsList::SetElectronCut ( G4double  val)

Definition at line 371 of file F01PhysicsList.cc.

Here is the caller graph for this function:

void F01PhysicsList::SetGammaCut ( G4double  val)

Definition at line 364 of file F01PhysicsList.cc.

Here is the caller graph for this function:

void F01PhysicsList::SetMaxStep ( G4double  step)

Definition at line 379 of file F01PhysicsList.cc.

Here is the caller graph for this function:

Member Data Documentation

G4double F01PhysicsList::MaxChargedStep

Definition at line 99 of file F01PhysicsList.hh.


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