Jpp
17.3.2
the software that should make you happy
|
Auxiliary data structure for sorting of hits. More...
#include <JCLBDefaultSimulatorInterface.hh>
Public Member Functions | |
bool | operator() (const JDAQHit &first, const JDAQHit &second) const |
Compare hits by time. More... | |
bool | operator() (const JDAQHit &hit, const JTDC_t tdc) const |
Compare hit and TDC value. More... | |
Auxiliary data structure for sorting of hits.
Definition at line 327 of file JCLBDefaultSimulatorInterface.hh.
|
inline |
Compare hits by time.
first | first hit |
second | second hit |
Definition at line 335 of file JCLBDefaultSimulatorInterface.hh.
|
inline |
Compare hit and TDC value.
hit | hit |
tdc | TDC |
Definition at line 348 of file JCLBDefaultSimulatorInterface.hh.