Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SDParticleWithEnergyFilter.hh>
Public Member Functions | |
G4SDParticleWithEnergyFilter (G4String name, G4double elow=0.0, G4double ehigh=DBL_MAX) | |
virtual | ~G4SDParticleWithEnergyFilter () |
virtual G4bool | Accept (const G4Step *) const |
void | add (const G4String &particleName) |
void | SetKineticEnergy (G4double elow, G4double ehigh) |
void | show () |
Public Member Functions inherited from G4VSDFilter | |
G4VSDFilter (G4String name) | |
virtual | ~G4VSDFilter () |
virtual G4bool | Accept (const G4Step *) const =0 |
G4String | GetName () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VSDFilter | |
G4String | filterName |
Definition at line 51 of file G4SDParticleWithEnergyFilter.hh.
G4SDParticleWithEnergyFilter::G4SDParticleWithEnergyFilter | ( | G4String | name, |
G4double | elow = 0.0 , |
||
G4double | ehigh = DBL_MAX |
||
) |
Definition at line 46 of file G4SDParticleWithEnergyFilter.cc.
|
virtual |
Definition at line 55 of file G4SDParticleWithEnergyFilter.cc.
Implements G4VSDFilter.
Definition at line 61 of file G4SDParticleWithEnergyFilter.cc.
Definition at line 68 of file G4SDParticleWithEnergyFilter.cc.
Referenced by G4ScoreQuantityMessenger::FParticleWithEnergyCommand().
Definition at line 73 of file G4SDParticleWithEnergyFilter.cc.
void G4SDParticleWithEnergyFilter::show | ( | ) |
Definition at line 79 of file G4SDParticleWithEnergyFilter.cc.