Geant4
10.03
|
Kill the primary particle: More...
#include <PrimaryKiller.hh>
Public Member Functions | |
PrimaryKiller (G4String name, G4int depth=0) | |
virtual | ~PrimaryKiller () |
void | SetEnergyThreshold (double energy) |
Set energy under which the particle should be killed. More... | |
void | SetMinLossEnergyLimit (double energy) |
Set the energy loss from which the primary is killed. More... | |
void | SetMaxLossEnergyLimit (double energy) |
Set the energy loss from which the event is aborted. More... | |
virtual void | SetNewValue (G4UIcommand *command, G4String newValue) |
Method related to G4UImessenger used to control energy cuts through macro file. More... | |
virtual void | Initialize (G4HCofThisEvent *) |
virtual void | EndOfEvent (G4HCofThisEvent *) |
virtual void | clear () |
virtual void | DrawAll () |
virtual void | PrintAll () |
![]() | |
G4VPrimitiveScorer (G4String name, G4int depth=0) | |
virtual | ~G4VPrimitiveScorer () |
G4int | GetCollectionID (G4int) |
void | SetUnit (const G4String &unit) |
const G4String & | GetUnit () const |
G4double | GetUnitValue () const |
void | SetMultiFunctionalDetector (G4MultiFunctionalDetector *d) |
G4MultiFunctionalDetector * | GetMultiFunctionalDetector () const |
G4String | GetName () const |
void | SetFilter (G4VSDFilter *f) |
G4VSDFilter * | GetFilter () const |
void | SetVerboseLevel (G4int vl) |
G4int | GetVerboseLevel () const |
void | SetNijk (G4int i, G4int j, G4int k) |
![]() | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
G4bool | operator== (const G4UImessenger &messenger) const |
G4bool | CommandsShouldBeInMaster () const |
Protected Member Functions | |
virtual G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
![]() | |
virtual G4int | GetIndex (G4Step *) |
void | CheckAndSetUnit (const G4String &unit, const G4String &category) |
![]() | |
G4String | ItoS (G4int i) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (G4String s) |
G4double | StoD (G4String s) |
G4bool | StoB (G4String s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
Private Attributes | |
double | fELoss |
double | fELossRange_Min |
double | fELossRange_Max |
double | fKineticE_Min |
G4UIcmdWithADoubleAndUnit * | fpELossUI |
G4UIcmdWithADoubleAndUnit * | fpAbortEventIfELossUpperThan |
G4UIcmdWithADoubleAndUnit * | fpMinKineticE |
Additional Inherited Members | |
![]() | |
G4String | primitiveName |
G4MultiFunctionalDetector * | detector |
G4VSDFilter * | filter |
G4int | verboseLevel |
G4int | indexDepth |
G4String | unitName |
G4double | unitValue |
G4int | fNi |
G4int | fNj |
G4int | fNk |
![]() | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
G4bool | commandsShouldBeInMaster |
Kill the primary particle:
Definition at line 52 of file PrimaryKiller.hh.
Definition at line 56 of file PrimaryKiller.cc.
References DBL_MAX, fELoss, fELossRange_Max, fELossRange_Min, fKineticE_Min, fpAbortEventIfELossUpperThan, fpELossUI, and fpMinKineticE.
|
virtual |
Definition at line 75 of file PrimaryKiller.cc.
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 158 of file PrimaryKiller.cc.
References fELoss.
Referenced by Initialize().
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 165 of file PrimaryKiller.cc.
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 152 of file PrimaryKiller.cc.
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 145 of file PrimaryKiller.cc.
References clear().
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 170 of file PrimaryKiller.cc.
|
protectedvirtual |
Implements G4VPrimitiveScorer.
Definition at line 94 of file PrimaryKiller.cc.
References G4RunManager::AbortEvent(), FALSE, fELoss, fELossRange_Max, fELossRange_Min, fKineticE_Min, fStopAndKill, G4BestUnit, G4cout, G4endl, G4EventManager::GetConstCurrentEvent(), G4Event::GetEventID(), G4EventManager::GetEventManager(), G4StepPoint::GetKineticEnergy(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4RunManager::GetRunManager(), G4Step::GetTrack(), G4Track::GetTrackID(), and TRUE.
|
inline |
Set energy under which the particle should be killed.
Definition at line 73 of file PrimaryKiller.hh.
References G4INCL::KinematicsUtils::energy().
|
inline |
Set the energy loss from which the event is aborted.
Definition at line 85 of file PrimaryKiller.hh.
References G4INCL::KinematicsUtils::energy().
|
inline |
Set the energy loss from which the primary is killed.
Definition at line 79 of file PrimaryKiller.hh.
References G4INCL::KinematicsUtils::energy().
|
virtual |
Method related to G4UImessenger used to control energy cuts through macro file.
Reimplemented from G4UImessenger.
Definition at line 80 of file PrimaryKiller.cc.
References fELossRange_Max, fELossRange_Min, fpAbortEventIfELossUpperThan, fpELossUI, and G4UIcmdWithADoubleAndUnit::GetNewDoubleValue().
|
private |
Definition at line 56 of file PrimaryKiller.hh.
Referenced by clear(), PrimaryKiller(), and ProcessHits().
|
private |
Definition at line 59 of file PrimaryKiller.hh.
Referenced by PrimaryKiller(), ProcessHits(), and SetNewValue().
|
private |
Definition at line 58 of file PrimaryKiller.hh.
Referenced by PrimaryKiller(), ProcessHits(), and SetNewValue().
|
private |
Definition at line 60 of file PrimaryKiller.hh.
Referenced by PrimaryKiller(), and ProcessHits().
|
private |
Definition at line 63 of file PrimaryKiller.hh.
Referenced by PrimaryKiller(), and SetNewValue().
|
private |
Definition at line 62 of file PrimaryKiller.hh.
Referenced by PrimaryKiller(), and SetNewValue().
|
private |
Definition at line 64 of file PrimaryKiller.hh.
Referenced by PrimaryKiller().