DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Specialized hit selector based on the hit's cell identifier. More...
#include <Geant4HitCollection.h>
Public Member Functions | |
CellIDCompare (long long int i) | |
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 | |
long long int | id |
Specialized hit selector based on the hit's cell identifier.
Class for hit matching using the hit's cell identifier.
Definition at line 418 of file Geant4HitCollection.h.
|
inline |
Constructor.
Definition at line 422 of file Geant4HitCollection.h.
|
virtual |
Comparison function.
Implements dd4hep::sim::Geant4HitCollection::Compare.
Definition at line 428 of file Geant4HitCollection.h.
long long int dd4hep::sim::CellIDCompare< TYPE >::id |
Definition at line 420 of file Geant4HitCollection.h.