|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrajectoryEncounteredVolumeFilter.hh>
Public Member Functions | |
| G4TrajectoryEncounteredVolumeFilter (const G4String &name="Unspecified") | |
| virtual | ~G4TrajectoryEncounteredVolumeFilter () |
| virtual bool | Evaluate (const G4VTrajectory &) const |
| virtual void | Print (std::ostream &ostr) const |
| virtual void | Clear () |
| void | Add (const G4String &volume) |
| Public Member Functions inherited from G4SmartFilter< G4VTrajectory > | |
| G4SmartFilter (const G4String &name) | |
| virtual | ~G4SmartFilter () |
| G4bool | Accept (const G4VTrajectory &) const |
| virtual void | PrintAll (std::ostream &ostr) const |
| virtual void | Reset () |
| void | SetActive (const G4bool &) |
| G4bool | GetActive () const |
| void | SetInvert (const G4bool &) |
| G4bool | GetInvert () const |
| void | SetVerbose (const G4bool &) |
| G4bool | GetVerbose () const |
| Public Member Functions inherited from G4VFilter< G4VTrajectory > | |
| G4VFilter (const G4String &name) | |
| virtual | ~G4VFilter () |
| G4String | Name () const |
| G4String | GetName () const |
Additional Inherited Members | |
| Public Types inherited from G4VFilter< G4VTrajectory > | |
| typedef G4VTrajectory | Type |
Definition at line 39 of file G4TrajectoryEncounteredVolumeFilter.hh.
| G4TrajectoryEncounteredVolumeFilter::G4TrajectoryEncounteredVolumeFilter | ( | const G4String & | name = "Unspecified" | ) |
Definition at line 38 of file G4TrajectoryEncounteredVolumeFilter.cc.
|
virtual |
Definition at line 42 of file G4TrajectoryEncounteredVolumeFilter.cc.
| void G4TrajectoryEncounteredVolumeFilter::Add | ( | const G4String & | volume | ) |
Definition at line 85 of file G4TrajectoryEncounteredVolumeFilter.cc.
|
virtual |
Implements G4SmartFilter< G4VTrajectory >.
Definition at line 103 of file G4TrajectoryEncounteredVolumeFilter.cc.
|
virtual |
Implements G4SmartFilter< G4VTrajectory >.
Definition at line 45 of file G4TrajectoryEncounteredVolumeFilter.cc.
|
virtual |
Implements G4SmartFilter< G4VTrajectory >.
Definition at line 91 of file G4TrajectoryEncounteredVolumeFilter.cc.