|
Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold a list of SQTrack objects. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQTrackVector.h>
Inheritance diagram for SQTrackVector:
Collaboration diagram for SQTrackVector:Public Types | |
| typedef std::vector< SQTrack * > | Vector |
| typedef std::vector< SQTrack * >::const_iterator | ConstIter |
| typedef std::vector< SQTrack * >::iterator | Iter |
Public Member Functions | |
| virtual | ~SQTrackVector () |
| virtual void | identify (std::ostream &os=std::cout) const =0 |
| virtual void | Reset ()=0 |
| Clear Event. More... | |
| virtual int | isValid () const =0 |
| isValid returns non zero if object contains vailid data More... | |
| virtual SQTrackVector * | Clone () const =0 |
| virtual ConstIter | begin () const =0 |
| virtual ConstIter | end () const =0 |
| virtual Iter | begin ()=0 |
| virtual Iter | end ()=0 |
| virtual bool | empty () const =0 |
| virtual size_t | size () const =0 |
| virtual void | clear ()=0 |
| virtual const SQTrack * | at (const size_t id) const =0 |
| virtual SQTrack * | at (const size_t id)=0 |
| virtual void | push_back (const SQTrack *trk)=0 |
| virtual size_t | erase (const size_t id)=0 |
Public Member Functions inherited from PHObject | |
| 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 |
Protected Member Functions | |
| SQTrackVector () | |
| ClassDef (SQTrackVector, 1) | |
An SQ interface class to hold a list of SQTrack objects.
Below is the standard way to find this object in "topNode" and loop over each track;
Definition at line 19 of file SQTrackVector.h.
| typedef std::vector<SQTrack*>::const_iterator SQTrackVector::ConstIter |
Definition at line 22 of file SQTrackVector.h.
| typedef std::vector<SQTrack*>::iterator SQTrackVector::Iter |
Definition at line 23 of file SQTrackVector.h.
| typedef std::vector<SQTrack*> SQTrackVector::Vector |
Definition at line 21 of file SQTrackVector.h.
|
inlinevirtual |
Definition at line 25 of file SQTrackVector.h.
|
inlineprotected |
Definition at line 46 of file SQTrackVector.h.
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by DimuAnaRUS::process_event(), AnaSimDst::process_event(), MakeMyTree::process_event(), TracePHG4Particle::process_event(), AnaTrack::process_event(), AnaEmbeddedData::process_event(), AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), SQVertexing_v2::process_event(), SimpleTree::process_event(), SQTruthVertexing::process_event(), SQVertexing::process_event(), TruthNodeMaker::process_event(), and Fun4AllRUSOutputManager::Write().
Here is the caller graph for this function:
|
pure virtual |
Implemented in SQTrackVector_v1.
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by AnaSortMixVertex::Analyze(), UtilTrack::FindTrackByID(), DimuAnaRUS::process_event(), and DoEmbedding::process_event().
Here is the caller graph for this function:
|
pure virtual |
Implemented in SQTrackVector_v1.
|
protected |
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by SQReco::process_event(), and TruthNodeMaker::process_event().
Here is the caller graph for this function:
|
pure virtual |
Implemented in SQTrackVector_v1.
|
pure virtual |
Implemented in SQTrackVector_v1.
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by AnaSortMixVertex::Analyze(), UtilTrack::FindTrackByID(), DimuAnaRUS::process_event(), and DoEmbedding::process_event().
Here is the caller graph for this function:
|
pure virtual |
Implemented in SQTrackVector_v1.
|
pure virtual |
Implemented in SQTrackVector_v1.
|
pure virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Implemented in SQTrackVector_v1.
|
pure virtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Implemented in SQTrackVector_v1.
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by SQReco::fillRecTrack(), DoEmbedding::process_event(), TruthNodeMaker::process_event(), and Fun4AllRUSInputManager::VectToE1039().
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |
Implemented in SQTrackVector_v1.
Referenced by DimuAnaRUS::process_event(), AnaSimDst::process_event(), MakeMyTree::process_event(), TracePHG4Particle::process_event(), AnaTrack::process_event(), AnaEmbeddedData::process_event(), DoEmbedding::process_event(), SQVertexing_v2::process_event(), SimpleTree::process_event(), SQTruthVertexing::process_event(), SQVertexing::process_event(), TruthNodeMaker::process_event(), and Fun4AllRUSOutputManager::Write().
Here is the caller graph for this function: