Class Reference for E1039 Core & Analysis Software
SQIntMap Class Reference

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 SQIntMapClone () const
 
virtual bool empty () const
 
virtual size_t size () const
 
virtual size_t count (unsigned int idkey) const
 
virtual void clear ()
 
virtual const PHObjectget (unsigned int idkey) const
 
virtual PHObjectget (unsigned int idkey)
 
virtual PHObjectinsert (const unsigned int idkey, const PHObject *item)
 
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 PHObjectclone () 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 ()
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstIter

typedef ObjectMap::const_iterator SQIntMap::ConstIter

Definition at line 17 of file SQIntMap.h.

◆ Iter

typedef ObjectMap::iterator SQIntMap::Iter

Definition at line 18 of file SQIntMap.h.

◆ ObjectMap

typedef std::map<unsigned int, PHObject*> SQIntMap::ObjectMap

Definition at line 16 of file SQIntMap.h.

Constructor & Destructor Documentation

◆ ~SQIntMap()

virtual SQIntMap::~SQIntMap ( )
inlinevirtual

Definition at line 20 of file SQIntMap.h.

◆ SQIntMap()

SQIntMap::SQIntMap ( )
inlineprotected

Definition at line 48 of file SQIntMap.h.

Member Function Documentation

◆ begin() [1/2]

virtual Iter SQIntMap::begin ( )
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 43 of file SQIntMap.h.

◆ begin() [2/2]

virtual ConstIter SQIntMap::begin ( ) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 39 of file SQIntMap.h.

◆ clear()

virtual void SQIntMap::clear ( )
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 32 of file SQIntMap.h.

◆ Clone()

virtual SQIntMap* SQIntMap::Clone ( ) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 27 of file SQIntMap.h.

References NULL.

◆ count()

virtual size_t SQIntMap::count ( unsigned int  idkey) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 31 of file SQIntMap.h.

◆ empty()

virtual bool SQIntMap::empty ( ) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 29 of file SQIntMap.h.

◆ end() [1/2]

virtual Iter SQIntMap::end ( )
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 45 of file SQIntMap.h.

◆ end() [2/2]

virtual ConstIter SQIntMap::end ( ) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 41 of file SQIntMap.h.

◆ erase()

virtual size_t SQIntMap::erase ( unsigned int  idkey)
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 37 of file SQIntMap.h.

◆ find() [1/2]

virtual Iter SQIntMap::find ( unsigned int  idkey)
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 44 of file SQIntMap.h.

◆ find() [2/2]

virtual ConstIter SQIntMap::find ( unsigned int  idkey) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 40 of file SQIntMap.h.

◆ get() [1/2]

virtual PHObject* SQIntMap::get ( unsigned int  idkey)
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 35 of file SQIntMap.h.

References NULL.

◆ get() [2/2]

virtual const PHObject* SQIntMap::get ( unsigned int  idkey) const
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:

◆ identify()

virtual void SQIntMap::identify ( std::ostream &  os = std::cout) const
inlinevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in SQIntMap_v1.

Definition at line 22 of file SQIntMap.h.

◆ insert()

virtual PHObject* SQIntMap::insert ( const unsigned int  idkey,
const PHObject item 
)
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:

◆ isValid()

virtual int SQIntMap::isValid ( ) const
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.

◆ Reset()

virtual void SQIntMap::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Reimplemented in SQIntMap_v1.

Definition at line 25 of file SQIntMap.h.

◆ size()

virtual size_t SQIntMap::size ( void  ) const
inlinevirtual

Reimplemented in SQIntMap_v1.

Definition at line 30 of file SQIntMap.h.


The documentation for this class was generated from the following file: