#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 () |
int | getIndexFromString (const std::string &alignableId) |
bool | setupChanged (const edm::EventSetup &) |
Private Attributes | |
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_ |
std::unique_ptr< AlignableTracker > | tracker_ |
edm::ESWatcher< IdealGeometryRecord > | watchIdealGeometryRcd_ |
edm::ESWatcher< PTrackerParametersRcd > | watchPTrackerParametersRcd_ |
edm::ESWatcher< TrackerTopologyRcd > | watchTrackerTopologyRcd_ |
Additional Inherited Members | |
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::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) |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 44 of file MillePedeDQMModule.h.
MillePedeDQMModule::MillePedeDQMModule | ( | const edm::ParameterSet & | config | ) |
Definition at line 36 of file MillePedeDQMModule.cc.
References ~MillePedeDQMModule().
|
override |
Definition at line 44 of file MillePedeDQMModule.cc.
References bookHistograms().
Referenced by MillePedeDQMModule().
|
overrideprivate |
Definition at line 92 of file MillePedeDQMModule.cc.
References edm::ParameterSet::addUntrackedParameter(), TrackerGeomBuilderFromGeometricDet::build(), fillExpertHistos(), reco::get(), edm::EventSetup::get(), MillePedeAlignmentAlgorithm_cfi::pedeLabeler, edm::ESHandle< T >::product(), AlignPCLThresholds::setAlignPCLThresholds(), AlCaHLTBitMon_QueryRunRegistry::string, and sistrip::tracker_.
Referenced by dqmEndJob().
|
private |
Definition at line 53 of file MillePedeDQMModule.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), dqmEndJob(), and DQMStore::IBooker::setCurrentFolder().
Referenced by ~MillePedeDQMModule().
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 72 of file MillePedeDQMModule.cc.
References beginRun(), bookHistograms(), and Exception.
Referenced by bookHistograms().
|
private |
Definition at line 202 of file MillePedeDQMModule.cc.
References MonitorElement::getTH1F(), mps_fire::i, and setupChanged().
Referenced by fillExpertHistos().
|
private |
Definition at line 135 of file MillePedeDQMModule.cc.
References fillExpertHisto().
Referenced by beginRun().
|
private |
Definition at line 259 of file MillePedeDQMModule.cc.
References Exception.
Referenced by setupChanged().
|
private |
Definition at line 246 of file MillePedeDQMModule.cc.
References getIndexFromString().
Referenced by fillExpertHisto().
|
private |
Definition at line 86 of file MillePedeDQMModule.h.
|
private |
Definition at line 87 of file MillePedeDQMModule.h.
|
private |
Definition at line 88 of file MillePedeDQMModule.h.
|
private |
Definition at line 89 of file MillePedeDQMModule.h.
|
private |
Definition at line 90 of file MillePedeDQMModule.h.
|
private |
Definition at line 91 of file MillePedeDQMModule.h.
|
private |
Definition at line 79 of file MillePedeDQMModule.h.
|
private |
Definition at line 77 of file MillePedeDQMModule.h.
|
private |
Definition at line 78 of file MillePedeDQMModule.h.
|
private |
Definition at line 82 of file MillePedeDQMModule.h.
|
private |
Definition at line 83 of file MillePedeDQMModule.h.
|
private |
Definition at line 81 of file MillePedeDQMModule.h.