#include <DTObjectMap.h>
Public Member Functions | |
DTObjectMap (RPCGeometry const &rpcGeometry) | |
std::set< RPCDetId > const & | getRolls (DTStationIndex index) const |
Private Attributes | |
std::map< DTStationIndex, std::set< RPCDetId > > | rollstore |
Definition at line 11 of file DTObjectMap.h.
DTObjectMap::DTObjectMap | ( | RPCGeometry const & | rpcGeometry | ) |
Definition at line 12 of file DTObjectMap.cc.
References RPCGeometry::dets(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, alignCSCRings::r, nano_mu_digi_cff::region, RPCDetId::region(), RPCDetId::ring(), rollstore, nano_mu_digi_cff::sector, RPCDetId::sector(), relativeConstraints::station, RPCDetId::station(), and makeMuonMisalignmentScenario::wheel.
std::set< RPCDetId > const & DTObjectMap::getRolls | ( | DTStationIndex | index | ) | const |
Definition at line 36 of file DTObjectMap.cc.
References relativeConstraints::empty, and rollstore.
Referenced by DTSegtoRPC::thePoints(), and TracktoRPC::thePoints().
|
private |
Definition at line 18 of file DTObjectMap.h.
Referenced by DTObjectMap(), and getRolls().