14 #ifndef L1MUDT_SEC_PROC_MAP_H 15 #define L1MUDT_SEC_PROC_MAP_H 41 typedef std::map<L1MuDTSecProcId, std::unique_ptr<L1MuDTSectorProcessor>>
SPmap;
const L1MuDTSectorProcessor * sp(const L1MuDTSecProcId &) const
return pointer to Sector Processor
~L1MuDTSecProcMap()
destructor
int size() const
return number of entries present in the container
L1MuDTSecProcMap()
constructor
SPmap_iter end()
return iterator which points to the one-past-last entry of the container
void insert(const L1MuDTSecProcId &, std::unique_ptr< L1MuDTSectorProcessor > sp)
insert a Sector Processor into the container
std::map< L1MuDTSecProcId, std::unique_ptr< L1MuDTSectorProcessor > > SPmap
SPmap::iterator SPmap_iter
SPmap_iter begin()
return iterator which points to the first entry of the container