Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VFilter.hh>
Public Types | |
typedef T | Type |
Public Member Functions | |
G4VFilter (const G4String &name) | |
virtual | ~G4VFilter () |
virtual G4bool | Accept (const T &) const =0 |
virtual void | PrintAll (std::ostream &ostr) const =0 |
virtual void | Reset ()=0 |
G4String | Name () const |
G4String | GetName () const |
Definition at line 39 of file G4VFilter.hh.
Definition at line 43 of file G4VFilter.hh.
G4VFilter< T >::G4VFilter | ( | const G4String & | name | ) |
Definition at line 71 of file G4VFilter.hh.
Definition at line 76 of file G4VFilter.hh.
Definition at line 87 of file G4VFilter.hh.
Definition at line 80 of file G4VFilter.hh.
Referenced by G4SmartFilter< T >::Accept(), G4AttributeFilterT< T >::Print(), and G4SmartFilter< T >::PrintAll().
|
pure virtual |
|
pure virtual |