1 #ifndef Validation_MuonHits_MuonHitHelper_h
2 #define Validation_MuonHits_MuonHitHelper_h
93 static bool isDT(
unsigned int detId);
94 static bool isGEM(
unsigned int detId);
95 static bool isCSC(
unsigned int detId);
96 static bool isRPC(
unsigned int detId);
97 static bool isME0(
unsigned int detId);
101 static int toRPCType(
int re,
int st,
int ri);
102 static int toDTType(
int wh,
int st);
static int toCSCType(int st, int ri)
static bool isDT(unsigned int detId)
check detid type
CSCType
CSC chamber types, according to CSCDetId::iChamberType()
static bool isCSC(unsigned int detId)
RPCType
RPC endcap chamber types.
GEMType
GEM chamber types.
static bool isME0(unsigned int detId)
static int toGEMType(int st, int ri)
static int chamber(const DetId &id)
static bool isRPC(unsigned int detId)
static bool isGEM(unsigned int detId)
static int toRPCType(int re, int st, int ri)
static int toDTType(int wh, int st)