#include <DTt0DBValidation.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
Operations. More... | |
DTt0DBValidation (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () |
void | endRun (edm::Run const &, edm::EventSetup const &) |
virtual | ~DTt0DBValidation () |
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 () |
Private Member Functions | |
void | bookHistos (DTLayerId lId, int firstWire, int lastWire) |
void | bookHistos (int wheel) |
Private Attributes | |
DQMStore * | dbe_ |
edm::ESHandle< DTGeometry > | dtGeom_ |
std::string | labelDB_ |
std::string | labelDBRef_ |
std::string | metname_ |
std::string | outputFileName_ |
bool | outputMEsInRootFile_ |
std::map< DTLayerId, MonitorElement * > | t0DiffHistos_ |
std::map< DTWireId, std::vector< float > > | t0Map_ |
std::map< DTWireId, std::vector< float > > | t0RefMap_ |
std::string | t0TestName_ |
const DTT0 * | tZeroMap_ |
const DTT0 * | tZeroRefMap_ |
std::map< int, MonitorElement * > | wheelSummary_ |
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 &) |
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) |
Plot the t0 from the DB
Definition at line 33 of file DTt0DBValidation.h.
DTt0DBValidation::DTt0DBValidation | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 40 of file DTt0DBValidation.cc.
References dbe_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
|
inlinevirtual |
|
virtual |
Operations.
Reimplemented from edm::EDAnalyzer.
Definition at line 67 of file DTt0DBValidation.cc.
References bookHistos(), DTTimeUnits::counts, DTTopology::firstChannel(), edm::EventSetup::get(), DTTopology::lastChannel(), LogTrace, Association::map, and tzero.
|
private |
Definition at line 211 of file DTt0DBValidation.cc.
References DQMStore::book1D(), DTSuperLayerId::chamberId(), dbe_, DTLayerId::layer(), LogTrace, DTChamberId::sector(), DQMStore::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), and DTChamberId::wheel().
|
private |
Definition at line 241 of file DTt0DBValidation.cc.
References DQMStore::book2D(), dbe_, MonitorElement::setBinLabel(), and DQMStore::setCurrentFolder().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 205 of file DTt0DBValidation.cc.
References dbe_, and DQMStore::save().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 170 of file DTt0DBValidation.cc.
References QReport::getBadChannels(), QReport::getMessage(), QReport::getQTresult(), and QReport::getStatus().
|
private |
Definition at line 52 of file DTt0DBValidation.h.
|
private |
Definition at line 66 of file DTt0DBValidation.h.
|
private |
Definition at line 57 of file DTt0DBValidation.h.
|
private |
Definition at line 56 of file DTt0DBValidation.h.
|
private |
Definition at line 54 of file DTt0DBValidation.h.
|
private |
Definition at line 61 of file DTt0DBValidation.h.
|
private |
Definition at line 60 of file DTt0DBValidation.h.
|
private |
Definition at line 77 of file DTt0DBValidation.h.
|
private |
Definition at line 74 of file DTt0DBValidation.h.
|
private |
Definition at line 73 of file DTt0DBValidation.h.
|
private |
Definition at line 63 of file DTt0DBValidation.h.
|
private |
Definition at line 69 of file DTt0DBValidation.h.
|
private |
Definition at line 70 of file DTt0DBValidation.h.
|
private |
Definition at line 80 of file DTt0DBValidation.h.