Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQHitVector_v1.h>
Public Member Functions | |
SQHitVector_v1 () | |
SQHitVector_v1 (const SQHitVector_v1 &hitmap) | |
SQHitVector_v1 & | operator= (const SQHitVector_v1 &hitmap) |
virtual | ~SQHitVector_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... | |
SQHitVector * | Clone () const |
bool | empty () const |
size_t | size () const |
void | clear () |
const SQHit * | at (const size_t idkey) const |
SQHit * | at (const size_t idkey) |
void | push_back (const SQHit *hit) |
size_t | erase (const size_t idkey) |
Iter | erase (Iter pos) |
ConstIter | begin () const |
ConstIter | end () const |
Iter | begin () |
Iter | end () |
![]() | |
virtual | ~SQHitVector () |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
typedef std::vector< SQHit * > | HitVector |
typedef std::vector< SQHit * >::const_iterator | ConstIter |
typedef std::vector< SQHit * >::iterator | Iter |
![]() | |
SQHitVector () | |
Definition at line 18 of file SQHitVector_v1.h.
SQHitVector_v1::SQHitVector_v1 | ( | ) |
SQHitVector_v1::SQHitVector_v1 | ( | const SQHitVector_v1 & | hitmap | ) |
Definition at line 22 of file SQHitVector_v1.cxx.
References begin(), SQHit::Clone(), and end().
|
virtual |
Definition at line 43 of file SQHitVector_v1.cxx.
References Reset().
|
virtual |
Implements SQHitVector.
Definition at line 62 of file SQHitVector_v1.cxx.
|
virtual |
Implements SQHitVector.
Definition at line 57 of file SQHitVector_v1.cxx.
References size().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 49 of file SQHitVector_v1.h.
|
inlinevirtual |
Implements SQHitVector.
Definition at line 46 of file SQHitVector_v1.h.
Referenced by operator=(), and SQHitVector_v1().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 34 of file SQHitVector_v1.h.
References Reset().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 30 of file SQHitVector_v1.h.
References SQHitVector_v1().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 32 of file SQHitVector_v1.h.
|
inlinevirtual |
Implements SQHitVector.
Definition at line 50 of file SQHitVector_v1.h.
|
inlinevirtual |
Implements SQHitVector.
Definition at line 47 of file SQHitVector_v1.h.
Referenced by operator=(), and SQHitVector_v1().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 39 of file SQHitVector_v1.h.
Implements SQHitVector.
Definition at line 44 of file SQHitVector_v1.h.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SQHitVector.
Definition at line 52 of file SQHitVector_v1.cxx.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Implements SQHitVector.
Definition at line 29 of file SQHitVector_v1.h.
SQHitVector_v1 & SQHitVector_v1::operator= | ( | const SQHitVector_v1 & | hitmap | ) |
Definition at line 32 of file SQHitVector_v1.cxx.
References begin(), SQHit::Clone(), end(), and Reset().
|
virtual |
Implements SQHitVector.
Definition at line 67 of file SQHitVector_v1.cxx.
References SQHit::Clone().
|
virtual |
Clear Event.
Implements SQHitVector.
Definition at line 47 of file SQHitVector_v1.cxx.
Referenced by clear(), operator=(), and ~SQHitVector_v1().
|
inlinevirtual |
Implements SQHitVector.
Definition at line 33 of file SQHitVector_v1.h.
Referenced by at().