#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 37 of file DTuROSRawToDigi.h.
DTuROSRawToDigi::DTuROSRawToDigi | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 30 of file DTuROSRawToDigi.cc.
References debug_, DTuROSInputTag_, feds_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, nfeds_, 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 68 of file DTuROSRawToDigi.cc.
References data, feds_, edm::EventSetup::get(), edm::Event::getByToken(), DTuROSFEDData::getfed(), taus_updatedMVAIds_cff::mapping, nfeds_, process(), and Raw_token.
Referenced by produce().
|
inlineprivate |
|
private |
Definition at line 87 of file DTuROSRawToDigi.cc.
References dt_crc::calcCRC(), FEDRawData::data(), debug_, TauDecayModes::dec, relativeConstraints::error, FEDRawDataCollection::FEDData(), DTROChainCoding::getCode(), DTuROSROSData::getokword1(), gen::k, DTWireId::layerId(), lineFED, groupFilesInBlocks::lines, readline(), DTReadOutMapping::readOutToGeometry(), 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 globals_cff::x1.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::dumpPython(), fillRawData(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::open(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProperty().
|
override |
Produce digis out of raw data.
Definition at line 52 of file DTuROSRawToDigi.cc.
References fillRawData(), eostools::move(), and edm::Event::put().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
inlineprivate |
Definition at line 77 of file DTuROSRawToDigi.h.
References groupFilesInBlocks::lines, theDDU(), theROB(), and theROS().
Referenced by process().
|
private |
Definition at line 435 of file DTuROSRawToDigi.cc.
References FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, and theROS().
Referenced by process(), and readline().
|
private |
Definition at line 476 of file DTuROSRawToDigi.cc.
References DEFINE_FWK_MODULE.
Referenced by process(), and readline().
|
private |
Definition at line 467 of file DTuROSRawToDigi.cc.
Referenced by process(), readline(), and theDDU().
|
private |
Definition at line 58 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and process().
|
private |
Definition at line 56 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and getDTuROSInputTag().
|
private |
Definition at line 62 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().
|
private |
Definition at line 64 of file DTuROSRawToDigi.h.
Referenced by process().
|
private |
Definition at line 60 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().
|
private |
Definition at line 91 of file DTuROSRawToDigi.h.
Referenced by DTuROSRawToDigi(), and fillRawData().