#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 RPCGeometry::dets(), edm::eventsetup::EventSetupRecord::get(), nullptr, alignCSCRings::r, RPCDetId::region(), RPCDetId::ring(), rollstore, RPCDetId::sector(), relativeConstraints::station, RPCDetId::station(), and makeMuonMisalignmentScenario::wheel.
std::set< RPCDetId > const & DTObjectMap::getRolls | ( | DTStationIndex | index | ) | const |
Definition at line 43 of file DTObjectMap.cc.
References relativeConstraints::empty, and rollstore.
Referenced by DTSegtoRPC::DTSegtoRPC(), and TracktoRPC::TracktoRPC().
|
private |
Definition at line 19 of file DTObjectMap.h.
Referenced by DTObjectMap(), and getRolls().