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