CMS 3D CMS Logo

Namespaces | Functions
MESetBinningUtils.cc File Reference
#include "DQM/EcalCommon/interface/MESetBinningUtils.h"
#include "DQM/EcalCommon/interface/EcalDQMCommonUtils.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "TPRegexp.h"

Go to the source code of this file.

Namespaces

 ecaldqm
 
 ecaldqm::binning
 

Functions

std::string ecaldqm::binning::channelName (uint32_t, BinningType _btype=kDCC)
 
void ecaldqm::binning::fillAxisDescriptions (edm::ParameterSetDescription &)
 
int ecaldqm::binning::findBin1D (ObjectType _otype, BinningType _btype, const DetId &_id)
 
int ecaldqm::binning::findBin1D (ObjectType, BinningType, int)
 
int ecaldqm::binning::findBin1D (ObjectType _otype, BinningType _btype, const EcalElectronicsId &_id)
 
int ecaldqm::binning::findBin2D (ObjectType, BinningType, int)
 
int ecaldqm::binning::findBin2D (ObjectType _otype, BinningType _btype, const DetId &_id)
 
int ecaldqm::binning::findBin2D (ObjectType _otype, BinningType _btype, const EcalElectronicsId &_id)
 
unsigned ecaldqm::binning::findPlotIndex (ObjectType, int, BinningType _btype=kDCC)
 
unsigned ecaldqm::binning::findPlotIndex (ObjectType _otype, const DetId &_id)
 
unsigned ecaldqm::binning::findPlotIndex (ObjectType _otype, const EcalElectronicsId &_id)
 
AxisSpecs ecaldqm::binning::formAxis (edm::ParameterSet const &)
 
AxisSpecs ecaldqm::binning::getBinning (ObjectType, BinningType, bool, int, unsigned)
 
unsigned ecaldqm::binning::getNObjects (ObjectType)
 
ObjectType ecaldqm::binning::getObject (ObjectType, unsigned)
 
uint32_t ecaldqm::binning::idFromBin (ObjectType, BinningType, unsigned, int)
 
uint32_t ecaldqm::binning::idFromName (std::string const &)
 
bool ecaldqm::binning::isValidIdBin (ObjectType, BinningType, unsigned, int)
 
BinningType ecaldqm::binning::translateBinningType (std::string const &)
 
MonitorElement::Kind ecaldqm::binning::translateKind (std::string const &)
 
ObjectType ecaldqm::binning::translateObjectType (std::string const &)