Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/FastTracklet.h>
Public Member Functions | |
TrackletVector () | |
virtual | ~TrackletVector () |
void | identify (std::ostream &os=std::cout) const |
void | Reset () |
Clear Event. More... | |
int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
TrackletVector * | Clone () const |
bool | empty () const |
size_t | size () const |
void | clear () |
const Tracklet * | at (const size_t index) const |
Tracklet * | at (const size_t index) |
void | push_back (const Tracklet *tracklet) |
size_t | erase (const size_t index) |
std::vector< Tracklet * >::const_iterator | begin () const |
std::vector< Tracklet * >::const_iterator | end () const |
std::vector< Tracklet * >::iterator | begin () |
std::vector< Tracklet * >::iterator | end () |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Definition at line 253 of file FastTracklet.h.
TrackletVector::TrackletVector | ( | ) |
Definition at line 1112 of file FastTracklet.cxx.
Referenced by Clone().
|
virtual |
Definition at line 1115 of file FastTracklet.cxx.
References Reset().
Tracklet * TrackletVector::at | ( | const size_t | index | ) |
Definition at line 1137 of file FastTracklet.cxx.
References size().
const Tracklet * TrackletVector::at | ( | const size_t | index | ) | const |
Definition at line 1131 of file FastTracklet.cxx.
References size().
Referenced by SRMakeRTCurve::AnaForOneStation(), SRMakeRTCurve::FindBestTracklet(), SRMakeRTCurve::process_event(), AnaTrack::process_event(), AnaModule::process_event(), and SimpleTree::process_event().
|
inline |
Definition at line 276 of file FastTracklet.h.
|
inline |
Definition at line 273 of file FastTracklet.h.
|
inline |
Definition at line 266 of file FastTracklet.h.
References Reset().
Referenced by SQReco::ProcessEventPrep().
|
inline |
Definition at line 262 of file FastTracklet.h.
References TrackletVector().
|
inline |
Definition at line 264 of file FastTracklet.h.
|
inline |
Definition at line 277 of file FastTracklet.h.
|
inline |
Definition at line 274 of file FastTracklet.h.
size_t TrackletVector::erase | ( | const size_t | index | ) |
Definition at line 1148 of file FastTracklet.cxx.
References size().
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 1120 of file FastTracklet.cxx.
References size().
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 261 of file FastTracklet.h.
void TrackletVector::push_back | ( | const Tracklet * | tracklet | ) |
Definition at line 1143 of file FastTracklet.cxx.
References Tracklet::Clone().
Referenced by SQReco::process_event(), and SQTrackletReco::process_event().
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 1125 of file FastTracklet.cxx.
Referenced by clear(), and ~TrackletVector().
|
inline |
Definition at line 265 of file FastTracklet.h.
Referenced by at(), erase(), SRMakeRTCurve::FindBestTracklet(), identify(), SRMakeRTCurve::process_event(), AnaTrack::process_event(), AnaModule::process_event(), and SimpleTree::process_event().