#include <MuonAlignmentSummary.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &iSetup) |
Get the analysis. More... | |
void | beginRun (edm::Run const &run, edm::EventSetup const &iSetup) |
Inizialize parameters for histo binning. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &iSetup) |
Save the histos. More... | |
MuonAlignmentSummary (const edm::ParameterSet &) | |
Constructor. More... | |
virtual | ~MuonAlignmentSummary () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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::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) |
DQM client for muon alignment summary
Definition at line 35 of file MuonAlignmentSummary.h.
MuonAlignmentSummary::MuonAlignmentSummary | ( | const edm::ParameterSet & | pSet | ) |
Constructor.
Definition at line 12 of file MuonAlignmentSummary.cc.
References dbe, doCSC, doDT, cmsRelvalreport::exit, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), meanAngleRange, meanPositionRange, MEFolderName, cppFunctionSkipper::operator, parameters, rmsAngleRange, rmsPositionRange, AlCaHLTBitMon_QueryRunRegistry::string, and topFolder.
|
virtual |
|
inlinevirtual |
|
virtual |
Inizialize parameters for histo binning.
Reimplemented from edm::EDAnalyzer.
Definition at line 41 of file MuonAlignmentSummary.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe, doCSC, doDT, hLocalAngleCSC, hLocalAngleDT, hLocalAngleRmsCSC, hLocalAngleRmsDT, hLocalPhiMeanCSC, hLocalPhiMeanDT, hLocalPhiRmsCSC, hLocalPhiRmsDT, hLocalPositionCSC, hLocalPositionDT, hLocalPositionRmsCSC, hLocalPositionRmsDT, hLocalThetaMeanCSC, hLocalThetaMeanDT, hLocalThetaRmsCSC, hLocalThetaRmsDT, hLocalXMeanCSC, hLocalXMeanDT, hLocalXRmsCSC, hLocalXRmsDT, hLocalYMeanCSC, hLocalYMeanDT, hLocalYRmsCSC, hLocalYRmsDT, LogTrace, meanAngleRange, meanPositionRange, metname, MonitorElement::Reset(), rmsAngleRange, rmsPositionRange, DQMStore::setCurrentFolder(), and topFolder.
|
virtual |
Save the histos.
Reimplemented from edm::EDAnalyzer.
Definition at line 117 of file MuonAlignmentSummary.cc.
References funct::abs(), dbe, doCSC, doDT, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getEntries(), MonitorElement::getMean(), MonitorElement::getMeanError(), timingPdfMaker::histo, hLocalAngleCSC, hLocalAngleDT, hLocalAngleRmsCSC, hLocalAngleRmsDT, hLocalPhiMeanCSC, hLocalPhiMeanDT, hLocalPhiRmsCSC, hLocalPhiRmsDT, hLocalPositionCSC, hLocalPositionDT, hLocalPositionRmsCSC, hLocalPositionRmsDT, hLocalThetaMeanCSC, hLocalThetaMeanDT, hLocalThetaRmsCSC, hLocalThetaRmsDT, hLocalXMeanCSC, hLocalXMeanDT, hLocalXRmsCSC, hLocalXRmsDT, hLocalYMeanCSC, hLocalYMeanDT, hLocalYRmsCSC, hLocalYRmsDT, LogTrace, Mean, metname, cmsHarvester::path, relativeConstraints::ring, MonitorElement::setBinContent(), MonitorElement::setBinLabel(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, and topFolder.
|
private |
Definition at line 56 of file MuonAlignmentSummary.h.
Referenced by beginRun(), endRun(), and MuonAlignmentSummary().
|
private |
Definition at line 95 of file MuonAlignmentSummary.h.
Referenced by beginRun(), endRun(), and MuonAlignmentSummary().
|
private |
Definition at line 95 of file MuonAlignmentSummary.h.
Referenced by beginRun(), endRun(), and MuonAlignmentSummary().
|
private |
Definition at line 74 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 60 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 75 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 61 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 81 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 67 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 82 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 68 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 72 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 58 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 73 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 59 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 83 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 69 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 84 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 70 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 77 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 63 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 78 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 64 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 79 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 65 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 80 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 66 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 92 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and MuonAlignmentSummary().
|
private |
Definition at line 92 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and MuonAlignmentSummary().
|
private |
Definition at line 98 of file MuonAlignmentSummary.h.
Referenced by MuonAlignmentSummary().
|
private |
Definition at line 89 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 86 of file MuonAlignmentSummary.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), MuonAlignmentSummary(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
private |
Definition at line 92 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and MuonAlignmentSummary().
|
private |
Definition at line 92 of file MuonAlignmentSummary.h.
Referenced by beginRun(), and MuonAlignmentSummary().
|
private |
Definition at line 99 of file MuonAlignmentSummary.h.
Referenced by beginRun(), endRun(), and MuonAlignmentSummary().