DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Specialized hit selector based on the hit's position. More...
#include <Geant4HitCollection.h>
Public Member Functions | |
PositionCompare (const POS &p) | |
Constructor. More... | |
virtual void * | operator() (const Geant4HitWrapper &w) const |
Comparison function. More... | |
Public Member Functions inherited from dd4hep::sim::Geant4HitCollection::Compare | |
virtual | ~Compare () |
Default destructor. More... | |
Public Attributes | |
const POS & | pos |
Specialized hit selector based on the hit's position.
Class for hit matching using the hit position.
Definition at line 395 of file Geant4HitCollection.h.
|
inline |
Constructor.
Definition at line 399 of file Geant4HitCollection.h.
|
virtual |
Comparison function.
Implements dd4hep::sim::Geant4HitCollection::Compare.
Definition at line 405 of file Geant4HitCollection.h.
const POS& dd4hep::sim::PositionCompare< TYPE, POS >::pos |
Definition at line 397 of file Geant4HitCollection.h.