Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
OmtfUnpacker (const edm::ParameterSet &pset) | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
~OmtfUnpacker () 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 Attributes | |
edm::ESGetToken< RPCAMCLinkMap, RPCOMTFLinkMapRcd > | theAmcMappingToken |
edm::ParameterSet | theConfig |
CscUnpacker | theCscUnpacker |
DtUnpacker | theDtUnpacker |
unsigned long | theEventCounter |
edm::EDGetTokenT < FEDRawDataCollection > | theFedDataToken |
MuonUnpacker | theMuonUnpacker |
std::string | theOutputTag |
edm::ESGetToken< RPCEMap, RPCEMapRcd > | theRPCEMapToken |
RpcUnpacker | theRpcUnpacker |
bool | theSkipCsc |
bool | theSkipDt |
bool | theSkipMuon |
bool | theSkipRpc |
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 52 of file OmtfUnpacker.cc.
omtf::OmtfUnpacker::OmtfUnpacker | ( | const edm::ParameterSet & | pset | ) |
Definition at line 83 of file OmtfUnpacker.cc.
References edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, theAmcMappingToken, theConfig, theFedDataToken, theOutputTag, theRPCEMapToken, theSkipCsc, theSkipDt, theSkipMuon, and theSkipRpc.
|
inlineoverride |
Definition at line 56 of file OmtfUnpacker.cc.
|
override |
Definition at line 120 of file OmtfUnpacker.cc.
References edm::FileInPath::fullPath(), edm::EventSetup::getData(), edm::ParameterSet::getParameter(), edm::EventSetup::getTransientHandle(), omtf::CscUnpacker::init(), omtf::RpcUnpacker::init(), AlCaHLTBitMon_QueryRunRegistry::string, theAmcMappingToken, theConfig, theCscUnpacker, theRPCEMapToken, theRpcUnpacker, theSkipCsc, and theSkipRpc.
|
static |
Definition at line 107 of file OmtfUnpacker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 142 of file OmtfUnpacker.cc.
References amc, FEDHeader::bxID(), amc13::Header::check(), FEDHeader::check(), FEDTrailer::check(), FEDTrailer::crc(), omtf::DataWord64::csc, FEDRawData::data(), debug, edm::MessageDrop::debugEnabled, omtf::DataWord64::dt, FEDTrailer::evtStatus(), l1tstage2_dqm_sourceclient-live_cfg::fedId, FEDTrailer::fragmentLength(), amc::BlockHeader::getAMCNumber(), amc::Header::getAMCNumber(), amc13::Trailer::getBlock(), amc::BlockHeader::getBoardID(), amc13::Trailer::getBX(), amc13::Trailer::getCRC(), amc13::Header::getFormatVersion(), amc13::Trailer::getLV1ID(), amc13::Header::getNumberOfAMCs(), amc13::Header::getOrbitNumber(), amc::BlockHeader::getSize(), edm::MessageDrop::instance(), LogDebug, LogTrace, FEDHeader::lvl1ID(), FEDHeader::moreHeaders(), FEDTrailer::moreTrailers(), eostools::move(), omtf::DataWord64::omtf, amc13::Packet::parse(), amc13::Packet::payload(), amc::BlockHeader::raw(), amc::Header::raw(), omtf::DataWord64::rpc, FEDRawData::size(), FEDHeader::sourceID(), str, theCscUnpacker, theDtUnpacker, theEventCounter, theFedDataToken, theMuonUnpacker, theOutputTag, theRpcUnpacker, theSkipCsc, theSkipDt, theSkipMuon, theSkipRpc, FEDHeader::triggerType(), FEDTrailer::ttsBits(), omtf::DataWord64::type(), omtf::DtUnpacker::unpack(), omtf::MuonUnpacker::unpack(), omtf::CscUnpacker::unpack(), omtf::RpcUnpacker::unpack(), and FEDHeader::version().
|
private |
Definition at line 70 of file OmtfUnpacker.cc.
Referenced by beginRun(), and OmtfUnpacker().
|
private |
Definition at line 77 of file OmtfUnpacker.cc.
Referenced by beginRun(), and OmtfUnpacker().
|
private |
Definition at line 73 of file OmtfUnpacker.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 74 of file OmtfUnpacker.cc.
Referenced by produce().
|
private |
Definition at line 65 of file OmtfUnpacker.cc.
Referenced by produce().
|
private |
Definition at line 67 of file OmtfUnpacker.cc.
Referenced by OmtfUnpacker(), and produce().
|
private |
Definition at line 75 of file OmtfUnpacker.cc.
Referenced by produce().
|
private |
Definition at line 78 of file OmtfUnpacker.cc.
Referenced by OmtfUnpacker(), and produce().
|
private |
Definition at line 69 of file OmtfUnpacker.cc.
Referenced by beginRun(), and OmtfUnpacker().
|
private |
Definition at line 72 of file OmtfUnpacker.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 80 of file OmtfUnpacker.cc.
Referenced by beginRun(), OmtfUnpacker(), and produce().
|
private |
Definition at line 80 of file OmtfUnpacker.cc.
Referenced by OmtfUnpacker(), and produce().
|
private |
Definition at line 80 of file OmtfUnpacker.cc.
Referenced by OmtfUnpacker(), and produce().
|
private |
Definition at line 80 of file OmtfUnpacker.cc.
Referenced by beginRun(), OmtfUnpacker(), and produce().