#include <MillePedeDQMModule.h>
Public Types | |
enum | { SIZE_LG_STRUCTS = 6, SIZE_HG_STRUCTS = 820, SIZE_INDEX = 8 } |
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 | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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 |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &) |
void | fillExpertHisto (MonitorElement *histo, const std::array< double, SIZE_INDEX > &cut, const std::array< double, SIZE_INDEX > &sigCut, const std::array< double, SIZE_INDEX > &maxMoveCut, const std::array< double, SIZE_INDEX > &maxErrorCut, const std::array< double, SIZE_LG_STRUCTS > &obs, const std::array< double, SIZE_LG_STRUCTS > &obsErr) |
void | fillExpertHisto_HG (std::map< std::string, MonitorElement *> &histo_map, const std::array< double, SIZE_INDEX > &cut, const std::array< double, SIZE_INDEX > &sigCut, const std::array< double, SIZE_INDEX > &maxMoveCut, const std::array< double, SIZE_INDEX > &maxErrorCut, const std::array< double, SIZE_HG_STRUCTS > &obs, const std::array< double, SIZE_HG_STRUCTS > &obsErr) |
void | fillExpertHistos () |
void | fillExpertHistos_HG () |
void | fillStatusHisto (MonitorElement *statusHisto) |
void | fillStatusHistoHG (MonitorElement *statusHisto) |
int | getIndexFromString (const std::string &alignableId) |
bool | setupChanged (const edm::EventSetup &) |
Additional Inherited Members | |
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<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
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) |
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 () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from DQMEDHarvester | |
DQMStore * | dqmstore_ |
edm::GetterOfProducts< DQMToken > | jobmegetter_ |
edm::EDPutTokenT< DQMToken > | jobToken_ |
edm::GetterOfProducts< DQMToken > | lumimegetter_ |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::GetterOfProducts< DQMToken > | runmegetter_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 51 of file MillePedeDQMModule.h.
anonymous enum |
Enumerator | |
---|---|
SIZE_LG_STRUCTS | |
SIZE_HG_STRUCTS | |
SIZE_INDEX |
Definition at line 59 of file MillePedeDQMModule.h.
MillePedeDQMModule::MillePedeDQMModule | ( | const edm::ParameterSet & | config | ) |
Definition at line 28 of file MillePedeDQMModule.cc.
|
override |
Definition at line 41 of file MillePedeDQMModule.cc.
|
overrideprivate |
Definition at line 174 of file MillePedeDQMModule.cc.
References edm::ParameterSet::addUntrackedParameter(), aliThrToken_, TrackerGeomBuilderFromGeometricDet::build(), gDetToken_, relativeConstraints::geom, geomToken_, get, mpReader_, mpReaderConfig_, MillePedeAlignmentAlgorithm_cfi::pedeLabeler, pixelTopologyMap_, ptitpToken_, ptpToken_, singleTopDQM_cfi::setup, setupChanged(), AlCaHLTBitMon_QueryRunRegistry::string, tracker_, and tTopoToken_.
|
private |
Definition at line 47 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(), Exception, exitCode, h_xPos, h_xPos_HG, h_xRot, h_xRot_HG, h_yPos, h_yPos_HG, h_yRot, h_yRot_HG, h_zPos, h_zPos_HG, h_zRot, h_zRot_HG, isHG_, isVetoed, nano_mu_digi_cff::layer, layerVec, outputFolder_, pixelTopologyMap_, dqm::implementation::NavigatorBase::setCurrentFolder(), and statusResults.
Referenced by dqmEndJob().
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 128 of file MillePedeDQMModule.cc.
References binariesAvalaible, bookHistograms(), Exception, exitCode, dqm::impl::MonitorElement::Fill(), fillExpertHistos(), fillExpertHistos_HG(), fillStatusHisto(), fillStatusHistoHG(), isHG_, isVetoed, mpReader_, statusResults, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 312 of file MillePedeDQMModule.cc.
References TkAlMuonSelectors_cfi::cut, timingPdfMaker::histo, mps_fire::i, and HLT_2024v13_cff::sigCut.
Referenced by fillExpertHistos().
|
private |
Definition at line 437 of file MillePedeDQMModule.cc.
References funct::abs(), newFWLiteAna::bin, mps_splice::currentStart, TkAlMuonSelectors_cfi::cut, mps_fire::i, nano_mu_digi_cff::layer, layerVec, SiStripPI::max, and HLT_2024v13_cff::sigCut.
Referenced by fillExpertHistos_HG().
|
private |
Definition at line 248 of file MillePedeDQMModule.cc.
References fillExpertHisto(), getIndexFromString(), h_xPos, h_xRot, h_yPos, h_yRot, h_zPos, h_zRot, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and mpReader_.
Referenced by dqmEndJob().
|
private |
Definition at line 355 of file MillePedeDQMModule.cc.
References fillExpertHisto_HG(), getIndexFromString(), h_xPos_HG, h_xRot_HG, h_yPos_HG, h_yRot_HG, h_zPos_HG, h_zRot_HG, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and mpReader_.
Referenced by dqmEndJob().
|
private |
Definition at line 210 of file MillePedeDQMModule.cc.
References dqm::legacy::MonitorElement::getTH2F(), and mpReader_.
Referenced by dqmEndJob().
|
private |
Definition at line 228 of file MillePedeDQMModule.cc.
References dqm::legacy::MonitorElement::getTH2F(), mps_fire::i, dqmiolumiharvest::j, mpReader_, and mps_fire::result.
Referenced by dqmEndJob().
|
private |
Definition at line 512 of file MillePedeDQMModule.cc.
References Exception.
Referenced by fillExpertHistos(), and fillExpertHistos_HG().
|
private |
Definition at line 499 of file MillePedeDQMModule.cc.
References edm::ESWatcher< T >::check(), singleTopDQM_cfi::setup, watchIdealGeometryRcd_, watchPTrackerParametersRcd_, and watchTrackerTopologyRcd_.
Referenced by beginRun().
|
private |
Definition at line 102 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 133 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 134 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 99 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 103 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 118 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 125 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 119 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 126 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 120 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 127 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 121 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 128 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 122 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 129 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 123 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos().
|
private |
Definition at line 130 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHistos_HG().
|
private |
Definition at line 137 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 135 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 111 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and fillExpertHisto_HG().
|
private |
Definition at line 108 of file MillePedeDQMModule.h.
Referenced by beginRun(), dqmEndJob(), fillExpertHistos(), fillExpertHistos_HG(), fillStatusHisto(), and fillStatusHistoHG().
|
private |
Definition at line 106 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 105 of file MillePedeDQMModule.h.
Referenced by bookHistograms().
|
private |
Definition at line 109 of file MillePedeDQMModule.h.
Referenced by beginRun(), and bookHistograms().
|
private |
Definition at line 101 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 100 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 132 of file MillePedeDQMModule.h.
Referenced by bookHistograms(), and dqmEndJob().
|
private |
Definition at line 107 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 98 of file MillePedeDQMModule.h.
Referenced by beginRun().
|
private |
Definition at line 114 of file MillePedeDQMModule.h.
Referenced by setupChanged().
|
private |
Definition at line 115 of file MillePedeDQMModule.h.
Referenced by setupChanged().
|
private |
Definition at line 113 of file MillePedeDQMModule.h.
Referenced by setupChanged().