|
Class Reference for E1039 Core & Analysis Software
|
A general-purpose SQ interface class that holds a list of PHObjects with key = integer. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQIntMap.h>
Inheritance diagram for SQIntMap:
Collaboration diagram for SQIntMap:Public Types | |
| typedef std::map< unsigned int, PHObject * > | ObjectMap |
| typedef ObjectMap::const_iterator | ConstIter |
| typedef ObjectMap::iterator | Iter |
Public Member Functions | |
| virtual | ~SQIntMap () |
| 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 SQIntMap * | Clone () const |
| virtual bool | empty () const |
| virtual size_t | size () const |
| virtual size_t | count (unsigned int idkey) const |
| virtual void | clear () |
| virtual const PHObject * | get (unsigned int idkey) const |
| virtual PHObject * | get (unsigned int idkey) |
| virtual PHObject * | insert (const unsigned int idkey, const PHObject *item) |
| virtual size_t | erase (unsigned int idkey) |
| virtual ConstIter | begin () const =0 |
| virtual ConstIter | find (unsigned int idkey) const =0 |
| virtual ConstIter | end () const =0 |
| virtual Iter | begin ()=0 |
| virtual Iter | find (unsigned int idkey)=0 |
| virtual Iter | end ()=0 |
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 | |
| SQIntMap () | |
A general-purpose SQ interface class that holds a list of PHObjects with key = integer.
The usage is nearly identical to SQSpillMap.
Definition at line 14 of file SQIntMap.h.
| typedef ObjectMap::const_iterator SQIntMap::ConstIter |
Definition at line 17 of file SQIntMap.h.
| typedef ObjectMap::iterator SQIntMap::Iter |
Definition at line 18 of file SQIntMap.h.
| typedef std::map<unsigned int, PHObject*> SQIntMap::ObjectMap |
Definition at line 16 of file SQIntMap.h.
|
inlinevirtual |
Definition at line 20 of file SQIntMap.h.
|
inlineprotected |
Definition at line 48 of file SQIntMap.h.
|
pure virtual |
Implemented in SQIntMap_v1.
|
pure virtual |
Implemented in SQIntMap_v1.
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 32 of file SQIntMap.h.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 31 of file SQIntMap.h.
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 29 of file SQIntMap.h.
|
pure virtual |
Implemented in SQIntMap_v1.
|
pure virtual |
Implemented in SQIntMap_v1.
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 37 of file SQIntMap.h.
|
pure virtual |
Implemented in SQIntMap_v1.
|
pure virtual |
Implemented in SQIntMap_v1.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 34 of file SQIntMap.h.
References NULL.
Referenced by DbUpSpill::process_event(), and Fun4AllEVIOInputManager::run().
Here is the caller graph for this function:
|
inlinevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SQIntMap_v1.
Definition at line 22 of file SQIntMap.h.
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 36 of file SQIntMap.h.
References NULL.
Referenced by Fun4AllEVIOInputManager::run().
Here is the caller graph for this function:
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SQIntMap_v1.
Definition at line 26 of file SQIntMap.h.
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Reimplemented in SQIntMap_v1.
Definition at line 25 of file SQIntMap.h.
|
inlinevirtual |
Reimplemented in SQIntMap_v1.
Definition at line 30 of file SQIntMap.h.