![]() |
![]() |
Public Member Functions | |
FEDEmulatorModule (const edm::ParameterSet &) | |
~FEDEmulatorModule () override | |
![]() | |
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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
void | updateFedCabling (const SiStripFedCablingRcd &rcd) |
void | updateNoises (const SiStripNoisesRcd &rcd) |
void | updatePedestals (const SiStripPedestalsRcd &rcd) |
Private Attributes | |
std::unique_ptr < SiStripRawProcessingAlgorithms > | algorithms_ |
object for zero-suppression More... | |
bool | byModule_ |
edm::ESWatcher < SiStripFedCablingRcd > | cablingWatcher_ |
const SiStripFedCabling * | fedCabling_ |
edm::ESGetToken < SiStripFedCabling, SiStripFedCablingRcd > | fedCablingToken_ |
sistrip::FEDEmulator | fedEmulator_ |
const SiStripNoises * | noises_ |
edm::ESGetToken< SiStripNoises, SiStripNoisesRcd > | noisesToken_ |
edm::ESWatcher< SiStripNoisesRcd > | noisesWatcher_ |
const SiStripPedestals * | pedestals_ |
edm::ESGetToken < SiStripPedestals, SiStripPedestalsRcd > | pedestalsToken_ |
edm::ESWatcher < SiStripPedestalsRcd > | pedestalsWatcher_ |
edm::InputTag | spyReorderedDigisTag_ |
edm::EDGetTokenT < edm::DetSetVector < SiStripRawDigi > > | spyReorderedDigisToken_ |
edm::InputTag | spyVirginRawDigisTag_ |
edm::EDGetTokenT < edm::DetSetVector < SiStripRawDigi > > | spyVirginRawDigisToken_ |
Static Private Attributes | |
static const char *const | messageLabel_ = "SiStripFEDEmulatorModule" |
Additional Inherited Members | |
![]() | |
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 |
Definition at line 57 of file SiStripFEDEmulatorModule.cc.
|
explicit |
Definition at line 105 of file SiStripFEDEmulatorModule.cc.
References byModule_, fedEmulator_, sistrip::FEDEmulator::initialise(), spyReorderedDigisTag_, spyReorderedDigisToken_, spyVirginRawDigisTag_, and spyVirginRawDigisToken_.
|
override |
Definition at line 140 of file SiStripFEDEmulatorModule.cc.
|
overrideprivate |
Definition at line 149 of file SiStripFEDEmulatorModule.cc.
References algorithms_, FedChannelConnection::apvPairNumber(), edm::DetSetVector< T >::begin(), byModule_, cablingWatcher_, edm::ESWatcher< T >::check(), gather_cfg::cout, FedChannelConnection::detId(), alignCSCRings::e, edm::DetSet< T >::empty(), edm::DetSetVector< T >::end(), fedCabling_, SiStripFedCabling::fedConnection(), fedEmulator_, sistrip::SpyUtilities::fedIndex(), edm::Event::getByToken(), sistrip::FEDEmulator::initialiseModule(), eostools::move(), FedChannelConnection::nApvPairs(), noises_, noisesWatcher_, pedestals_, pedestalsWatcher_, edm::Handle< T >::product(), edm::Event::put(), sistrip::FEDEmulator::retrieveNoises(), sistrip::FEDEmulator::retrievePedestals(), edm::DetSetVector< T >::size(), spyReorderedDigisToken_, spyVirginRawDigisToken_, sistrip::STRIPS_PER_FEDCH, sistrip::FEDEmulator::subtractCM(), sistrip::FEDEmulator::subtractPedestals(), cms::Exception::what(), and sistrip::FEDEmulator::zeroSuppress().
|
private |
Definition at line 142 of file SiStripFEDEmulatorModule.cc.
References fedCabling_, fedCablingToken_, and edm::eventsetup::EventSetupRecordImplementation< T >::get().
|
private |
Definition at line 146 of file SiStripFEDEmulatorModule.cc.
References edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), noises_, and noisesToken_.
|
private |
Definition at line 145 of file SiStripFEDEmulatorModule.cc.
References edm::eventsetup::EventSetupRecordImplementation< T >::get(), pedestals_, and pedestalsToken_.
|
private |
object for zero-suppression
Definition at line 79 of file SiStripFEDEmulatorModule.cc.
Referenced by produce().
|
private |
Definition at line 73 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule(), and produce().
|
private |
Definition at line 88 of file SiStripFEDEmulatorModule.cc.
Referenced by produce().
|
private |
Definition at line 84 of file SiStripFEDEmulatorModule.cc.
Referenced by produce(), and updateFedCabling().
|
private |
Definition at line 81 of file SiStripFEDEmulatorModule.cc.
Referenced by updateFedCabling().
|
private |
Definition at line 75 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule(), and produce().
|
staticprivate |
Definition at line 77 of file SiStripFEDEmulatorModule.cc.
|
private |
Definition at line 86 of file SiStripFEDEmulatorModule.cc.
Referenced by produce(), and updateNoises().
|
private |
Definition at line 83 of file SiStripFEDEmulatorModule.cc.
Referenced by updateNoises().
|
private |
Definition at line 90 of file SiStripFEDEmulatorModule.cc.
Referenced by produce().
|
private |
Definition at line 85 of file SiStripFEDEmulatorModule.cc.
Referenced by produce(), and updatePedestals().
|
private |
Definition at line 82 of file SiStripFEDEmulatorModule.cc.
Referenced by updatePedestals().
|
private |
Definition at line 89 of file SiStripFEDEmulatorModule.cc.
Referenced by produce().
|
private |
Definition at line 67 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule().
|
private |
Definition at line 69 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule(), and produce().
|
private |
Definition at line 68 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule().
|
private |
Definition at line 70 of file SiStripFEDEmulatorModule.cc.
Referenced by FEDEmulatorModule(), and produce().