Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQIntMap_v1.h>
Public Member Functions | |
SQIntMap_v1 () | |
SQIntMap_v1 (const SQIntMap_v1 &map) | |
SQIntMap_v1 & | operator= (const SQIntMap_v1 &map) |
virtual | ~SQIntMap_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... | |
SQIntMap * | Clone () const |
bool | empty () const |
size_t | size () const |
size_t | count (unsigned int idkey) const |
void | clear () |
const PHObject * | get (unsigned int idkey) const |
PHObject * | get (unsigned int idkey) |
PHObject * | insert (unsigned int idkey, const PHObject *item) |
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 | ~SQIntMap () |
![]() | |
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, PHObject * > | ObjectMap |
typedef ObjectMap::const_iterator | ConstIter |
typedef ObjectMap::iterator | Iter |
![]() | |
SQIntMap () | |
Definition at line 8 of file SQIntMap_v1.h.
SQIntMap_v1::SQIntMap_v1 | ( | ) |
SQIntMap_v1::SQIntMap_v1 | ( | const SQIntMap_v1 & | map | ) |
Definition at line 12 of file SQIntMap_v1.cxx.
References begin(), and end().
|
virtual |
Definition at line 28 of file SQIntMap_v1.cxx.
References Reset().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 37 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 33 of file SQIntMap_v1.h.
Referenced by operator=(), and SQIntMap_v1().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 23 of file SQIntMap_v1.h.
References Reset().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 18 of file SQIntMap_v1.h.
References SQIntMap_v1().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 22 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 20 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 39 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 35 of file SQIntMap_v1.h.
Referenced by operator=(), and SQIntMap_v1().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 28 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 38 of file SQIntMap_v1.h.
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 34 of file SQIntMap_v1.h.
|
virtual |
|
virtual |
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SQIntMap.
Definition at line 39 of file SQIntMap_v1.cxx.
Reimplemented from SQIntMap.
Definition at line 56 of file SQIntMap_v1.cxx.
References PHObject::clone().
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from SQIntMap.
Definition at line 17 of file SQIntMap_v1.h.
SQIntMap_v1 & SQIntMap_v1::operator= | ( | const SQIntMap_v1 & | map | ) |
Definition at line 19 of file SQIntMap_v1.cxx.
References begin(), end(), and Reset().
|
virtual |
Clear Event.
Reimplemented from SQIntMap.
Definition at line 32 of file SQIntMap_v1.cxx.
Referenced by clear(), operator=(), and ~SQIntMap_v1().
|
inlinevirtual |
Reimplemented from SQIntMap.
Definition at line 21 of file SQIntMap_v1.h.