#include <L1MuDTSecProcMap.h>
Public Types | |
typedef std::map< L1MuDTSecProcId, L1MuDTSectorProcessor *, std::less< L1MuDTSecProcId > > | SPmap |
typedef SPmap::iterator | SPmap_iter |
Public Member Functions | |
SPmap_iter | begin () |
return iterator which points to the first entry of the container More... | |
SPmap_iter | end () |
return iterator which points to the one-past-last entry of the container More... | |
void | insert (const L1MuDTSecProcId &, L1MuDTSectorProcessor *sp) |
insert a Sector Processor into the container More... | |
L1MuDTSecProcMap () | |
constructor More... | |
int | size () const |
return number of entries present in the container More... | |
L1MuDTSectorProcessor * | sp (const L1MuDTSecProcId &) const |
return pointer to Sector Processor More... | |
virtual | ~L1MuDTSecProcMap () |
destructor More... | |
Private Attributes | |
SPmap | m_map |
Sector Processor container map which contains all sector processors
N. Neumeister CERN EP
Definition at line 38 of file L1MuDTSecProcMap.h.
typedef std::map<L1MuDTSecProcId, L1MuDTSectorProcessor*, std::less<L1MuDTSecProcId> > L1MuDTSecProcMap::SPmap |
Definition at line 42 of file L1MuDTSecProcMap.h.
typedef SPmap::iterator L1MuDTSecProcMap::SPmap_iter |
Definition at line 43 of file L1MuDTSecProcMap.h.
L1MuDTSecProcMap::L1MuDTSecProcMap | ( | ) |
|
virtual |
|
inline |
return iterator which points to the first entry of the container
Definition at line 61 of file L1MuDTSecProcMap.h.
References m_map.
|
inline |
return iterator which points to the one-past-last entry of the container
Definition at line 64 of file L1MuDTSecProcMap.h.
References m_map.
void L1MuDTSecProcMap::insert | ( | const L1MuDTSecProcId & | id, |
L1MuDTSectorProcessor * | sp | ||
) |
insert a Sector Processor into the container
Definition at line 83 of file L1MuDTSecProcMap.cc.
References triggerObjects_cff::id, m_map, and sp().
|
inline |
return number of entries present in the container
Definition at line 58 of file L1MuDTSecProcMap.h.
References m_map.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
L1MuDTSectorProcessor * L1MuDTSecProcMap::sp | ( | const L1MuDTSecProcId & | id | ) | const |
return pointer to Sector Processor
Definition at line 68 of file L1MuDTSecProcMap.cc.
References m_map.
Referenced by insert().
|
private |
Definition at line 68 of file L1MuDTSecProcMap.h.
Referenced by begin(), end(), insert(), size(), sp(), and ~L1MuDTSecProcMap().