Public Types | |
enum | DecisionType { beforeBxMaskAndPrescale, beforePrescale, final } |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
P2GTTriggerResultsConverter (const edm::ParameterSet &) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const edm::EDGetTokenT< P2GTAlgoBlockMap > | algoBlockToken_ |
std::vector< std::string > | algoNames_ |
const DecisionType | decisionEnum_ |
const std::string | decisionName_ |
const std::string | prefix_ |
Definition at line 22 of file P2GTTriggerResultsConverter.cc.
Enumerator | |
---|---|
beforeBxMaskAndPrescale | |
beforePrescale | |
final |
Definition at line 28 of file P2GTTriggerResultsConverter.cc.
|
explicit |
Definition at line 42 of file P2GTTriggerResultsConverter.cc.
|
overrideprivate |
Definition at line 52 of file P2GTTriggerResultsConverter.cc.
References algoNames_.
|
static |
Definition at line 82 of file P2GTTriggerResultsConverter.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 54 of file P2GTTriggerResultsConverter.cc.
References algoBlockToken_, MillePedeAlignmentAlgorithm_cfi::algoName, algoNames_, beforeBxMaskAndPrescale, beforePrescale, decisionEnum_, decisionName_, edm::hlt::Fail, edm::hlt::Pass, and prefix_.
|
private |
Definition at line 34 of file P2GTTriggerResultsConverter.cc.
Referenced by produce().
|
private |
Definition at line 39 of file P2GTTriggerResultsConverter.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 37 of file P2GTTriggerResultsConverter.cc.
Referenced by produce().
|
private |
Definition at line 36 of file P2GTTriggerResultsConverter.cc.
Referenced by produce().
|
private |
Definition at line 35 of file P2GTTriggerResultsConverter.cc.
Referenced by produce().