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
G4AdjointPhysicsList Class Reference

#include <G4AdjointPhysicsList.hh>

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

Public Member Functions

 G4AdjointPhysicsList ()
 
virtual ~G4AdjointPhysicsList ()
 
void SetLossFluctuationFlag (bool aBool)
 
void SetUseIonisation (bool aBool)
 
void SetUseProtonIonisation (bool aBool)
 
void SetUseBrem (bool aBool)
 
void SetUseCompton (bool aBool)
 
void SetUseMS (bool aBool)
 
void SetUsePEEffect (bool aBool)
 
void SetUseGammaConversion (bool aBool)
 
void SetUseEgainFluctuation (bool aBool)
 
void SetEminAdjModels (G4double aVal)
 
void SetEmaxAdjModels (G4double aVal)
 
- 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 ()
 

Protected Member Functions

virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
void SetCuts ()
 
void ConstructBosons ()
 
void ConstructLeptons ()
 
void ConstructMesons ()
 
void ConstructBaryons ()
 
void ConstructAdjointParticles ()
 
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 ()
 

Protected Attributes

G4eIonisationfEminusIonisation
 
G4hIonisationfPIonisation
 
- 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 59 of file G4AdjointPhysicsList.hh.

Constructor & Destructor Documentation

G4AdjointPhysicsList::G4AdjointPhysicsList ( )

Definition at line 50 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

G4AdjointPhysicsList::~G4AdjointPhysicsList ( )
virtual

Definition at line 67 of file G4AdjointPhysicsList.cc.

Member Function Documentation

void G4AdjointPhysicsList::ConstructAdjointParticles ( )
protected

Definition at line 155 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructBaryons ( )
protected

Definition at line 141 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructBosons ( )
protected

Definition at line 92 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructEM ( )
protected

Definition at line 211 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructGeneral ( )
protected

Definition at line 623 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructLeptons ( )
protected

Definition at line 107 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructMesons ( )
protected

Definition at line 123 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4AdjointPhysicsList::ConstructParticle ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 70 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

void G4AdjointPhysicsList::ConstructProcess ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 169 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

void G4AdjointPhysicsList::SetCuts ( )
protectedvirtual

Reimplemented from G4VUserPhysicsList.

Definition at line 642 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

void G4AdjointPhysicsList::SetEmaxAdjModels ( G4double  aVal)
inline

Definition at line 79 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetEminAdjModels ( G4double  aVal)
inline

Definition at line 77 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetLossFluctuationFlag ( bool  aBool)

Definition at line 85 of file G4AdjointPhysicsList.cc.

Here is the call graph for this function:

void G4AdjointPhysicsList::SetUseBrem ( bool  aBool)
inline

Definition at line 69 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUseCompton ( bool  aBool)
inline

Definition at line 70 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUseEgainFluctuation ( bool  aBool)
inline

Definition at line 75 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUseGammaConversion ( bool  aBool)
inline

Definition at line 73 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUseIonisation ( bool  aBool)
inline

Definition at line 66 of file G4AdjointPhysicsList.hh.

void G4AdjointPhysicsList::SetUseMS ( bool  aBool)
inline

Definition at line 71 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUsePEEffect ( bool  aBool)
inline

Definition at line 72 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

void G4AdjointPhysicsList::SetUseProtonIonisation ( bool  aBool)
inline

Definition at line 67 of file G4AdjointPhysicsList.hh.

Here is the caller graph for this function:

Member Data Documentation

G4eIonisation* G4AdjointPhysicsList::fEminusIonisation
protected

Definition at line 102 of file G4AdjointPhysicsList.hh.

G4hIonisation* G4AdjointPhysicsList::fPIonisation
protected

Definition at line 103 of file G4AdjointPhysicsList.hh.


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