#include <TriggerJSONMonitoring.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Attributes | |
std::string | baseRunDir |
HLTConfigProvider | hltConfig_ |
std::vector< std::string > | hltNames_ |
std::vector< IntJ > | hltPaths_ |
std::string | jsonDefinitionFile |
boost::shared_ptr < jsoncollector::FastMonitor > | jsonMonitor_ |
DataPointDefinition | outJson_ |
IntJ | processed_ |
edm::InputTag | triggerResults_ |
edm::EDGetTokenT < edm::TriggerResults > | triggerResultsToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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) |
Description: This class prints JSON files with trigger info.
Created: Wed, 09 Jul 2014
See header file for documentation
Definition at line 36 of file TriggerJSONMonitoring.h.
|
explicit |
Definition at line 22 of file TriggerJSONMonitoring.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), triggerResults_, and triggerResultsToken_.
TriggerJSONMonitoring::~TriggerJSONMonitoring | ( | ) |
Definition at line 30 of file TriggerJSONMonitoring.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 42 of file TriggerJSONMonitoring.cc.
References edm::InputTag::encode(), edm::Event::getByToken(), hltNames_, hltPaths_, i, LogDebug, n, processed_, triggerResults_, triggerResultsToken_, and jsoncollector::IntJ::value().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 155 of file TriggerJSONMonitoring.cc.
References hltPaths_, i, jsonDefinitionFile, jsonMonitor_, outJson_, processed_, reset(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 92 of file TriggerJSONMonitoring.cc.
References jsoncollector::DataPointDefinition::addLegendItem(), baseRunDir, hltConfig_, hltNames_, hltPaths_, i, HLTConfigProvider::init(), j, jsonDefinitionFile, n, getDQMSummary::outfile, outJson_, edm::InputTag::process(), processed_, reset(), edm::RunBase::run(), jsoncollector::DataPointDefinition::setDefaultGroup(), jsoncollector::JsonMonitorable::setName(), SUM, and triggerResults_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 174 of file TriggerJSONMonitoring.cc.
References baseRunDir, hltNames_, hltPaths_, i, jsonMonitor_, LogDebug, edm::LuminosityBlockBase::luminosityBlock(), edm::LuminosityBlockBase::run(), findQualityFiles::size, contentValuesCheck::ss, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 35 of file TriggerJSONMonitoring.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
void TriggerJSONMonitoring::reset | ( | bool | changed = false | ) |
Definition at line 69 of file TriggerJSONMonitoring.cc.
References hltConfig_, hltNames_, hltPaths_, i, n, processed_, HLTConfigProvider::triggerNames(), and jsoncollector::IntJ::value().
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 54 of file TriggerJSONMonitoring.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 64 of file TriggerJSONMonitoring.h.
Referenced by beginRun(), and reset().
|
private |
Definition at line 56 of file TriggerJSONMonitoring.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and reset().
|
private |
Definition at line 57 of file TriggerJSONMonitoring.h.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), endLuminosityBlock(), and reset().
|
private |
Definition at line 59 of file TriggerJSONMonitoring.h.
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 50 of file TriggerJSONMonitoring.h.
Referenced by beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 51 of file TriggerJSONMonitoring.h.
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 52 of file TriggerJSONMonitoring.h.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), and reset().
|
private |
Definition at line 61 of file TriggerJSONMonitoring.h.
Referenced by analyze(), beginRun(), and TriggerJSONMonitoring().
|
private |
Definition at line 62 of file TriggerJSONMonitoring.h.
Referenced by analyze(), and TriggerJSONMonitoring().