#include <DTRunConditionVarClient.h>
Public Member Functions | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) override |
DTRunConditionVarClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTRunConditionVarClient () |
Destructor. More... | |
Public Member Functions inherited from DQMEDHarvester | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
DQMEDHarvester (void) | |
virtual void | endJob () override final |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | produce (edm::Event &, edm::EventSetup const &) override final |
virtual | ~DQMEDHarvester ()=default |
Public Member Functions inherited from edm::one::EDProducer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources, edm::EndLuminosityBlockProducer > | |
EDProducer ()=default | |
Public Member Functions inherited from edm::one::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Protected Member Functions | |
void | bookWheelHistos (DQMStore::IBooker &, std::string histoType, std::string subfolder, int wh, int nbins, float min, float max, bool isVDCorr=false) |
book the report summary More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
DQM Client Diagnostic. More... | |
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::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 (DQMStore::IGetter &, const DTChamberId &, std::string) |
Private Attributes | |
std::map< std::string, MonitorElement * > | allwheelHistos |
bool | bookingdone |
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 |
std::map< int, std::map< std::string, MonitorElement * > > | wheelHistos |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Modification:
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 48 of file DTRunConditionVarClient.h.
DTRunConditionVarClient::DTRunConditionVarClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 35 of file DTRunConditionVarClient.cc.
References edm::ParameterSet::getUntrackedParameter().
|
virtual |
Destructor.
Definition at line 63 of file DTRunConditionVarClient.cc.
|
override |
Definition at line 69 of file DTRunConditionVarClient.cc.
References edm::EventSetup::get(), and LogTrace.
|
protected |
book the report summary
Definition at line 287 of file DTRunConditionVarClient.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), printsummarytable::folder, fftjetimagerecorder_cfi::histoLabel, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 85 of file DTRunConditionVarClient.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), HcalObjRepresent::Fill(), MonitorElement::getEntries(), MonitorElement::getMean(), MonitorElement::getRMS(), edm::max(), edm::min(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 79 of file DTRunConditionVarClient.cc.
|
private |
Definition at line 322 of file DTRunConditionVarClient.cc.
References printsummarytable::folder, DQMStore::IGetter::get(), LogTrace, SimDataFormats::CaloAnalysis::sc, DTChamberId::sector(), DQMStore::IGetter::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
protected |
Definition at line 261 of file DTRunConditionVarClient.cc.
References DTVelocityUnits::cm_per_ns, and Exception.
|
protected |
Definition at line 251 of file DTRunConditionVarClient.cc.
|
private |
Definition at line 107 of file DTRunConditionVarClient.h.
|
private |
Definition at line 100 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 105 of file DTRunConditionVarClient.h.