#include <DTuROSRawToDigi.h>
Public Member Functions | |
DTuROSRawToDigi (const edm::ParameterSet &pset) | |
Constructor. More... | |
bool | fillRawData (edm::Event &e, const edm::EventSetup &c, DTDigiCollection &digis, std::vector< DTuROSFEDData > &words) |
Generate and fill FED raw data for a full event. More... | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
Produce digis out of raw data. More... | |
~DTuROSRawToDigi () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Member Functions | |
edm::InputTag | getDTuROSInputTag () |
void | process (int DTuROSFED, edm::Handle< FEDRawDataCollection > data, edm::ESHandle< DTReadOutMapping > mapping, DTDigiCollection &digis, DTuROSFEDData &fwords) |
void | readline (int &lines, long &dataWord) |
int | theDDU (int crate, int slot, int link, bool tenDDU) |
int | theROB (int slot, int link) |
int | theROS (int slot, int link) |
Private Attributes | |
bool | debug_ |
edm::InputTag | DTuROSInputTag_ |
std::vector< int > | feds_ |
unsigned char * | lineFED |
int | nfeds_ |
edm::EDGetTokenT< FEDRawDataCollection > | Raw_token |
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 |
L1 DT uROS Raw-to-Digi
C. Heidemann - RWTH Aachen J. Troconiz - UAM Madrid
Definition at line 36 of file DTuROSRawToDigi.h.
DTuROSRawToDigi::DTuROSRawToDigi | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 29 of file DTuROSRawToDigi.cc.
References debug_, DTuROSInputTag_, feds_, mps_fire::i, FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, nfeds_, muonDTDigis_cfi::pset, and Raw_token.
|
override |
bool DTuROSRawToDigi::fillRawData | ( | edm::Event & | e, |
const edm::EventSetup & | c, | ||
DTDigiCollection & | digis, | ||
std::vector< DTuROSFEDData > & | words | ||
) |
Generate and fill FED raw data for a full event.
Definition at line 61 of file DTuROSRawToDigi.cc.
References HltBtagPostValidation_cff::c, data, MillePedeFileConverter_cfg::e, feds_, get, DTuROSFEDData::getfed(), taus_updatedMVAIds_cff::mapping, nfeds_, process(), and Raw_token.
Referenced by produce().
|
inlineprivate |
|
private |
Definition at line 81 of file DTuROSRawToDigi.cc.
References dt_crc::calcCRC(), RawDataTask_cfi::CRC, FEDRawData::data(), data, debug_, TauDecayModes::dec, relativeConstraints::error, DTROChainCoding::getCode(), DTuROSROSData::getokword1(), dqmiolumiharvest::j, dqmdumpme::k, DTWireId::layerId(), lineFED, groupFilesInBlocks::lines, MainPageGenerator::link, taus_updatedMVAIds_cff::mapping, readline(), DTuROSROSData::seterror(), DTuROSFEDData::setevtlgth(), DTuROSROSData::setexword(), DTuROSFEDData::setfed(), DTuROSROSData::setheader1(), DTuROSFEDData::setheader1(), DTuROSROSData::setheader2(), DTuROSFEDData::setheader2(), DTuROSFEDData::setnslots(), DTuROSROSData::setokword1(), DTuROSROSData::setokword2(), DTuROSROSData::setokxword(), DTuROSROSData::setslot(), DTuROSFEDData::setslotsize(), DTuROSROSData::settrailer(), DTuROSFEDData::settrailer(), DTuROSFEDData::setuROS(), FEDRawData::size(), theDDU(), theROB(), theROS(), DTWireId::wire(), and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by fillRawData().
|
override |
Produce digis out of raw data.
Definition at line 47 of file DTuROSRawToDigi.cc.
References HltBtagPostValidation_cff::c, MillePedeFileConverter_cfg::e, fillRawData(), and eostools::move().
|
inlineprivate |
Definition at line 72 of file DTuROSRawToDigi.h.
References lineFED, and groupFilesInBlocks::lines.
Referenced by process().
|
private |
Definition at line 379 of file DTuROSRawToDigi.cc.
References MainPageGenerator::link, FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, and theROS().
Referenced by process().
|
private |
Definition at line 419 of file DTuROSRawToDigi.cc.
References MainPageGenerator::link.
Referenced by process().
|
private |
|
private |
Definition at line 53 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and process().
|
private |
Definition at line 51 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and getDTuROSInputTag().
|
private |
Definition at line 57 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().
|
private |
Definition at line 59 of file DTuROSRawToDigi.h.
Referenced by process(), and readline().
|
private |
Definition at line 55 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().
|
private |
Definition at line 86 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().