#include <DTRunConditionVarClient.h>
Public Member Functions | |
DTRunConditionVarClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTRunConditionVarClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob () |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
DQM Client Diagnostic. More... | |
void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
void | bookWheelHistos (std::string histoType, std::string subfolder, int wh, int nbins, float min, float max, bool isVDCorr=false) |
book the report summary More... | |
void | endJob () |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
void | endRun (edm::Run const &run, edm::EventSetup const &c) |
void | percDevVDrift (DTChamberId indexCh, float meanVD, float sigmaVD, float &devVD, float &errdevVD) |
float | varQuality (float var, float maxGood, float minBad) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Member Functions | |
MonitorElement * | getChamberHistos (const DTChamberId &, std::string) |
Private Attributes | |
std::map< std::string, MonitorElement * > | allwheelHistos |
MonitorElement * | glbT0Summary |
MonitorElement * | glbVDriftSummary |
float | maxGoodT0 |
float | maxGoodT0Sigma |
float | maxGoodVDriftDev |
float | maxGoodVDriftSigma |
float | maxRangeT0 |
float | maxRangeVDrift |
float | minBadT0 |
float | minBadT0Sigma |
float | minBadVDriftDev |
float | minBadVDriftSigma |
float | minRangeT0 |
float | minRangeVDrift |
edm::ESHandle< DTMtime > | mTime |
const DTMtime * | mTimeMap_ |
int | nevents |
std::map< std::string, MonitorElement * > | summaryHistos |
DQMStore * | theDbe |
std::map< int, std::map < std::string, MonitorElement * > > | wheelHistos |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
DTRunConditionVarClient::DTRunConditionVarClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 33 of file DTRunConditionVarClient.cc.
References edm::ParameterSet::getUntrackedParameter(), and cppFunctionSkipper::operator.
|
virtual |
Destructor.
Definition at line 59 of file DTRunConditionVarClient.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 123 of file DTRunConditionVarClient.cc.
References nevents.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 65 of file DTRunConditionVarClient.cc.
References nevents.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 107 of file DTRunConditionVarClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 115 of file DTRunConditionVarClient.cc.
|
protected |
book the report summary
Definition at line 314 of file DTRunConditionVarClient.cc.
References MonitorElement::setAxisTitle(), and MonitorElement::setBinLabel().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 271 of file DTRunConditionVarClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 132 of file DTRunConditionVarClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 139 of file DTRunConditionVarClient.cc.
References DTChamberId, HcalObjRepresent::Fill(), edm::EventSetup::get(), MonitorElement::getEntries(), MonitorElement::getMean(), MonitorElement::getRMS(), edm::max(), edm::min(), and histoStyle::weight.
|
private |
Definition at line 349 of file DTRunConditionVarClient.cc.
References LogTrace, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
|
protected |
Definition at line 288 of file DTRunConditionVarClient.cc.
References DTVelocityUnits::cm_per_ns, and edm::hlt::Exception.
|
protected |
Definition at line 278 of file DTRunConditionVarClient.cc.
|
private |
Definition at line 107 of file DTRunConditionVarClient.h.
|
private |
Definition at line 103 of file DTRunConditionVarClient.h.
|
private |
Definition at line 102 of file DTRunConditionVarClient.h.
|
private |
Definition at line 89 of file DTRunConditionVarClient.h.
|
private |
Definition at line 94 of file DTRunConditionVarClient.h.
|
private |
Definition at line 87 of file DTRunConditionVarClient.h.
|
private |
Definition at line 92 of file DTRunConditionVarClient.h.
|
private |
Definition at line 85 of file DTRunConditionVarClient.h.
|
private |
Definition at line 83 of file DTRunConditionVarClient.h.
|
private |
Definition at line 90 of file DTRunConditionVarClient.h.
|
private |
Definition at line 95 of file DTRunConditionVarClient.h.
|
private |
Definition at line 88 of file DTRunConditionVarClient.h.
|
private |
Definition at line 93 of file DTRunConditionVarClient.h.
|
private |
Definition at line 84 of file DTRunConditionVarClient.h.
|
private |
Definition at line 82 of file DTRunConditionVarClient.h.
|
private |
Definition at line 97 of file DTRunConditionVarClient.h.
|
private |
Definition at line 98 of file DTRunConditionVarClient.h.
|
private |
Definition at line 80 of file DTRunConditionVarClient.h.
|
private |
Definition at line 106 of file DTRunConditionVarClient.h.
|
private |
Definition at line 100 of file DTRunConditionVarClient.h.
|
private |
Definition at line 105 of file DTRunConditionVarClient.h.