#include <XrayFluoPhysicsList.hh>
|
| XrayFluoPhysicsList () |
|
virtual | ~XrayFluoPhysicsList () |
|
void | ConstructParticle () |
|
void | AddPhysicsList (const G4String &name) |
|
void | ConstructProcess () |
|
void | AddDecay () |
|
void | AddStepMax () |
|
void | SetCuts () |
|
void | SetCutForGamma (G4double) |
|
void | SetCutForElectron (G4double) |
|
void | SetCutForPositron (G4double) |
|
void | SetCutForProton (G4double) |
|
void | SetFluorescence (G4bool) |
|
void | SetPIXE (G4bool) |
|
| G4VModularPhysicsList () |
|
virtual | ~G4VModularPhysicsList () |
|
void | RegisterPhysics (G4VPhysicsConstructor *) |
|
const G4VPhysicsConstructor * | GetPhysics (G4int index) const |
|
const G4VPhysicsConstructor * | GetPhysics (const G4String &name) const |
|
const G4VPhysicsConstructor * | GetPhysicsWithType (G4int physics_type) const |
|
void | ReplacePhysics (G4VPhysicsConstructor *) |
|
void | RemovePhysics (G4VPhysicsConstructor *) |
|
void | RemovePhysics (G4int type) |
|
void | RemovePhysics (const G4String &name) |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel () const |
|
G4int | GetInstanceID () const |
|
| G4VUserPhysicsList () |
|
virtual | ~G4VUserPhysicsList () |
|
| G4VUserPhysicsList (const G4VUserPhysicsList &) |
|
G4VUserPhysicsList & | operator= (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 G4String & | GetPhysicsTableDirectory () 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 () |
|
G4int | GetInstanceID () const |
|
void | InitializeWorker () |
|
Definition at line 43 of file XrayFluoPhysicsList.hh.
XrayFluoPhysicsList::XrayFluoPhysicsList |
( |
| ) |
|
Definition at line 86 of file XrayFluoPhysicsList.cc.
static G4LossTableManager * Instance()
static constexpr double mm
void SetVerboseLevel(G4int value)
void SetVerbose(G4int val)
XrayFluoPhysicsList::~XrayFluoPhysicsList |
( |
| ) |
|
|
virtual |
void XrayFluoPhysicsList::AddDecay |
( |
| ) |
|
Definition at line 174 of file XrayFluoPhysicsList.cc.
virtual G4bool IsApplicable(const G4ParticleDefinition &)
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
void SetProcessOrdering(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt, G4int ordDoIt=ordDefault)
G4bool IsShortLived() const
G4ProcessManager * GetProcessManager() const
std::vector< G4InuclElementaryParticle >::iterator particleIterator
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
void XrayFluoPhysicsList::AddPhysicsList |
( |
const G4String & |
name | ) |
|
Definition at line 220 of file XrayFluoPhysicsList.cc.
223 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">" <<
G4endl;
226 if (name == emName)
return;
228 if (name ==
"emlivermore") {
231 delete emPhysicsList;
234 }
else if (name ==
"emstandard") {
236 delete emPhysicsList;
239 }
else if (name ==
"emstandard_opt1") {
242 delete emPhysicsList;
245 }
else if (name ==
"emstandard_opt2") {
248 delete emPhysicsList;
251 }
else if (name ==
"emstandard_opt3") {
254 delete emPhysicsList;
257 }
else if (name ==
"empenelope"){
259 delete emPhysicsList;
264 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">"
G4GLOB_DLL std::ostream G4cout
void XrayFluoPhysicsList::AddStepMax |
( |
| ) |
|
Definition at line 200 of file XrayFluoPhysicsList.cc.
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4bool IsShortLived() const
G4ProcessManager * GetProcessManager() const
std::vector< G4InuclElementaryParticle >::iterator particleIterator
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
G4bool IsApplicable(const G4ParticleDefinition &)
void XrayFluoPhysicsList::ConstructParticle |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VModularPhysicsList.
Definition at line 118 of file XrayFluoPhysicsList.cc.
static G4Geantino * GeantinoDefinition()
static G4Electron * ElectronDefinition()
static G4MuonPlus * MuonPlusDefinition()
static void ConstructParticle()
static void ConstructParticle()
static void ConstructParticle()
static G4NeutrinoE * NeutrinoEDefinition()
static G4AntiNeutrinoMu * AntiNeutrinoMuDefinition()
static G4Positron * PositronDefinition()
static G4MuonMinus * MuonMinusDefinition()
static G4ChargedGeantino * ChargedGeantinoDefinition()
static G4AntiNeutrinoE * AntiNeutrinoEDefinition()
static G4NeutrinoMu * NeutrinoMuDefinition()
static G4Gamma * GammaDefinition()
void XrayFluoPhysicsList::ConstructProcess |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VModularPhysicsList.
Definition at line 153 of file XrayFluoPhysicsList.cc.
void SetDEDXBinningForCSDARange(G4int val)
void SetAuger(G4bool val)
virtual void ConstructProcess()=0
void SetBuildCSDARange(G4bool val)
Definition at line 298 of file XrayFluoPhysicsList.cc.
300 cutForElectron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Electron * Electron()
Definition at line 290 of file XrayFluoPhysicsList.cc.
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
Definition at line 306 of file XrayFluoPhysicsList.cc.
308 cutForPositron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Positron * Positron()
Definition at line 314 of file XrayFluoPhysicsList.cc.
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Proton * Proton()
void XrayFluoPhysicsList::SetCuts |
( |
| ) |
|
|
virtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 272 of file XrayFluoPhysicsList.cc.
275 G4cout <<
"PhysicsList::SetCuts:";
void SetCutValue(G4double aCut, const G4String &pname)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
void DumpCutValuesTable(G4int flag=1)
G4GLOB_DLL std::ostream G4cout
void XrayFluoPhysicsList::SetFluorescence |
( |
G4bool |
| ) |
|
The documentation for this class was generated from the following files: