Analysis Software
Documentation for sPHENIX simulation software
|
Interface class for selectors from physical volumes. More...
#include <acts/blob/sPHENIX/Plugins/Geant4/include/Acts/Plugins/Geant4/Geant4PhysicalVolumeSelectors.hpp>
Public Member Functions | |
virtual | ~IGeant4PhysicalVolumeSelector ()=default |
virtual bool | select (const G4VPhysicalVolume &g4Phys) const =0 |
The main interface method. | |
Interface class for selectors from physical volumes.
Definition at line 21 of file Geant4PhysicalVolumeSelectors.hpp.
View newest version in sPHENIX GitHub at line 21 of file Geant4PhysicalVolumeSelectors.hpp
|
virtualdefault |
|
pure virtual |
The main interface method.
g4Phys | the physical volume to be checked |
Implemented in Acts::Geant4PhysicalVolumeSelectors::NameSelector, and Acts::Geant4PhysicalVolumeSelectors::AllSelector.