|
enum | ProcessType { kLumi,
kJob,
nProcessType
} |
|
enum | Quality {
kBad = 0,
kGood = 1,
kUnknown = 2,
kMBad = 3,
kMGood = 4,
kMUnknown = 5
} |
|
static void | fillDescriptions (edm::ParameterSetDescription &) |
|
static void | fillDescriptions (edm::ParameterSetDescription &_desc) |
|
edm::ESGetToken< EcalElectronicsMapping, EcalMappingRcd > | elecMapHandle |
|
edm::ESGetToken< EcalElectronicsMapping, EcalMappingRcd > | elecMapHandleEndLumi |
|
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | geomHandle |
|
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | geomHandleEndLumi |
|
edm::ESGetToken< CaloTopology, CaloTopologyRecord > | topoHandle |
|
edm::ESGetToken< CaloTopology, CaloTopologyRecord > | topoHandleEndLumi |
|
edm::ESGetToken< EcalTrigTowerConstituentsMap, IdealGeometryRecord > | ttMapHandle |
|
edm::ESGetToken< EcalTrigTowerConstituentsMap, IdealGeometryRecord > | ttMapHandleEndLumi |
|
typedef dqm::legacy::DQMStore | DQMStore |
|
typedef dqm::legacy::MonitorElement | MonitorElement |
|
void | setME (edm::ParameterSet const &_ps) final |
|
void | setSource (edm::ParameterSet const &) override |
|
void | towerAverage_ (MESet &, MESet const &, float) |
|
bool | using_ (std::string const &_name, ProcessType _type=kJob) const |
|
void | initialize (std::string const &_name, edm::ParameterSet const &) |
|
void | print_ (std::string const &, int=0) const |
|
virtual void | setParams (edm::ParameterSet const &) |
|
void | setVerbosity (int _verbosity) |
|
bool | hasLumiPlots_ |
|
std::set< std::string > | qualitySummaries_ |
|
MESetCollection | sources_ |
|
StatusManager const * | statusManager_ |
|
bool | booked_ |
|
MESetCollection | MEs_ |
|
std::string | name_ |
|
bool | onlineMode_ |
|
Timestamp | timestamp_ |
|
int | verbosity_ |
|
bool | willConvertToEDM_ |
|
Definition at line 8 of file CertificationClient.h.