ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TSPhysicsList Class Reference

#include <geant4/tree/geant4-10.6-release/examples/extended/parallel/ThreadsafeScorers/include/TSPhysicsList.hh>

+ Inheritance diagram for TSPhysicsList:
+ Collaboration diagram for TSPhysicsList:

Public Types

typedef std::deque
< G4VPhysicsConstructor * > 
PhysicsSet_t
 

Public Member Functions

 TSPhysicsList ()
 
virtual ~TSPhysicsList ()
 
void ConstructParticle ()
 
void ConstructProcess ()
 
void SetCuts ()
 
- 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 ()
 
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 ()
 
G4int GetInstanceID () const
 
virtual void InitializeWorker ()
 
virtual void TerminateWorker ()
 

Static Public Member Functions

static TSPhysicsListInstance ()
 
- Static Public Member Functions inherited from G4VUserPhysicsList
static const G4VUPLManagerGetSubInstanceManager ()
 

Private Attributes

PhysicsSet_t fConstructors
 
G4double fDefaultCutValue
 

Static Private Attributes

static TSPhysicsListfgInstance = 0
 

Additional Inherited Members

- 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 ()
 
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
 
- Protected Attributes inherited from G4VUserPhysicsList
G4ParticleTabletheParticleTable
 
G4int verboseLevel
 
G4double defaultCutValue
 
G4bool isSetDefaultCutValue
 
G4ProductionCutsTablefCutsTable
 
G4bool fRetrievePhysicsTable
 
G4bool fStoredInAscii
 
G4bool fIsCheckedForRetrievePhysicsTable
 
G4bool fIsRestoredCutValues
 
G4String directoryPhysicsTable
 
G4bool fDisableCheckParticleList
 
G4int g4vuplInstanceID
 
- Static Protected Attributes inherited from G4VUserPhysicsList
static G4RUN_DLL G4VUPLManager subInstanceManager
 

Detailed Description

This is a very, very extensive physics list and step-limiters are applied to many particles. The reasoning behind this is because we wan't to put as much pressure on the atomics as possible and produce as much round-off error as possible. See descriptions in README and TSDetectorConstruction for more details.

Definition at line 52 of file TSPhysicsList.hh.

View newest version in sPHENIX GitHub at line 52 of file TSPhysicsList.hh

Member Typedef Documentation

Definition at line 55 of file TSPhysicsList.hh.

View newest version in sPHENIX GitHub at line 55 of file TSPhysicsList.hh

Constructor & Destructor Documentation

TSPhysicsList::TSPhysicsList ( )

Definition at line 100 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 100 of file TSPhysicsList.cc

References fConstructors, and fgInstance.

TSPhysicsList::~TSPhysicsList ( )
virtual

Definition at line 116 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 116 of file TSPhysicsList.cc

References fConstructors, and fgInstance.

Member Function Documentation

void TSPhysicsList::ConstructParticle ( void  )
virtual

Implements G4VUserPhysicsList.

Definition at line 126 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 126 of file TSPhysicsList.cc

References c, and fConstructors.

void TSPhysicsList::ConstructProcess ( void  )
virtual

Implements G4VUserPhysicsList.

Definition at line 136 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 136 of file TSPhysicsList.cc

References G4VUserPhysicsList::AddTransportation(), c, fConstructors, G4VUserPhysicsList::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4PhysicsListHelper::GetPhysicsListHelper(), particle, pname(), and G4PhysicsListHelper::RegisterProcess().

+ Here is the call graph for this function:

TSPhysicsList * TSPhysicsList::Instance ( void  )
static

Definition at line 93 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 93 of file TSPhysicsList.cc

References fgInstance.

void TSPhysicsList::SetCuts ( )
virtual

Reimplemented from G4VUserPhysicsList.

Definition at line 182 of file TSPhysicsList.cc.

View newest version in sPHENIX GitHub at line 182 of file TSPhysicsList.cc

References fDefaultCutValue, and G4VUserPhysicsList::SetCutValue().

+ Here is the call graph for this function:

Member Data Documentation

PhysicsSet_t TSPhysicsList::fConstructors
private

Definition at line 69 of file TSPhysicsList.hh.

View newest version in sPHENIX GitHub at line 69 of file TSPhysicsList.hh

Referenced by ConstructParticle(), ConstructProcess(), TSPhysicsList(), and ~TSPhysicsList().

G4double TSPhysicsList::fDefaultCutValue
private

Definition at line 70 of file TSPhysicsList.hh.

View newest version in sPHENIX GitHub at line 70 of file TSPhysicsList.hh

Referenced by SetCuts().

TSPhysicsList * TSPhysicsList::fgInstance = 0
staticprivate

This is a very, very extensive physics list and step-limiters are applied to many particles. The reasoning behind this is because we wan't to put as much pressure on the atomics as possible and produce as much round-off error as possible. See descriptions in README and TSDetectorConstruction for more details.

Definition at line 68 of file TSPhysicsList.hh.

View newest version in sPHENIX GitHub at line 68 of file TSPhysicsList.hh

Referenced by Instance(), TSPhysicsList(), and ~TSPhysicsList().


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