Geant4  10.00.p02
G4VSDFilter Class Referenceabstract

#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
 

Detailed Description

Definition at line 41 of file G4VSDFilter.hh.

Constructor & Destructor Documentation

G4VSDFilter::G4VSDFilter ( G4String  name)

Definition at line 32 of file G4VSDFilter.cc.

G4VSDFilter::~G4VSDFilter ( )
virtual

Definition at line 36 of file G4VSDFilter.cc.

Member Function Documentation

virtual G4bool G4VSDFilter::Accept ( const G4Step ) const
pure virtual

Implemented in G4SDParticleFilter, G4SDKineticEnergyFilter, CexmcTrackPointsFilter, G4SDParticleWithEnergyFilter, G4SDNeutralFilter, and G4SDChargedFilter.

Referenced by G4VSensitiveDetector::Hit(), and G4VPrimitiveScorer::HitPrimitive().

+ Here is the caller graph for this function:

G4String G4VSDFilter::GetName ( void  ) const
inline

Definition at line 57 of file G4VSDFilter.hh.

References filterName.

Referenced by G4VScoringMesh::List(), G4VScoringMesh::SetFilter(), and G4SDKineticEnergyFilter::show().

+ Here is the caller graph for this function:

Member Data Documentation

G4String G4VSDFilter::filterName
protected

Definition at line 54 of file G4VSDFilter.hh.

Referenced by GetName().


The documentation for this class was generated from the following files: