CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
FEDRawData Class Reference

#include <FEDRawData.h>

Public Types

typedef std::vector< unsigned
char > 
Data
 
typedef Data::iterator iterator
 

Public Member Functions

const unsigned char * data () const
 Return a const pointer to the beginning of the data buffer. More...
 
unsigned char * data ()
 Return a pointer to the beginning of the data buffer. More...
 
 FEDRawData ()
 Default ctor. More...
 
 FEDRawData (size_t newsize)
 
 FEDRawData (const FEDRawData &)
 Copy constructor. More...
 
void resize (size_t newsize)
 
size_t size () const
 Lenght of the data buffer in bytes. More...
 
 ~FEDRawData ()
 Dtor. More...
 

Private Attributes

Data data_
 

Detailed Description

Class representing the raw data for one FED. The raw data is owned as a binary buffer. It is required that the lenght of the data is a multiple of the S-Link64 word lenght (8 byte). The FED data should include the standard FED header and trailer.

Author
G. Bruno - CERN, EP Division
S. Argiro - CERN and INFN - Refactoring and Modifications to fit into CMSSW

Definition at line 20 of file FEDRawData.h.

Member Typedef Documentation

typedef std::vector<unsigned char> FEDRawData::Data

Definition at line 23 of file FEDRawData.h.

typedef Data::iterator FEDRawData::iterator

Definition at line 24 of file FEDRawData.h.

Constructor & Destructor Documentation

FEDRawData::FEDRawData ( )

Default ctor.

Definition at line 14 of file FEDRawData.cc.

15 {
16 }
FEDRawData::FEDRawData ( size_t  newsize)

Ctor specifying the size to be preallocated, in bytes. It is required that the size is a multiple of the size of a FED word (8 bytes)

Definition at line 18 of file FEDRawData.cc.

References Exception.

18  :data_(newsize){
19  if (newsize%8!=0) throw cms::Exception("DataCorrupt") << "FEDRawData::resize: " << newsize << " is not a multiple of 8 bytes." << endl;
20 }
Data data_
Definition: FEDRawData.h:56
FEDRawData::FEDRawData ( const FEDRawData in)

Copy constructor.

Definition at line 22 of file FEDRawData.cc.

22  : data_(in.data_)
23 {
24 }
Data data_
Definition: FEDRawData.h:56
FEDRawData::~FEDRawData ( )

Dtor.

Definition at line 25 of file FEDRawData.cc.

26 {
27 }

Member Function Documentation

const unsigned char * FEDRawData::data ( ) const

Return a const pointer to the beginning of the data buffer.

Definition at line 28 of file FEDRawData.cc.

References data_.

Referenced by cuy.FindIssue::__init__(), hcaldqm::DQTask::_getCalibType(), RawTask::_process(), evf::EvFRecordInserter::analyze(), PlaybackRawDataProvider::analyze(), ESRawDataTask::analyze(), ESFEDIntegrityTask::analyze(), HcalTBWriter::analyze(), SiStripFEDDumpPlugin::analyze(), L1TMP7ZeroSupp::analyze(), RawToText::analyze(), DQMHcalPhiSymAlCaReco::analyze(), test::GlobalNumbersAnalysis::analyze(), EcalDumpRaw::analyze(), EcalHexDisplay::analyze(), HcalDetDiagNoiseMonitor::analyze(), BxTiming::analyze(), HcalMonitorModule::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), L1TFED::analyze(), SiPixelRawDataErrorSource::analyze(), SiStripFEDCheckPlugin::analyze(), L1TStage2CaloLayer1::analyze(), SiStripCMMonitorPlugin::analyze(), HcalDigiMonitor::analyze(), HcalDetDiagTimingMonitor::analyze(), HcalDetDiagPedestalMonitor::analyze(), HcalDetDiagLaserMonitor::analyze(), HcalBaseDQMonitor::CheckCalibType(), HcalMonitorModule::CheckSubdetectorStatus(), HcalBaseDQMonitor::CheckSubdetectorStatus(), SiStripAnalyser::checkTrackerFEDs(), BlockFormatter::CleanUp(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), DTDigiToRaw::createFedBuffers(), CSCDigiToRaw::createFedBuffers(), sistrip::DigiToRaw::createFedBuffers_(), SRBlockFormatter::DigiToRaw(), BlockFormatter::DigiToRaw(), TCCBlockFormatter::DigiToRaw(), TowerBlockFormatter::DigiToRaw(), ESDataFormatterV1_1::DigiToRaw(), ESDataFormatterV4::DigiToRaw(), CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), sistrip::RawToDigiUnpacker::dumpRawData(), TowerBlockFormatter::EndEvent(), DaqFakeReader::fillFED1023(), FedRawDataInputSource::fillFEDRawDataCollection(), DaqFakeReader::fillFEDs(), DaqFakeReader::fillGTPFED(), DTNewROS8FileReader::fillRawData(), DTROS8FileReader::fillRawData(), DTDDUFileReader::fillRawData(), DTROS25FileReader::fillRawData(), DTSpyReader::fillRawData(), DTTFFEDSim::fillRawData(), LaserAlignmentEventFilter::filter(), HLTDTROMonitorFilter::filter(), HLTL1NumberFilter::filter(), HLTHcalCalibTypeFilter::filter(), HcalEmptyEventFilter::filter(), HcalCalibTypeFilter::filter(), sistrip::SpyEventMatcherModule::findL1IDandAPVAddress(), l1t::AMCDumpToRaw::formatRaw(), l1t::MP7BufferDumpToRaw::formatRaw(), PixelDataFormatter::formatRawData(), sistrip::FEDBufferGenerator::generateBuffer(), MatacqProducer::getCalibTriggerType(), LaserSorter::getDetailedTriggerType(), LaserSorter::getOrbitFromDcc(), MatacqProducer::getOrbitId(), HLTHcalNZSFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), SiStripDCSStatus::initialise(), EcalSupervisorTBDataFormatter::interpretRawData(), TableDataFormatter::interpretRawData(), MatacqTBDataFormatter::interpretRawData(), MatacqDataFormatter::interpretRawData(), EcalTB07DaqFormatter::interpretRawData(), EcalTBDaqFormatter::interpretRawData(), CamacTBDataFormatter::interpretRawData(), ESUnpacker::interpretRawData(), PixelDataFormatter::interpretRawData(), LaserSorter::isDccEventEmpty(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), sistrip::SpyEventMatcher::mergeMatchingData(), CastorCtdcPacker::pack(), CastorPacker::pack(), HcalPacker::pack(), BlockFormatter::print(), GctDigiToRaw::print(), DTTFFEDReader::process(), HcalNZSMonitor::processEvent(), L1TTwinMuxRawToDigi::processFed(), DTDigiToRawModule::produce(), Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(), RawDataCollectorByLabel::produce(), HcalCalibFEDSelector::produce(), DTUnpackingModule::produce(), HcalTBSource::produce(), CSCDCCUnpacker::produce(), SiPixelFedFillerWordEventNumber::produce(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), TotemTriggerRawToDigi::produce(), RPCUnpackingModule::produce(), SubdetFEDSelector::produce(), CSCTFPacker::produce(), SiStripRegFEDSelector::produce(), sistrip::SpyEventSummaryProducer::produce(), CSCTFUnpacker::produce(), ECALRegFEDSelector::produce(), LTCRawToDigi::produce(), AlCaHcalNoiseProducer::produce(), l1t::L1TRawToDigi::produce(), EcalRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), GctRawToDigi::produce(), L1GlobalTriggerEvmRawToDigi::produce(), TcdsRawToDigi::produce(), L1GtTextToRaw::produce(), L1GTEvmDigiToRaw::produce(), L1GTDigiToRaw::produce(), L1GlobalTriggerRawToDigi::produce(), L1TCaloLayer1RawToDigi::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), RPCPackingModule::rawData(), LmfSource::readEventWithinFile(), RawDataUnpacker::Run(), HcalTriggerPrimitiveAlgo::runFEFormatError(), RawDataFEDSelector::select(), FRDStreamSource::setRunAndEventInfo(), sistrip::RawToDigiUnpacker::triggerFed(), hcaltb::HcalTBQADCUnpacker::unpack(), HcalLaserUnpacker::unpack(), hcaltb::HcalTBTriggerDataUnpacker::unpack(), hcaltb::HcalTBSourcePositionDataUnpacker::unpack(), CastorCtdcUnpacker::unpack(), CastorUnpacker::unpack(), ZdcUnpacker::unpack(), HcalDataIntegrityTask::unpack(), HcalEEUSMonitor::unpack(), HcalUnpacker::unpack(), HcalRawDataMonitor::unpack(), RctRawToDigi::unpack(), GctRawToDigi::unpack(), hcaltb::HcalTBTDCUnpacker::unpackHits(), hcaltb::HcalTBSlowDataUnpacker::unpackMaps(), HcalUnpacker::unpackUMNio(), HcalUnpacker::unpackUTCA(), HcalUnpacker::unpackVME(), RawEventOutputModuleForBU< Consumer >::write(), LaserSorter::writeEvent(), and LaserSorter::writeFedBlock().

28 {return &data_[0];}
Data data_
Definition: FEDRawData.h:56
unsigned char * FEDRawData::data ( )

Return a pointer to the beginning of the data buffer.

Definition at line 30 of file FEDRawData.cc.

References data_.

Referenced by cuy.FindIssue::__init__().

30 {return &data_[0];}
Data data_
Definition: FEDRawData.h:56
void FEDRawData::resize ( size_t  newsize)

Resize to the specified size in bytes. It is required that the size is a multiple of the size of a FED word (8 bytes)

Definition at line 32 of file FEDRawData.cc.

References data_, Exception, and size().

Referenced by Vispa.Gui.TextDialog.TextDialog::__init__(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::__init__(), Vispa.Main.MainWindow.MainWindow::_loadIni(), PlaybackRawDataProvider::analyze(), BlockFormatter::CleanUp(), CSCDigiToRaw::createFedBuffers(), SRBlockFormatter::DigiToRaw(), BlockFormatter::DigiToRaw(), TCCBlockFormatter::DigiToRaw(), TowerBlockFormatter::DigiToRaw(), ESDataFormatterV1_1::DigiToRaw(), ESDataFormatterV4::DigiToRaw(), DaqFakeReader::fillFED1023(), FedRawDataInputSource::fillFEDRawDataCollection(), DaqFakeReader::fillFEDs(), DaqFakeReader::fillGTPFED(), DTNewROS8FileReader::fillRawData(), DTROS8FileReader::fillRawData(), DTDDUFileReader::fillRawData(), DTROS25FileReader::fillRawData(), DTSpyReader::fillRawData(), DTTFFEDSim::fillRawData(), l1t::AMCDumpToRaw::formatRaw(), l1t::MP7BufferDumpToRaw::formatRaw(), sistrip::FEDBufferGenerator::generateBuffer(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), CastorCtdcPacker::pack(), CastorPacker::pack(), HcalPacker::pack(), RawDataCollectorByLabel::produce(), HcalCalibFEDSelector::produce(), HcalTBSource::produce(), SubdetFEDSelector::produce(), SiStripRegFEDSelector::produce(), CSCTFPacker::produce(), ECALRegFEDSelector::produce(), TextToRaw::produce(), GctDigiToRaw::produce(), AlCaHcalNoiseProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), L1GTEvmDigiToRaw::produce(), L1GtTextToRaw::produce(), l1t::AMC13DumpToRaw::produce(), L1GTDigiToRaw::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), LmfSource::readEventWithinFile(), RawDataFEDSelector::select(), FRDStreamSource::setRunAndEventInfo(), LmfSource::setRunAndEventInfo(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().

32  {
33  if (size()==newsize) return;
34 
35  data_.resize(newsize);
36 
37  if (newsize%8!=0) throw cms::Exception("DataCorrupt") << "FEDRawData::resize: " << newsize << " is not a multiple of 8 bytes." << endl;
38 }
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:47
Data data_
Definition: FEDRawData.h:56
size_t FEDRawData::size ( void  ) const
inline

Lenght of the data buffer in bytes.

Definition at line 47 of file FEDRawData.h.

References data_.

Referenced by hcaldqm::DQTask::_getCalibType(), RawTask::_process(), evf::EvFRecordInserter::analyze(), ESRawDataTask::analyze(), ESFEDIntegrityTask::analyze(), HcalTBWriter::analyze(), SiStripFEDDumpPlugin::analyze(), RawToText::analyze(), L1TMP7ZeroSupp::analyze(), DQMHcalPhiSymAlCaReco::analyze(), test::GlobalNumbersAnalysis::analyze(), EcalDumpRaw::analyze(), HLTTrack::analyze(), EcalHexDisplay::analyze(), HcalDetDiagNoiseMonitor::analyze(), BxTiming::analyze(), HcalMonitorModule::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), L1TFED::analyze(), SiPixelHLTSource::analyze(), SiPixelRawDataErrorSource::analyze(), SiStripFEDCheckPlugin::analyze(), L1TStage2CaloLayer1::analyze(), SiStripFEDMonitorPlugin::analyze(), SiStripCMMonitorPlugin::analyze(), HcalDigiMonitor::analyze(), HcalDetDiagTimingMonitor::analyze(), HcalDetDiagPedestalMonitor::analyze(), HcalDetDiagLaserMonitor::analyze(), EcalSelectiveReadoutValidation::analyzeDataVolume(), HcalTBWriter::buildTree(), HcalBaseDQMonitor::CheckCalibType(), HcalMonitorModule::CheckSubdetectorStatus(), HcalBaseDQMonitor::CheckSubdetectorStatus(), SiStripAnalyser::checkTrackerFEDs(), BlockFormatter::CleanUp(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), CSCDigiToRaw::createFedBuffers(), sistrip::DigiToRaw::createFedBuffers_(), SRBlockFormatter::DigiToRaw(), BlockFormatter::DigiToRaw(), TCCBlockFormatter::DigiToRaw(), TowerBlockFormatter::DigiToRaw(), CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), sistrip::RawToDigiUnpacker::dumpRawData(), TowerBlockFormatter::EndEvent(), LaserAlignmentEventFilter::filter(), HLTDTROMonitorFilter::filter(), HLTL1NumberFilter::filter(), HLTHcalCalibTypeFilter::filter(), HcalEmptyEventFilter::filter(), HcalCalibTypeFilter::filter(), sistrip::SpyEventMatcherModule::findL1IDandAPVAddress(), MatacqProducer::getCalibTriggerType(), LaserSorter::getDetailedTriggerType(), LaserSorter::getOrbitFromDcc(), MatacqProducer::getOrbitId(), LaserSorter::getOutputFedList(), HLTFEDSizeFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), SiStripDCSStatus::initialise(), EcalSupervisorTBDataFormatter::interpretRawData(), TableDataFormatter::interpretRawData(), MatacqTBDataFormatter::interpretRawData(), MatacqDataFormatter::interpretRawData(), EcalTB07DaqFormatter::interpretRawData(), EcalTBDaqFormatter::interpretRawData(), CamacTBDataFormatter::interpretRawData(), ESUnpacker::interpretRawData(), PixelDataFormatter::interpretRawData(), LaserSorter::isDccEventEmpty(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), sistrip::SpyEventMatcher::mergeMatchingData(), CastorCtdcPacker::pack(), CastorPacker::pack(), HcalPacker::pack(), BlockFormatter::print(), GctDigiToRaw::print(), BlockFormatter::PrintSizes(), DTTFFEDReader::process(), HcalNZSMonitor::processEvent(), HcalDataIntegrityTask::processEvent(), HcalRawDataMonitor::processEvent(), HcalEEUSMonitor::processEvent_RawData(), L1TTwinMuxRawToDigi::processFed(), DTDigiToRawModule::produce(), Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(), ESRawToDigi::produce(), RawDataCollectorByLabel::produce(), HcalCalibFEDSelector::produce(), DTUnpackingModule::produce(), CSCDCCUnpacker::produce(), ESDigiToRaw::produce(), SiPixelFedFillerWordEventNumber::produce(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), TotemTriggerRawToDigi::produce(), RPCUnpackingModule::produce(), sistrip::ExcludedFEDListProducer::produce(), EcalDCCTBUnpackingModule::produce(), EcalDCCTB07UnpackingModule::produce(), HcalRawToDigi::produce(), SubdetFEDSelector::produce(), SiPixelDigiToRaw::produce(), CSCTFPacker::produce(), SiStripRegFEDSelector::produce(), sistrip::SpyEventSummaryProducer::produce(), CastorRawToDigi::produce(), CSCTFUnpacker::produce(), ECALRegFEDSelector::produce(), LTCRawToDigi::produce(), AlCaHcalNoiseProducer::produce(), l1t::L1TRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), EcalRawToDigi::produce(), RctRawToDigi::produce(), GctRawToDigi::produce(), L1GlobalTriggerEvmRawToDigi::produce(), TcdsRawToDigi::produce(), L1GtTextToRaw::produce(), L1GTEvmDigiToRaw::produce(), L1GTDigiToRaw::produce(), L1GlobalTriggerRawToDigi::produce(), L1TCaloLayer1RawToDigi::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), RPCPackingModule::rawData(), LmfSource::readEventWithinFile(), resize(), RawDataUnpacker::Run(), TotemVFATRawToDigi::run(), HcalTriggerPrimitiveAlgo::runFEFormatError(), ecaldqm::SelectiveReadoutTask::runOnSource(), RawDataFEDSelector::select(), sistrip::RawToDigiUnpacker::triggerFed(), HcalLaserUnpacker::unpack(), hcaltb::HcalTBQADCUnpacker::unpack(), hcaltb::HcalTBSourcePositionDataUnpacker::unpack(), hcaltb::HcalTBTriggerDataUnpacker::unpack(), CastorCtdcUnpacker::unpack(), CastorUnpacker::unpack(), ZdcUnpacker::unpack(), HcalDataIntegrityTask::unpack(), HcalEEUSMonitor::unpack(), HcalUnpacker::unpack(), HcalRawDataMonitor::unpack(), RctRawToDigi::unpack(), GctRawToDigi::unpack(), hcaltb::HcalTBTDCUnpacker::unpackHits(), hcaltb::HcalTBSlowDataUnpacker::unpackMaps(), HcalUnpacker::unpackVME(), RawEventOutputModuleForBU< Consumer >::write(), LaserSorter::writeEvent(), and LaserSorter::writeFedBlock().

47 {return data_.size();}
Data data_
Definition: FEDRawData.h:56

Member Data Documentation

Data FEDRawData::data_
private

Definition at line 56 of file FEDRawData.h.

Referenced by data(), resize(), and size().