#include <TracktoRPC.h>
Public Member Functions | |
std::set< RPCDetId > | GetRolls (DTStationIndex2 dtstationindex) |
ObjectMap2 (const edm::EventSetup &iSetup) | |
Static Public Member Functions | |
static ObjectMap2 * | GetInstance (const edm::EventSetup &iSetup) |
Public Attributes | |
std::map< DTStationIndex2, std::set< RPCDetId > > | rollstoreDT |
Static Private Attributes | |
static ObjectMap2 * | mapInstance = NULL |
Definition at line 112 of file TracktoRPC.h.
ObjectMap2::ObjectMap2 | ( | const edm::EventSetup & | iSetup | ) |
Definition at line 28 of file TracktoRPC.cc.
References edm::EventSetup::get(), alignCSCRings::r, RPCDetId::region(), HLT_50ns_5e33_v3_cff::region, RPCDetId::ring(), rollstoreDT, RPCDetId::sector(), relativeConstraints::station, and RPCDetId::station().
Referenced by GetInstance().
|
static |
Definition at line 21 of file TracktoRPC.cc.
References mapInstance, NULL, and ObjectMap2().
Referenced by TracktoRPC::TracktoRPC().
|
inline |
Definition at line 115 of file TracktoRPC.h.
References mapInstance, and rollstoreDT.
Referenced by TracktoRPC::TracktoRPC().
|
staticprivate |
Definition at line 120 of file TracktoRPC.h.
Referenced by GetInstance(), and GetRolls().
std::map<DTStationIndex2,std::set<RPCDetId> > ObjectMap2::rollstoreDT |
Definition at line 117 of file TracktoRPC.h.
Referenced by GetRolls(), and ObjectMap2().