#include <MillePedeDQMModule.h>
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &) |
void | fillExpertHisto (MonitorElement *histo, const std::array< double, 6 > &cut, const std::array< double, 6 > &sigCut, const std::array< double, 6 > &maxMoveCut, const std::array< double, 6 > &maxErrorCut, const std::array< double, 6 > &obs, const std::array< double, 6 > &obsErr) |
void | fillExpertHistos () |
void | fillStatusHisto (MonitorElement *statusHisto) |
int | getIndexFromString (const std::string &alignableId) |
bool | setupChanged (const edm::EventSetup &) |
Private Attributes | |
MonitorElement * | binariesAvalaible |
MonitorElement * | exitCode |
MonitorElement * | h_xPos |
MonitorElement * | h_xRot |
MonitorElement * | h_yPos |
MonitorElement * | h_yRot |
MonitorElement * | h_zPos |
MonitorElement * | h_zRot |
std::unique_ptr< MillePedeFileReader > | mpReader_ |
const edm::ParameterSet | mpReaderConfig_ |
MonitorElement * | statusResults |
std::unique_ptr< AlignableTracker > | tracker_ |
edm::ESWatcher< IdealGeometryRecord > | watchIdealGeometryRcd_ |
edm::ESWatcher< PTrackerParametersRcd > | watchPTrackerParametersRcd_ |
edm::ESWatcher< TrackerTopologyRcd > | watchTrackerTopologyRcd_ |
Additional Inherited Members | |
Public Types inherited from DQMEDHarvester | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
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) |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Protected Attributes inherited from DQMEDHarvester | |
DQMStore * | dqmstore_ |
edm::GetterOfProducts< DQMToken > | lumimegetter_ |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::GetterOfProducts< DQMToken > | runmegetter_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 39 of file MillePedeDQMModule.h.
MillePedeDQMModule::MillePedeDQMModule | ( | const edm::ParameterSet & | config | ) |
Definition at line 33 of file MillePedeDQMModule.cc.
|
override |
Definition at line 36 of file MillePedeDQMModule.cc.
|
overrideprivate |
Definition at line 82 of file MillePedeDQMModule.cc.
References edm::ParameterSet::addUntrackedParameter(), TrackerGeomBuilderFromGeometricDet::build(), get, mpReader_, mpReaderConfig_, MillePedeAlignmentAlgorithm_cfi::pedeLabeler, edm::ESHandle< T >::product(), singleTopDQM_cfi::setup, setupChanged(), AlCaHLTBitMon_QueryRunRegistry::string, tracker_, and trackerGeometry_cfi::trackerGeometry.
|
private |
Definition at line 42 of file MillePedeDQMModule.cc.
References binariesAvalaible, dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookInt(), dqm::implementation::IBooker::bookString(), dqm::implementation::NavigatorBase::cd(), exitCode, h_xPos, h_xRot, h_yPos, h_yRot, h_zPos, h_zRot, dqm::implementation::NavigatorBase::setCurrentFolder(), and statusResults.
Referenced by dqmEndJob().
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 62 of file MillePedeDQMModule.cc.
References binariesAvalaible, bookHistograms(), Exception, exitCode, dqm::impl::MonitorElement::Fill(), fillExpertHistos(), fillStatusHisto(), mpReader_, statusResults, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 200 of file MillePedeDQMModule.cc.
References TkAlMuonSelectors_cfi::cut, timingPdfMaker::histo, mps_fire::i, and HLT_2018_cff::sigCut.
Referenced by fillExpertHistos().
|
private |
Definition at line 136 of file MillePedeDQMModule.cc.
References fillExpertHisto(), getIndexFromString(), h_xPos, h_xRot, h_yPos, h_yRot, h_zPos, h_zRot, and mpReader_.
Referenced by dqmEndJob().
|
private |
Definition at line 118 of file MillePedeDQMModule.cc.
References dqm::legacy::MonitorElement::getTH2F(), and mpReader_.
Referenced by dqmEndJob().
|
private |
Definition at line 256 of file MillePedeDQMModule.cc.
References Exception.
Referenced by fillExpertHistos().
|
private |
Definition at line 243 of file MillePedeDQMModule.cc.
References edm::ESWatcher< T >::check(), singleTopDQM_cfi::setup, watchIdealGeometryRcd_, watchPTrackerParametersRcd_, and watchTrackerTopologyRcd_.
Referenced by beginRun().
|
private |
Definition at line 88 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 89 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 80 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 81 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 82 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 83 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 84 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 85 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 73 of file MillePedeDQMModule.h.
Referenced by beginRun(), dqmEndJob(), fillExpertHistos(), and fillStatusHisto().
|
private |
Definition at line 71 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 87 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 72 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 76 of file MillePedeDQMModule.h.
Referenced by setupChanged().
|
private |
Definition at line 77 of file MillePedeDQMModule.h.
Referenced by setupChanged().
|
private |
Definition at line 75 of file MillePedeDQMModule.h.
Referenced by setupChanged().