Classes | |
struct | AxisSpecs |
Enumerations | |
enum | BinningType { kCrystal, kTriggerTower, kSuperCrystal, kPseudoStrip, kTCC, kDCC, kProjEta, kProjPhi, kRCT, kUser, kReport, kTrend, nBinType } |
enum | Constants { nPresetBinnings = kRCT + 1, nEBSMEta = 85, nEBSMPhi = 20, nEESMX = 40, nEESMXRed = 30, nEESMXExt = 45, nEESMY = 40, nEESMYRed = 35, nEBEtaBins = 34, nEEEtaBins = 20, nPhiBins = 36 } |
enum | ObjectType { kEB, kEE, kEEm, kEEp, kSM, kEBSM, kEESM, kSMMEM, kEBSMMEM, kEESMMEM, kEcal, kMEM, kEBMEM, kEEMEM, kEcal2P, kEcal3P, kEE2P, kMEM2P, kChannel, nObjType } |
Enumerator | |
---|---|
kCrystal | |
kTriggerTower | |
kSuperCrystal | |
kPseudoStrip | |
kTCC | |
kDCC | |
kProjEta | |
kProjPhi | |
kRCT | |
kUser | |
kReport | |
kTrend | |
nBinType |
Definition at line 43 of file MESetBinningUtils.h.
Enumerator | |
---|---|
nPresetBinnings | |
nEBSMEta | |
nEBSMPhi | |
nEESMX | |
nEESMXRed | |
nEESMXExt | |
nEESMY | |
nEESMYRed | |
nEBEtaBins | |
nEEEtaBins | |
nPhiBins |
Definition at line 59 of file MESetBinningUtils.h.
Enumerator | |
---|---|
kEB | |
kEE | |
kEEm | |
kEEp | |
kSM | |
kEBSM | |
kEESM | |
kSMMEM | |
kEBSMMEM | |
kEESMMEM | |
kEcal | |
kMEM | |
kEBMEM | |
kEEMEM | |
kEcal2P | |
kEcal3P | |
kEE2P | |
kMEM2P | |
kChannel | |
nObjType |
Definition at line 20 of file MESetBinningUtils.h.
std::string ecaldqm::binning::channelName | ( | uint32_t | _rawId, |
BinningType | _btype = kDCC |
||
) |
Definition at line 555 of file MESetBinningUtils.cc.
void ecaldqm::binning::fillAxisDescriptions | ( | edm::ParameterSetDescription & | _desc | ) |
Definition at line 812 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin1D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
DetId const & | _id | ||
) |
Definition at line 58 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin1D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
EcalElectronicsId const & | _id | ||
) |
Definition at line 143 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin1D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
int | _dcctccid | ||
) |
Definition at line 221 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin2D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
DetId const & | _id | ||
) |
Definition at line 248 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin2D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
EcalElectronicsId const & | _id | ||
) |
Definition at line 274 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBin2D | ( | ObjectType | _otype, |
BinningType | _btype, | ||
int | _dccid | ||
) |
Definition at line 291 of file MESetBinningUtils.cc.
int ecaldqm::binning::findBinCrystal_ | ( | ObjectType | _otype, |
DetId const & | _id, | ||
int | _iSM = -1 |
||
) |
Definition at line 407 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinCrystal_ | ( | ObjectType | _otype, |
EcalElectronicsId const & | _id | ||
) |
Definition at line 502 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinPseudoStrip_ | ( | ObjectType | _otype, |
DetId const & | _id | ||
) |
Definition at line 570 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinRCT_ | ( | ObjectType | _otype, |
DetId const & | _id | ||
) |
Definition at line 508 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinSuperCrystal_ | ( | ObjectType | _otype, |
DetId const & | _id, | ||
int | _iSM = -1 |
||
) |
Definition at line 590 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinSuperCrystal_ | ( | ObjectType | _otype, |
EcalElectronicsId const & | _id | ||
) |
Definition at line 715 of file MESetBinningUtils2.cc.
int ecaldqm::binning::findBinTriggerTower_ | ( | ObjectType | _otype, |
DetId const & | _id | ||
) |
Definition at line 526 of file MESetBinningUtils2.cc.
unsigned ecaldqm::binning::findPlotIndex | ( | ObjectType | _otype, |
DetId const & | _id | ||
) |
Definition at line 306 of file MESetBinningUtils.cc.
Referenced by ecaldqm::MESetDet0D::fill(), and ecaldqm::MESetDet0D::getBinContent().
unsigned ecaldqm::binning::findPlotIndex | ( | ObjectType | _otype, |
EcalElectronicsId const & | _id | ||
) |
Definition at line 346 of file MESetBinningUtils.cc.
unsigned ecaldqm::binning::findPlotIndex | ( | ObjectType | _otype, |
int | _dcctccid, | ||
BinningType | _btype = kDCC |
||
) |
Definition at line 354 of file MESetBinningUtils.cc.
AxisSpecs ecaldqm::binning::formAxis | ( | edm::ParameterSet const & | _axisParams | ) |
Definition at line 772 of file MESetBinningUtils.cc.
AxisSpecs ecaldqm::binning::getBinning | ( | ObjectType | _otype, |
BinningType | _btype, | ||
bool | _isMap, | ||
int | _axis, | ||
unsigned | _iME | ||
) |
Definition at line 16 of file MESetBinningUtils.cc.
AxisSpecs ecaldqm::binning::getBinningEB_ | ( | BinningType | _btype, |
bool | _isMap, | ||
int | _axis | ||
) |
Definition at line 55 of file MESetBinningUtils2.cc.
AxisSpecs ecaldqm::binning::getBinningEcal_ | ( | BinningType | _btype, |
bool | _isMap, | ||
int | _axis | ||
) |
Definition at line 305 of file MESetBinningUtils2.cc.
AxisSpecs ecaldqm::binning::getBinningEE_ | ( | BinningType | _btype, |
bool | _isMap, | ||
int | _zside, | ||
int | _axis | ||
) |
Definition at line 124 of file MESetBinningUtils2.cc.
AxisSpecs ecaldqm::binning::getBinningMEM_ | ( | BinningType | _btype, |
bool | _isMap, | ||
int | _subdet, | ||
int | _axis | ||
) |
Definition at line 381 of file MESetBinningUtils2.cc.
AxisSpecs ecaldqm::binning::getBinningSM_ | ( | BinningType | _btype, |
bool | _isMap, | ||
unsigned | _iObj, | ||
int | _axis | ||
) |
Definition at line 199 of file MESetBinningUtils2.cc.
AxisSpecs ecaldqm::binning::getBinningSMMEM_ | ( | BinningType | _btype, |
bool | _isMap, | ||
unsigned | _iObj, | ||
int | _axis | ||
) |
Definition at line 279 of file MESetBinningUtils2.cc.
unsigned ecaldqm::binning::getNObjects | ( | ObjectType | _otype | ) |
Definition at line 476 of file MESetBinningUtils.cc.
ObjectType ecaldqm::binning::getObject | ( | ObjectType | _otype, |
unsigned | _iObj | ||
) |
Definition at line 442 of file MESetBinningUtils.cc.
uint32_t ecaldqm::binning::idFromBin | ( | ObjectType | _otype, |
BinningType | _btype, | ||
unsigned | _iME, | ||
int | _bin | ||
) |
Definition at line 694 of file MESetBinningUtils.cc.
uint32_t ecaldqm::binning::idFromName | ( | std::string const & | _name | ) |
Definition at line 631 of file MESetBinningUtils.cc.
bool ecaldqm::binning::isValidIdBin | ( | ObjectType | _otype, |
BinningType | _btype, | ||
unsigned | _iME, | ||
int | _bin | ||
) |
Definition at line 505 of file MESetBinningUtils.cc.
BinningType ecaldqm::binning::translateBinningType | ( | std::string const & | _btypeName | ) |
Definition at line 850 of file MESetBinningUtils.cc.
MonitorElement::Kind ecaldqm::binning::translateKind | ( | std::string const & | _kindName | ) |
Definition at line 869 of file MESetBinningUtils.cc.
ObjectType ecaldqm::binning::translateObjectType | ( | std::string const & | _otypeName | ) |
Definition at line 823 of file MESetBinningUtils.cc.
int ecaldqm::binning::xlow_ | ( | int | _iSM | ) |
Definition at line 16 of file MESetBinningUtils2.cc.
int ecaldqm::binning::ylow_ | ( | int | _iSM | ) |
Definition at line 37 of file MESetBinningUtils2.cc.