#include <HLTVertexPerformanceAnalyzer.h>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
std::vector< bool > | _isfoundHLTs |
std::vector< std::string > | folders |
std::vector< std::map < std::string, MonitorElement * > > | H1_ |
HLTConfigProvider | hltConfigProvider_ |
std::vector< int > | hltPathIndexs_ |
std::vector< std::string > | hltPathNames_ |
edm::EDGetTokenT< TriggerResults > | hlTriggerResults_ |
std::string | hlTriggerResults_Label |
edm::EDConsumerBase::Labels | label |
edm::EDGetTokenT< std::vector < SimVertex > > | simVertexCollection_ |
bool | triggerConfChanged_ |
std::vector< edm::EDGetTokenT < reco::VertexCollection > > | VertexCollection_ |
std::vector< std::string > | VertexCollection_Label |
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) |
Code used to produce DQM validation plots for b-tag at HLT. It plots the distribution of recoVertex.z() - simVertex.z() of the primary vertex.
Definition at line 35 of file HLTVertexPerformanceAnalyzer.h.
|
explicit |
Definition at line 3 of file HLTVertexPerformanceAnalyzer.cc.
References edm::ParameterSet::getParameter(), hlTriggerResults_, GlobalPosition_Frontier_DevDB_cff::tag, edm::vector_transform(), and VertexCollection_.
HLTVertexPerformanceAnalyzer::~HLTVertexPerformanceAnalyzer | ( | ) |
Definition at line 20 of file HLTVertexPerformanceAnalyzer.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 59 of file HLTVertexPerformanceAnalyzer.cc.
References _isfoundHLTs, coll, HcalObjRepresent::Fill(), edm::Event::getByToken(), H1_, hltPathIndexs_, hltPathNames_, hlTriggerResults_, hlTriggerResults_Label, edm::errors::LogicError, CoreSimVertex::position(), cms::Exception::raise(), simVertexCollection_, triggerResults, relativeConstraints::value, VertexCollection_, and VertexCollection_Label.
|
overrideprivatevirtual |
Implements thread_unsafe::DQMEDAnalyzer.
Definition at line 122 of file HLTVertexPerformanceAnalyzer.cc.
References DQMStore::IBooker::book1D(), coll, H1_, hltPathNames_, DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, VertexCollection_, and VertexCollection_Label.
|
virtual |
Reimplemented from thread_unsafe::DQMEDAnalyzer.
Definition at line 25 of file HLTVertexPerformanceAnalyzer.cc.
References _isfoundHLTs, newFWLiteAna::found, hltConfigProvider_, hltPathIndexs_, hltPathNames_, hlTriggerResults_, HLTConfigProvider::init(), label, edm::EDConsumerBase::Labels::process, triggerConfChanged_, and HLTConfigProvider::triggerNames().
|
private |
Definition at line 56 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 57 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 58 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file HLTVertexPerformanceAnalyzer.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 53 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 48 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 46 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), dqmBeginRun(), and HLTVertexPerformanceAnalyzer().
|
private |
Definition at line 62 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 60 of file HLTVertexPerformanceAnalyzer.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::_sort_list(), python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), dqmBeginRun(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::foundIn(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::fullFilename(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor::properties(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::properties(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::readConnections(), core.AutoHandle.AutoHandle::ReallyLoad(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor::updateProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::usedBy().
|
private |
Definition at line 47 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 50 of file HLTVertexPerformanceAnalyzer.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 52 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), bookHistograms(), and HLTVertexPerformanceAnalyzer().
|
private |
Definition at line 61 of file HLTVertexPerformanceAnalyzer.h.
Referenced by analyze(), and bookHistograms().