#include <CSCSegtoRPC.h>
Public Member Functions | |
std::set< RPCDetId > | GetRolls (CSCStationIndex cscstationindex) |
ObjectMapCSC (const edm::EventSetup &iSetup) | |
Static Public Member Functions | |
static ObjectMapCSC * | GetInstance (const edm::EventSetup &iSetup) |
Public Attributes | |
std::map< CSCStationIndex, std::set< RPCDetId > > | rollstoreCSC |
Static Private Attributes | |
static ObjectMapCSC * | mapInstance = NULL |
Definition at line 55 of file CSCSegtoRPC.h.
ObjectMapCSC::ObjectMapCSC | ( | const edm::EventSetup & | iSetup | ) |
Definition at line 23 of file CSCSegtoRPC.cc.
References edm::EventSetup::get(), alignCSCRings::r, RPCDetId::region(), HLT_50ns_5e33_v2_cff::region, relativeConstraints::ring, RPCDetId::ring(), rollstoreCSC, RPCGeomServ::segment(), relativeConstraints::station, and RPCDetId::station().
Referenced by GetInstance().
|
static |
Definition at line 16 of file CSCSegtoRPC.cc.
References mapInstance, NULL, and ObjectMapCSC().
Referenced by CSCSegtoRPC::CSCSegtoRPC().
|
inline |
Definition at line 58 of file CSCSegtoRPC.h.
References mapInstance, and rollstoreCSC.
Referenced by CSCSegtoRPC::CSCSegtoRPC().
|
staticprivate |
Definition at line 63 of file CSCSegtoRPC.h.
Referenced by GetInstance(), and GetRolls().
std::map<CSCStationIndex,std::set<RPCDetId> > ObjectMapCSC::rollstoreCSC |
Definition at line 60 of file CSCSegtoRPC.h.
Referenced by GetRolls(), and ObjectMapCSC().