#include <DummyProcessAtRest.h>

Public Member Functions | |
| G4VParticleChange * | AtRestDoIt (const G4Track &, const G4Step &) |
| G4double | AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *) |
| void | BuildPhysicsTable (const G4ParticleDefinition &) |
| DummyProcessAtRest (const G4String &processName="DummyProcessAtRest", G4ProcessType aType=fElectromagnetic) | |
| G4double | GetMeanLifeTime (const G4Track &, G4ForceCondition *) |
| G4bool | IsApplicable (const G4ParticleDefinition &) |
| ~DummyProcessAtRest () | |
Private Member Functions | |
| DummyProcessAtRest (const DummyProcessAtRest &) | |
| DummyProcessAtRest & | operator= (const DummyProcessAtRest &right) |
Definition at line 12 of file DummyProcessAtRest.h.
|
private |
| DummyProcessAtRest::DummyProcessAtRest | ( | const G4String & | processName = "DummyProcessAtRest", |
| G4ProcessType | aType = fElectromagnetic |
||
| ) |
Definition at line 11 of file DummyProcessAtRest.cc.
| DummyProcessAtRest::~DummyProcessAtRest | ( | ) |
Definition at line 23 of file DummyProcessAtRest.cc.
| G4VParticleChange * DummyProcessAtRest::AtRestDoIt | ( | const G4Track & | track, |
| const G4Step & | step | ||
| ) |
Definition at line 58 of file DummyProcessAtRest.cc.
References utl::GeV.
| G4double DummyProcessAtRest::AtRestGetPhysicalInteractionLength | ( | const G4Track & | , |
| G4ForceCondition * | condition | ||
| ) |
Definition at line 42 of file DummyProcessAtRest.cc.
| void DummyProcessAtRest::BuildPhysicsTable | ( | const G4ParticleDefinition & | ) |
Definition at line 29 of file DummyProcessAtRest.cc.
| G4double DummyProcessAtRest::GetMeanLifeTime | ( | const G4Track & | , |
| G4ForceCondition * | condition | ||
| ) |
Definition at line 75 of file DummyProcessAtRest.cc.
| G4bool DummyProcessAtRest::IsApplicable | ( | const G4ParticleDefinition & | ) |
Definition at line 35 of file DummyProcessAtRest.cc.
|
private |