ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/HEPREP/HepRepSelectFilter.h>
Public Member Functions | |
virtual | ~HepRepSelectFilter () |
Destructor. | |
virtual bool | select (HepRepInstance *instance)=0 |
HepRepSelectFilter interface used in copying HepReps.
Definition at line 21 of file HepRepSelectFilter.h.
View newest version in sPHENIX GitHub at line 21 of file HepRepSelectFilter.h
|
inlinevirtual |
Destructor.
Definition at line 25 of file HepRepSelectFilter.h.
View newest version in sPHENIX GitHub at line 25 of file HepRepSelectFilter.h
|
pure virtual |
Selects if the given instance will pass.
instance | to be checked. |