![]() |
![]() |
#include <HLTVertexPerformanceAnalyzer.h>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
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< edm::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 | |
![]() | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
![]() | |
typedef EDAnalyzerAdaptorBase | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
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 33 of file HLTVertexPerformanceAnalyzer.h.
|
explicit |
Definition at line 6 of file HLTVertexPerformanceAnalyzer.cc.
References edm::ParameterSet::getParameter(), mps_fire::i, diffTwoXMLs::label, edm::EDConsumerBase::labelsForToken(), GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
HLTVertexPerformanceAnalyzer::~HLTVertexPerformanceAnalyzer | ( | ) |
Definition at line 23 of file HLTVertexPerformanceAnalyzer.cc.
|
overrideprivatevirtual |
Definition at line 62 of file HLTVertexPerformanceAnalyzer.cc.
References edm::HLTGlobalStatus::accept(), coll, HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), RecoTauDiscriminantConfiguration::maxValue, CoreSimVertex::position(), edm::Handle< T >::product(), caloTruthProducer_cfi::simVertexCollection, and edm::triggerResults().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 119 of file HLTVertexPerformanceAnalyzer.cc.
References DQMStore::IBooker::book1D(), coll, DEFINE_FWK_MODULE, RecoTauDiscriminantConfiguration::maxValue, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 28 of file HLTVertexPerformanceAnalyzer.cc.
References runEdmFileComparison::found, createfilelist::int, diffTwoXMLs::label, and edm::EDConsumerBase::labelsForToken().
|
private |
Definition at line 54 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 55 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 56 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 47 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 51 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 46 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 44 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 60 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 58 of file HLTVertexPerformanceAnalyzer.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::_sort_list(), python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), 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(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), 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 45 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 48 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 50 of file HLTVertexPerformanceAnalyzer.h.
|
private |
Definition at line 59 of file HLTVertexPerformanceAnalyzer.h.