#include <TriggerResultInserter.h>
Public Types | |
typedef boost::shared_ptr < HLTGlobalStatus > | TrigResPtr |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Private Attributes | |
ParameterSetID | pset_id_ |
std::vector< TrigResPtr > | resultsPerStream_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Definition at line 29 of file TriggerResultInserter.h.
typedef boost::shared_ptr<HLTGlobalStatus> edm::TriggerResultInserter::TrigResPtr |
Definition at line 33 of file TriggerResultInserter.h.
|
explicit |
edm::TriggerResultInserter::TriggerResultInserter | ( | edm::ParameterSet const & | ps, |
unsigned int | iNStreams | ||
) |
Definition at line 11 of file TriggerResultInserter.cc.
|
finaloverridevirtual |
Implements edm::global::EDProducerBase.
Definition at line 23 of file TriggerResultInserter.cc.
References pset_id_, edm::Event::put(), python.entryComment::results, resultsPerStream_, old-fu_pass::TriggerResults, and relativeConstraints::value.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
void edm::TriggerResultInserter::setTrigResultForStream | ( | unsigned int | iStreamIndex, |
const TrigResPtr & | trptr | ||
) |
Definition at line 19 of file TriggerResultInserter.cc.
References resultsPerStream_.
Referenced by edm::StreamSchedule::StreamSchedule().
|
private |
Definition at line 48 of file TriggerResultInserter.h.
Referenced by produce().
|
private |
Definition at line 46 of file TriggerResultInserter.h.
Referenced by produce(), and setTrigResultForStream().