#include <EcalTrigPrimProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
EcalTrigPrimProducer (const edm::ParameterSet &conf) | |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
~EcalTrigPrimProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
unsigned long long | getRecords (edm::EventSetup const &setup) |
Private Attributes | |
std::unique_ptr< EcalTrigPrimFunctionalAlgo > | algo_ |
bool | barrelOnly_ |
int | binOfMaximum_ |
unsigned long long | cacheID_ |
bool | debug_ |
bool | famos_ |
bool | fillBinOfMaximumFromHistory_ |
bool | tcpFormat_ |
edm::EDGetTokenT< EBDigiCollection > | tokenEB_ |
edm::EDGetTokenT< EEDigiCollection > | tokenEE_ |
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 |
EcalTrigPrimProducer produces a EcalTrigPrimDigiCollection The barrel code does a detailed simulation The code for the endcap is simulated in a rough way, due to missing strip geometry
EcalTrigPrimProducer produces a EcalTrigPrimDigiCollection Simulation as close as possible to hardware Main algorithm is EcalTrigPrimFunctionalAlgo which is now templated to take EBdataFrames/EEDataFrames as input
Definition at line 35 of file EcalTrigPrimProducer.h.
|
explicit |
Definition at line 63 of file EcalTrigPrimProducer.cc.
References tcpFormat_.
|
override |
Definition at line 199 of file EcalTrigPrimProducer.cc.
|
override |
Definition at line 114 of file EcalTrigPrimProducer.cc.
References algo_, barrelOnly_, binOfMaximum_, cacheID_, debug_, famos_, fillBinOfMaximumFromHistory_, findBinOfMaximum(), getRecords(), edm::Run::processHistory(), and tcpFormat_.
|
override |
Definition at line 124 of file EcalTrigPrimProducer.cc.
References algo_.
|
static |
Definition at line 281 of file EcalTrigPrimProducer.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), kComment, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 128 of file EcalTrigPrimProducer.cc.
References algo_, edm::EventSetup::get(), and edm::ESHandle< T >::product().
Referenced by beginRun(), and produce().
|
override |
Definition at line 205 of file EcalTrigPrimProducer.cc.
References algo_, Reference_intrackfit_cff::barrel, barrelOnly_, cacheID_, edm::eventsetup::EventSetupRecord::cacheIdentifier(), makeMuonMisalignmentScenario::endcap, Exception, edm::EventSetup::get(), edm::Event::getByToken(), getRecords(), mps_fire::i, edm::EventBase::id(), tablePrinter::labels, LogDebug, edm::ProductLabels::module, eostools::move(), edm::print(), edm::Handle< T >::product(), edm::ProductLabels::productInstance, edm::Event::put(), edm::DataFrameContainer::size(), tcpFormat_, tokenEB_, and tokenEE_.
|
private |
Definition at line 50 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), endRun(), getRecords(), and produce().
|
private |
Definition at line 51 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 58 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 53 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 54 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 59 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 52 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), EcalTrigPrimProducer(), and produce().
|
private |
Definition at line 55 of file EcalTrigPrimProducer.h.
Referenced by produce().
|
private |
Definition at line 56 of file EcalTrigPrimProducer.h.
Referenced by produce().