#include <EcalEBTrigPrimProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
EcalEBTrigPrimProducer (const edm::ParameterSet &conf) | |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
~EcalEBTrigPrimProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
unsigned long long | getRecords (edm::EventSetup const &setup) |
Private Attributes | |
std::unique_ptr< EcalEBTrigPrimTestAlgo > | algo_ |
bool | barrelOnly_ |
int | binOfMaximum_ |
unsigned long long | cacheID_ |
bool | debug_ |
bool | famos_ |
bool | fillBinOfMaximumFromHistory_ |
int | nEvent_ |
int | nSamples_ |
bool | tcpFormat_ |
edm::EDGetTokenT< EBDigiCollection > | tokenEBdigi_ |
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 |
For Phase II EcalEBTrigPrimProducer produces a EcalEBTrigPrimDigiCollection out of PhaseI Digis. This is a simple starting point to fill in the chain for Phase II
For Phase II
Definition at line 25 of file EcalEBTrigPrimProducer.h.
|
explicit |
Definition at line 63 of file EcalEBTrigPrimProducer.cc.
References edm::ParameterSet::getParameter(), tcpFormat_, and tokenEBdigi_.
|
override |
Definition at line 152 of file EcalEBTrigPrimProducer.cc.
|
override |
Definition at line 79 of file EcalEBTrigPrimProducer.cc.
References algo_, barrelOnly_, binOfMaximum_, cacheID_, debug_, famos_, getRecords(), nEvent_, nSamples_, and tcpFormat_.
|
override |
Definition at line 147 of file EcalEBTrigPrimProducer.cc.
References algo_.
|
private |
Definition at line 89 of file EcalEBTrigPrimProducer.cc.
References algo_, edm::EventSetup::get(), and edm::ESHandle< T >::product().
Referenced by beginRun().
|
override |
Definition at line 158 of file EcalEBTrigPrimProducer.cc.
References algo_, gather_cfg::cout, debug_, edm::Event::getByToken(), mps_fire::i, tablePrinter::labels, edm::ProductLabels::module, eostools::move(), nEvent_, edm::Handle< T >::product(), edm::ProductLabels::productInstance, edm::Event::put(), edm::DataFrameContainer::size(), tcpFormat_, and tokenEBdigi_.
|
private |
Definition at line 39 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun(), endRun(), getRecords(), and produce().
|
private |
Definition at line 40 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 49 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 53 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 42 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 43 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 50 of file EcalEBTrigPrimProducer.h.
|
private |
Definition at line 45 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 44 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 41 of file EcalEBTrigPrimProducer.h.
Referenced by beginRun(), EcalEBTrigPrimProducer(), and produce().
|
private |
Definition at line 47 of file EcalEBTrigPrimProducer.h.
Referenced by EcalEBTrigPrimProducer(), and produce().