#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 | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () 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 67 of file EcalTrigPrimProducer.cc.
References tcpFormat_.
|
override |
Definition at line 221 of file EcalTrigPrimProducer.cc.
|
override |
Definition at line 125 of file EcalTrigPrimProducer.cc.
References algo_, barrelOnly_, binOfMaximum_, cacheID_, debug_, famos_, fillBinOfMaximumFromHistory_, findBinOfMaximum(), getRecords(), writedatasetfile::run, singleTopDQM_cfi::setup, and tcpFormat_.
|
override |
|
static |
Definition at line 312 of file EcalTrigPrimProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, kComment, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 137 of file EcalTrigPrimProducer.cc.
References algo_, get, edm::ESHandle< T >::product(), and singleTopDQM_cfi::setup.
Referenced by beginRun(), and produce().
|
override |
Definition at line 224 of file EcalTrigPrimProducer.cc.
References algo_, Reference_intrackfit_cff::barrel, barrelOnly_, cacheID_, edm::eventsetup::EventSetupRecord::cacheIdentifier(), MillePedeFileConverter_cfg::e, SimL1EmulatorDM_cff::eeDigis, makeMuonMisalignmentScenario::endcap, Exception, edm::EventSetup::get(), getRecords(), mps_fire::i, SummaryClient_cfi::labels, LogDebug, eostools::move(), print(), edm::Handle< T >::product(), edm::DataFrameContainer::size(), tcpFormat_, tokenEB_, and tokenEE_.
|
private |
Definition at line 48 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), endRun(), getRecords(), and produce().
|
private |
Definition at line 49 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 56 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 61 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 51 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 52 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 57 of file EcalTrigPrimProducer.h.
Referenced by beginRun().
|
private |
Definition at line 50 of file EcalTrigPrimProducer.h.
Referenced by beginRun(), EcalTrigPrimProducer(), and produce().
|
private |
Definition at line 53 of file EcalTrigPrimProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file EcalTrigPrimProducer.h.
Referenced by produce().