Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQHitMap_v1.h>
Public Member Functions | |
SQHitMap_v1 () | |
SQHitMap_v1 (const SQHitMap_v1 &hitmap) | |
SQHitMap_v1 & | operator= (const SQHitMap_v1 &hitmap) |
virtual | ~SQHitMap_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... | |
SQHitMap * | Clone () const |
bool | empty () const |
size_t | size () const |
size_t | count (unsigned int idkey) const |
void | clear () |
const SQHit * | get (unsigned int idkey) const |
SQHit * | get (unsigned int idkey) |
SQHit * | insert (const SQHit *hit) |
size_t | erase (unsigned int idkey) |
ConstIter | begin () const |
ConstIter | find (unsigned int idkey) const |
ConstIter | end () const |
Iter | begin () |
Iter | find (unsigned int idkey) |
Iter | end () |
![]() | |
virtual | ~SQHitMap () |
![]() | |
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::map< unsigned int, SQHit * > | HitMap |
typedef std::map< unsigned int, SQHit * >::const_iterator | ConstIter |
typedef std::map< unsigned int, SQHit * >::iterator | Iter |
![]() | |
SQHitMap () | |
Definition at line 18 of file SQHitMap_v1.h.
SQHitMap_v1::SQHitMap_v1 | ( | ) |
SQHitMap_v1::SQHitMap_v1 | ( | const SQHitMap_v1 & | hitmap | ) |
Definition at line 22 of file SQHitMap_v1.cxx.
References begin(), SQHit::Clone(), end(), and SQHit::get_hit_id().
|
virtual |
Definition at line 43 of file SQHitMap_v1.cxx.
References Reset().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 48 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 44 of file SQHitMap_v1.h.
Referenced by operator=(), and SQHitMap_v1().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 35 of file SQHitMap_v1.h.
References Reset().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 30 of file SQHitMap_v1.h.
References SQHitMap_v1().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 34 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 32 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 50 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 46 of file SQHitMap_v1.h.
Referenced by operator=(), and SQHitMap_v1().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 40 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 49 of file SQHitMap_v1.h.
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 45 of file SQHitMap_v1.h.
|
virtual |
|
virtual |
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SQHitMap.
Definition at line 57 of file SQHitMap_v1.cxx.
Reimplemented from SQHitMap.
Definition at line 74 of file SQHitMap_v1.cxx.
References SQHit::Clone(), and SQHit::get_hit_id().
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from SQHitMap.
Definition at line 29 of file SQHitMap_v1.h.
SQHitMap_v1 & SQHitMap_v1::operator= | ( | const SQHitMap_v1 & | hitmap | ) |
Definition at line 32 of file SQHitMap_v1.cxx.
References begin(), SQHit::Clone(), end(), SQHit::get_hit_id(), and Reset().
|
virtual |
Clear Event.
Reimplemented from SQHitMap.
Definition at line 47 of file SQHitMap_v1.cxx.
Referenced by clear(), operator=(), and ~SQHitMap_v1().
|
inlinevirtual |
Reimplemented from SQHitMap.
Definition at line 33 of file SQHitMap_v1.h.