Public Member Functions | |
void | beginRun (edm::Run const &iRun, const edm::EventSetup &iEventSetup) override |
Create Trigger Units before starting event processing. More... | |
DTTrigProd (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iEventSetup) override |
Producer: process every event and generates trigger data. More... | |
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 |
Private Attributes | |
edm::ESGetToken< DTConfigManager, DTConfigManagerRcd > | dtConfigToken_ |
bool | my_CCBValid = false |
const bool | my_debug |
const bool | my_DTTFnum |
const short int | my_lut_btic |
const bool | my_lut_dump_flag |
DTTrig | my_trig |
edm::EDPutTokenT< L1MuDTChambPhContainer > | phToken_ |
edm::EDPutTokenT< L1MuDTChambThContainer > | thToken_ |
Additional Inherited Members | |
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 |
Main EDProducer for the DTTPG
Definition at line 50 of file DTTrigProd.cc.
DTTrigProd::DTTrigProd | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 83 of file DTTrigProd.cc.
|
override |
Create Trigger Units before starting event processing.
Definition at line 93 of file DTTrigProd.cc.
References DTConfigManager::CCBConfigValidity(), gather_cfg::cout, DTTrig::createTUs(), dtConfigToken_, DTTrig::dumpLuts(), edm::EventSetup::getHandle(), edm::RunBase::id(), my_CCBValid, my_debug, my_lut_btic, my_lut_dump_flag, my_trig, edm::ESHandle< T >::product(), and edm::RunID::run().
|
override |
Producer: process every event and generates trigger data.
Definition at line 111 of file DTTrigProd.cc.
References gather_cfg::cout, DTTrig::getBXOffset(), mps_fire::i, iEvent, eostools::move(), my_CCBValid, my_debug, my_DTTFnum, my_trig, phToken_, l1tGTMenu_lepSeeds_cff::qual, DTTrig::SCPhTrigs(), DTTrig::SCThTrigs(), thToken_, and DTTrig::triggerReco().
|
private |
Definition at line 67 of file DTTrigProd.cc.
Referenced by beginRun().
|
private |
Definition at line 70 of file DTTrigProd.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 76 of file DTTrigProd.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 73 of file DTTrigProd.cc.
Referenced by produce().
|
private |
Definition at line 80 of file DTTrigProd.cc.
Referenced by beginRun().
|
private |
Definition at line 79 of file DTTrigProd.cc.
Referenced by beginRun().
|
private |
Definition at line 63 of file DTTrigProd.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 65 of file DTTrigProd.cc.
Referenced by produce().
|
private |
Definition at line 66 of file DTTrigProd.cc.
Referenced by produce().