|
Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold a list of SQHit objects as std::map. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQHitMap.h>
Inheritance diagram for SQHitMap:
Collaboration diagram for SQHitMap:Public Types | |
| typedef std::map< unsigned int, SQHit * > | HitMap |
| typedef std::map< unsigned int, SQHit * >::const_iterator | ConstIter |
| typedef std::map< unsigned int, SQHit * >::iterator | Iter |
Public Member Functions | |
| virtual | ~SQHitMap () |
| virtual void | identify (std::ostream &os=std::cout) const |
| virtual void | Reset () |
| Clear Event. More... | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| virtual SQHitMap * | Clone () const |
| virtual bool | empty () const |
| virtual size_t | size () const |
| virtual size_t | count (unsigned int idkey) const |
| virtual void | clear () |
| virtual const SQHit * | get (unsigned int idkey) const |
| virtual SQHit * | get (unsigned int idkey) |
| virtual SQHit * | insert (const SQHit *hit) |
| virtual size_t | erase (unsigned int idkey) |
| virtual ConstIter | begin () const |
| virtual ConstIter | find (unsigned int idkey) const |
| virtual ConstIter | end () const |
| virtual Iter | begin () |
| virtual Iter | find (unsigned int idkey) |
| virtual Iter | end () |
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 | |
| SQHitMap () | |
An SQ interface class to hold a list of SQHit objects as std::map.
This class is not being used. Instead the standard list of SQHit is SQHitVector. This class could be deleted in future.
Definition at line 23 of file SQHitMap.h.
| typedef std::map<unsigned int, SQHit*>::const_iterator SQHitMap::ConstIter |
Definition at line 28 of file SQHitMap.h.
| typedef std::map<unsigned int, SQHit*> SQHitMap::HitMap |
Definition at line 27 of file SQHitMap.h.
| typedef std::map<unsigned int, SQHit*>::iterator SQHitMap::Iter |
Definition at line 29 of file SQHitMap.h.
|
inlinevirtual |
Definition at line 31 of file SQHitMap.h.
|
inlineprotected |
Definition at line 59 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 50 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 54 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 43 of file SQHitMap.h.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 42 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 40 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 52 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 56 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 48 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 51 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 55 of file SQHitMap.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SQHitMap_v1.
Definition at line 33 of file SQHitMap.h.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SQHitMap_v1.
Definition at line 37 of file SQHitMap.h.
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Reimplemented in SQHitMap_v1.
Definition at line 36 of file SQHitMap.h.
|
inlinevirtual |
Reimplemented in SQHitMap_v1.
Definition at line 41 of file SQHitMap.h.