14 #ifndef L1MUBM_SEC_PROC_MAP_H 15 #define L1MUBM_SEC_PROC_MAP_H 43 typedef std::map<L1MuBMSecProcId, L1MuBMSectorProcessor*, std::less<L1MuBMSecProcId> >
SPmap;
65 inline SPmap_iter
end() {
return m_map.end(); }
L1MuBMSectorProcessor * sp(const L1MuBMSecProcId &) const
return pointer to Sector Processor
L1MuBMSecProcMap()
constructor
SPmap::iterator SPmap_iter
int size() const
return number of entries present in the container
SPmap_iter begin()
return iterator which points to the first entry of the container
void insert(const L1MuBMSecProcId &, L1MuBMSectorProcessor *sp)
insert a Sector Processor into the container
std::map< L1MuBMSecProcId, L1MuBMSectorProcessor *, std::less< L1MuBMSecProcId > > SPmap
virtual ~L1MuBMSecProcMap()
destructor
SPmap_iter end()
return iterator which points to the one-past-last entry of the container