![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/digits_hits/detector/include/G4VSDFilter.hh>
Inheritance diagram for G4VSDFilter:
Collaboration diagram for G4VSDFilter:Public Member Functions | |
| G4VSDFilter (G4String name) | |
| virtual | ~G4VSDFilter () |
| virtual G4bool | Accept (const G4Step *) const =0 |
| G4String | GetName () const |
Protected Attributes | |
| G4String | filterName |
Definition at line 40 of file G4VSDFilter.hh.
View newest version in sPHENIX GitHub at line 40 of file G4VSDFilter.hh
| G4VSDFilter::G4VSDFilter | ( | G4String | name | ) |
Definition at line 32 of file G4VSDFilter.cc.
View newest version in sPHENIX GitHub at line 32 of file G4VSDFilter.cc
References G4SDManager::GetSDMpointer(), and G4SDManager::RegisterSDFilter().
Here is the call graph for this function:
|
virtual |
Definition at line 38 of file G4VSDFilter.cc.
View newest version in sPHENIX GitHub at line 38 of file G4VSDFilter.cc
References G4SDManager::DeRegisterSDFilter(), and G4SDManager::GetSDMpointer().
Here is the call graph for this function:Implemented in G4SDParticleFilter, G4SDKineticEnergyFilter, CexmcTrackPointsFilter, G4SDParticleWithEnergyFilter, G4SDNeutralFilter, and G4SDChargedFilter.
Referenced by G4VSensitiveDetector::Hit(), and G4VPrimitiveScorer::HitPrimitive().
Here is the caller graph for this function:Definition at line 56 of file G4VSDFilter.hh.
View newest version in sPHENIX GitHub at line 56 of file G4VSDFilter.hh
References filterName.
Referenced by G4VScoringMesh::List(), G4VScoringMesh::SetFilter(), and G4SDKineticEnergyFilter::show().
Here is the caller graph for this function:
|
protected |
Definition at line 53 of file G4VSDFilter.hh.
View newest version in sPHENIX GitHub at line 53 of file G4VSDFilter.hh
Referenced by GetName().