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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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<> | |
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 |
Main EDProducer for the DTTPG
Definition at line 50 of file DTTrigProd.cc.
DTTrigProd::DTTrigProd | ( | const edm::ParameterSet & | pset | ) |
|
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_, 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().