ATLAS Offline Software
|
#include <TimedHitPtrCollection.h>
Classes | |
class | SortedException |
thrown by insert More... | |
Public Types | |
typedef TimedVector::const_iterator | const_iterator |
Public Member Functions | |
TimedHitPtrCollection () | |
void | insert (const PileUpTimeEventIndex &timeEventIndex, const AthenaHitsVector< HIT > *inputCollection) |
void | insert (float evtTime, const AthenaHitsVector< HIT > *inputCollection) |
bool | nextDetectorElement (const_iterator &b, const_iterator &e) |
sets an iterator range with the hits of current detector element returns a bool when done More... | |
Private Types | |
typedef std::vector< TimedHitPtr< HIT > > | TimedVector |
Private Member Functions | |
void | sortVector () |
Private Attributes | |
TimedVector | m_hits |
const_iterator | m_currentHit |
of current detector element; More... | |
bool | m_sorted |
flag the fact that the collection has been sorted More... | |
Definition at line 15 of file TimedHitPtrCollection.h.
typedef TimedVector::const_iterator TimedHitPtrCollection< HIT >::const_iterator |
Definition at line 20 of file TimedHitPtrCollection.h.
|
private |
Definition at line 17 of file TimedHitPtrCollection.h.
|
inline |
Definition at line 22 of file TimedHitPtrCollection.h.
void TimedHitPtrCollection< HIT >::insert | ( | const PileUpTimeEventIndex & | timeEventIndex, |
const AthenaHitsVector< HIT > * | inputCollection | ||
) |
void TimedHitPtrCollection< HIT >::insert | ( | float | evtTime, |
const AthenaHitsVector< HIT > * | inputCollection | ||
) |
SortedException | to show that iteration will restart from begin() |
bool TimedHitPtrCollection< HIT >::nextDetectorElement | ( | const_iterator & | b, |
const_iterator & | e | ||
) |
sets an iterator range with the hits of current detector element returns a bool when done
SortedException | to show that iteration will restart from begin() |
|
private |
|
private |
of current detector element;
Definition at line 46 of file TimedHitPtrCollection.h.
|
private |
Definition at line 45 of file TimedHitPtrCollection.h.
|
private |
flag the fact that the collection has been sorted
Definition at line 47 of file TimedHitPtrCollection.h.