|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SDChargedFilter.hh>
Inheritance diagram for G4SDChargedFilter:Public Member Functions | |
| G4SDChargedFilter (const G4String &name) | |
| ~G4SDChargedFilter () override=default | |
| G4bool | Accept (const G4Step *) const override |
Public Member Functions inherited from G4VSDFilter | |
| G4VSDFilter (const G4String &name) | |
| virtual | ~G4VSDFilter () |
| const G4String & | GetName () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VSDFilter | |
| G4String | filterName |
Definition at line 48 of file G4SDChargedFilter.hh.
| G4SDChargedFilter::G4SDChargedFilter | ( | const G4String & | name | ) |
Definition at line 45 of file G4SDChargedFilter.cc.
|
overridedefault |
Implements G4VSDFilter.
Definition at line 49 of file G4SDChargedFilter.cc.