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