Geant4
10.03.p03
|
#include <PrimaryKiller.hh>
Protected Member Functions | |
virtual G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
Protected Member Functions inherited from G4VPrimitiveScorer | |
virtual G4int | GetIndex (G4Step *) |
void | CheckAndSetUnit (const G4String &unit, const G4String &category) |
Protected Member Functions inherited from G4UImessenger | |
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) |
Additional Inherited Members | |
Protected Attributes inherited from G4VPrimitiveScorer | |
G4String | primitiveName |
G4MultiFunctionalDetector * | detector |
G4VSDFilter * | filter |
G4int | verboseLevel |
G4int | indexDepth |
G4String | unitName |
G4double | unitValue |
G4int | fNi |
G4int | fNj |
G4int | fNk |
Protected Attributes inherited from G4UImessenger | |
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.
|
virtual |
Definition at line 75 of file PrimaryKiller.cc.
Reimplemented from G4VPrimitiveScorer.
Definition at line 158 of file PrimaryKiller.cc.
|
virtual |
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 145 of file PrimaryKiller.cc.
|
protectedvirtual |
Implements G4VPrimitiveScorer.
Definition at line 94 of file PrimaryKiller.cc.
|
inline |
Set energy under which the particle should be killed
Definition at line 73 of file PrimaryKiller.hh.
|
inline |
Set the energy loss from which the event is aborted
Definition at line 85 of file PrimaryKiller.hh.
|
inline |
Set the energy loss from which the primary is killed
Definition at line 79 of file PrimaryKiller.hh.
|
virtual |
Method related to G4UImessenger used to control energy cuts through macro file
Reimplemented from G4UImessenger.
Definition at line 80 of file PrimaryKiller.cc.