#include <DTObjectMap.h>
Public Member Functions | |
DTObjectMap (MuonGeometryRecord const &record) | |
std::set< RPCDetId > const & | getRolls (DTStationIndex index) const |
Private Attributes | |
std::map< DTStationIndex, std::set< RPCDetId > > | rollstore |
Definition at line 12 of file DTObjectMap.h.
DTObjectMap::DTObjectMap | ( | MuonGeometryRecord const & | record | ) |
Definition at line 13 of file DTObjectMap.cc.
References edm::eventsetup::EventSetupRecord::get(), alignCSCRings::r, RPCDetId::region(), HLT_25ns14e33_v3_cff::region, RPCDetId::ring(), rollstore, RPCDetId::sector(), relativeConstraints::station, and RPCDetId::station().
std::set< RPCDetId > const & DTObjectMap::getRolls | ( | DTStationIndex | index | ) | const |
Definition at line 43 of file DTObjectMap.cc.
References relativeConstraints::empty, and rollstore.
|
private |
Definition at line 19 of file DTObjectMap.h.
Referenced by DTObjectMap(), and getRolls().