#include <ScBMTFRawToDigi.h>
Public Member Functions | |
ScBMTFRawToDigi (const edm::ParameterSet &) | |
~ScBMTFRawToDigi () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
void | unpackOrbit (const unsigned char *buf, size_t len, int sdsId) |
Private Attributes | |
bool | debug_ = false |
int | nStubsOrbit_ |
std::vector< std::vector< l1ScoutingRun3::BMTFStub > > | orbitBuffer_ |
edm::EDGetToken | rawToken_ |
std::vector< int > | sourceIdList_ |
edm::InputTag | srcInputTag_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 24 of file ScBMTFRawToDigi.h.
|
explicit |
Definition at line 3 of file ScBMTFRawToDigi.cc.
References debug_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), nStubsOrbit_, orbitBuffer_, rawToken_, sourceIdList_, and srcInputTag_.
|
override |
Definition at line 20 of file ScBMTFRawToDigi.cc.
|
static |
Definition at line 131 of file ScBMTFRawToDigi.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 22 of file ScBMTFRawToDigi.cc.
References SDSNumbering::BmtfMaxSDSID, SDSNumbering::BmtfMinSDSID, gather_cfg::cout, FEDRawData::data(), debug_, SDSRawDataCollection::FEDData(), iEvent, eostools::move(), nStubsOrbit_, orbitBuffer_, rawToken_, FEDRawData::size(), sourceIdList_, and unpackOrbit().
|
private |
Definition at line 53 of file ScBMTFRawToDigi.cc.
References cms::cuda::assert(), SDSNumbering::BmtfMinSDSID, visDQMUpload::buf, nano_mu_digi_cff::bx, l1ScoutingRun3::bmtf::block::bx, gather_cfg::cout, debug_, TauDecayModes::dec, PVValHelper::eta, l1ScoutingRun3::bmtf::block::header, mps_fire::i, nStubsOrbit_, l1ScoutingRun3::bmtf::block::orbit, orbitBuffer_, phi, PVValHelper::phi, l1tGTMenu_lepSeeds_cff::qual, nano_mu_digi_cff::sector, relativeConstraints::station, makeGlobalPositionRcd_cfg::tag, and makeMuonMisalignmentScenario::wheel.
Referenced by produce().
|
private |
Definition at line 41 of file ScBMTFRawToDigi.h.
Referenced by produce(), ScBMTFRawToDigi(), and unpackOrbit().
|
private |
Definition at line 39 of file ScBMTFRawToDigi.h.
Referenced by produce(), ScBMTFRawToDigi(), and unpackOrbit().
|
private |
Definition at line 38 of file ScBMTFRawToDigi.h.
Referenced by produce(), ScBMTFRawToDigi(), and unpackOrbit().
|
private |
Definition at line 44 of file ScBMTFRawToDigi.h.
Referenced by produce(), and ScBMTFRawToDigi().
|
private |
Definition at line 42 of file ScBMTFRawToDigi.h.
Referenced by produce(), and ScBMTFRawToDigi().
|
private |
Definition at line 43 of file ScBMTFRawToDigi.h.
Referenced by ScBMTFRawToDigi().