ATLAS Offline Software
|
#include <type_traits>
Go to the source code of this file.
Classes | |
class | TimedHitPtr |
a smart pointer to a hit that also provides access to the extended timing info of the host event. For a pu event this is taken from the event PileUpTimeEventIndex usually accessed via PileUpMergeSvc::TimedList More... | |
Functions | |
template<class HIT > | |
float | hitTime (const TimedHitPtr< HIT > &tHit) |
template<class HIT > | |
bool | operator< (const TimedHitPtr< HIT > &lhs, const TimedHitPtr< HIT > &rhs) |
|
inline |
Definition at line 69 of file TimedHitPtr.h.
bool operator< | ( | const TimedHitPtr< HIT > & | lhs, |
const TimedHitPtr< HIT > & | rhs | ||
) |
Definition at line 76 of file TimedHitPtr.h.