Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold a list of SQDimuon objects. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQDimuonVector.h>
Public Types | |
typedef std::vector< SQDimuon * > | Vector |
typedef std::vector< SQDimuon * >::const_iterator | ConstIter |
typedef std::vector< SQDimuon * >::iterator | Iter |
Public Member Functions | |
virtual | ~SQDimuonVector () |
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 SQDimuonVector * | 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 SQDimuon * | at (const size_t id) const =0 |
virtual SQDimuon * | at (const size_t id)=0 |
virtual void | push_back (const SQDimuon *dim)=0 |
virtual size_t | erase (const size_t id)=0 |
![]() | |
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 | |
SQDimuonVector () | |
ClassDef (SQDimuonVector, 1) | |
An SQ interface class to hold a list of SQDimuon objects.
Below is the standard way to find this object in "topNode" and loop over each dimuon;
Definition at line 19 of file SQDimuonVector.h.
typedef std::vector<SQDimuon*>::const_iterator SQDimuonVector::ConstIter |
Definition at line 22 of file SQDimuonVector.h.
typedef std::vector<SQDimuon*>::iterator SQDimuonVector::Iter |
Definition at line 23 of file SQDimuonVector.h.
typedef std::vector<SQDimuon*> SQDimuonVector::Vector |
Definition at line 21 of file SQDimuonVector.h.
|
inlinevirtual |
Definition at line 25 of file SQDimuonVector.h.
|
inlineprotected |
Definition at line 46 of file SQDimuonVector.h.
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by AnaSimDst::process_event(), MakeMyTree::process_event(), TracePHG4Particle::process_event(), AnaSimDimuon::process_event(), SubsysRecoSignal::process_event(), AnaEmbeddedData::process_event(), SimpleTree::process_event(), and SQTruthVertexing::process_event().
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by UtilDimuon::FindDimuonByID(), DoEmbedding::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
protected |
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by TruthNodeMaker::process_event().
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by UtilDimuon::FindDimuonByID(), DoEmbedding::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
pure virtual |
Implemented in SQDimuonVector_v1.
|
pure virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Implemented in SQDimuonVector_v1.
|
pure virtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Implemented in SQDimuonVector_v1.
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by DoEmbedding::process_event(), SQTruthVertexing::process_event(), SQVertexing::process_event(), and TruthNodeMaker::process_event().
|
pure virtual |
|
pure virtual |
Implemented in SQDimuonVector_v1.
Referenced by AnaSimDst::process_event(), MakeMyTree::process_event(), TracePHG4Particle::process_event(), AnaSimDimuon::process_event(), SubsysRecoSignal::process_event(), AnaEmbeddedData::process_event(), DoEmbedding::process_event(), SimpleTree::process_event(), and SQTruthVertexing::process_event().