#include <L1MuDTSecProcMap.h>
Public Types | |
typedef std::map< L1MuDTSecProcId, std::unique_ptr< L1MuDTSectorProcessor > > | 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 &, std::unique_ptr< 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... | |
const L1MuDTSectorProcessor * | sp (const L1MuDTSecProcId &) const |
return pointer to Sector Processor More... | |
~L1MuDTSecProcMap () | |
destructor More... | |
Private Attributes | |
SPmap | m_map |
Sector Processor container map which contains all sector processors
N. Neumeister CERN EP
Definition at line 39 of file L1MuDTSecProcMap.h.
typedef std::map<L1MuDTSecProcId, std::unique_ptr<L1MuDTSectorProcessor> > L1MuDTSecProcMap::SPmap |
Definition at line 41 of file L1MuDTSecProcMap.h.
typedef SPmap::iterator L1MuDTSecProcMap::SPmap_iter |
Definition at line 42 of file L1MuDTSecProcMap.h.
L1MuDTSecProcMap::L1MuDTSecProcMap | ( | ) |
|
default |
destructor
|
inline |
return iterator which points to the first entry of the container
Definition at line 60 of file L1MuDTSecProcMap.h.
References m_map.
|
inline |
return iterator which points to the one-past-last entry of the container
Definition at line 63 of file L1MuDTSecProcMap.h.
References m_map.
void L1MuDTSecProcMap::insert | ( | const L1MuDTSecProcId & | id, |
std::unique_ptr< L1MuDTSectorProcessor > | sp | ||
) |
insert a Sector Processor into the container
Definition at line 70 of file L1MuDTSecProcMap.cc.
References l1ctLayer2EG_cff::id, m_map, eostools::move(), and sp().
|
inline |
return number of entries present in the container
Definition at line 57 of file L1MuDTSecProcMap.h.
References m_map.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
const L1MuDTSectorProcessor * L1MuDTSecProcMap::sp | ( | const L1MuDTSecProcId & | id | ) | const |
return pointer to Sector Processor
Definition at line 58 of file L1MuDTSecProcMap.cc.
References m_map.
Referenced by insert().