Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQDimuonVector_v1.h>
Public Member Functions | |
SQDimuonVector_v1 () | |
SQDimuonVector_v1 (const SQDimuonVector_v1 &obj) | |
SQDimuonVector_v1 & | operator= (const SQDimuonVector_v1 &obj) |
virtual | ~SQDimuonVector_v1 () |
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... | |
SQDimuonVector * | Clone () const |
ConstIter | begin () const |
ConstIter | end () const |
Iter | begin () |
Iter | end () |
bool | empty () const |
size_t | size () const |
void | clear () |
const SQDimuon * | at (const size_t id) const |
SQDimuon * | at (const size_t id) |
void | push_back (const SQDimuon *dim) |
size_t | erase (const size_t id) |
![]() | |
virtual | ~SQDimuonVector () |
![]() | |
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 | |
ClassDef (SQDimuonVector_v1, 1) | |
![]() | |
SQDimuonVector () | |
ClassDef (SQDimuonVector, 1) | |
Protected Attributes | |
Vector | _vector |
Additional Inherited Members | |
![]() | |
typedef std::vector< SQDimuon * > | Vector |
typedef std::vector< SQDimuon * >::const_iterator | ConstIter |
typedef std::vector< SQDimuon * >::iterator | Iter |
Definition at line 5 of file SQDimuonVector_v1.h.
SQDimuonVector_v1::SQDimuonVector_v1 | ( | ) |
SQDimuonVector_v1::SQDimuonVector_v1 | ( | const SQDimuonVector_v1 & | obj | ) |
Definition at line 10 of file SQDimuonVector_v1.cxx.
References begin(), and end().
|
virtual |
Definition at line 26 of file SQDimuonVector_v1.cxx.
|
virtual |
Implements SQDimuonVector.
Definition at line 48 of file SQDimuonVector_v1.cxx.
|
virtual |
Implements SQDimuonVector.
Definition at line 42 of file SQDimuonVector_v1.cxx.
|
inlinevirtual |
|
inlinevirtual |
Implements SQDimuonVector.
Definition at line 17 of file SQDimuonVector_v1.h.
References _vector.
Referenced by operator=(), and SQDimuonVector_v1().
|
protected |
|
inlinevirtual |
Implements SQDimuonVector.
Definition at line 23 of file SQDimuonVector_v1.h.
References Reset().
|
inlinevirtual |
Implements SQDimuonVector.
Definition at line 15 of file SQDimuonVector_v1.h.
References SQDimuonVector_v1().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements SQDimuonVector.
Definition at line 18 of file SQDimuonVector_v1.h.
References _vector.
Referenced by operator=(), and SQDimuonVector_v1().
|
virtual |
Implements SQDimuonVector.
Definition at line 59 of file SQDimuonVector_v1.cxx.
|
virtual |
identify Function from PHObject
os | Output Stream |
Implements SQDimuonVector.
Definition at line 37 of file SQDimuonVector_v1.cxx.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Implements SQDimuonVector.
Definition at line 14 of file SQDimuonVector_v1.h.
SQDimuonVector_v1 & SQDimuonVector_v1::operator= | ( | const SQDimuonVector_v1 & | obj | ) |
Definition at line 17 of file SQDimuonVector_v1.cxx.
References begin(), and end().
|
virtual |
Implements SQDimuonVector.
Definition at line 54 of file SQDimuonVector_v1.cxx.
References SQDimuon::Clone().
|
virtual |
Clear Event.
Implements SQDimuonVector.
Definition at line 31 of file SQDimuonVector_v1.cxx.
Referenced by clear().
|
inlinevirtual |
|
protected |