CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
FEDRawDataCollection Class Reference

#include <FEDRawDataCollection.h>

Inheritance diagram for FEDRawDataCollection:
edm::DoNotRecordParents

Public Member Functions

const FEDRawDataFEDData (int fedid) const
 retrieve data for fed More...
 
FEDRawDataFEDData (int fedid)
 retrieve data for fed More...
 
 FEDRawDataCollection ()
 
 FEDRawDataCollection (const FEDRawDataCollection &)
 
void swap (FEDRawDataCollection &other)
 
virtual ~FEDRawDataCollection ()
 

Private Attributes

std::vector< FEDRawDatadata_
 the raw data More...
 

Detailed Description

An EDCollection storing the raw data for all FEDs in a Event.

Reference: DaqPrototype/DaqPersistentData/interface/DaqFEDOpaqueData.h

Author
N. Amapane - S. Argiro'

Definition at line 18 of file FEDRawDataCollection.h.

Constructor & Destructor Documentation

◆ FEDRawDataCollection() [1/2]

FEDRawDataCollection::FEDRawDataCollection ( )

Definition at line 14 of file FEDRawDataCollection.cc.

std::vector< FEDRawData > data_
the raw data
static constexpr int lastFEDId()
Definition: FEDNumbering.h:19

◆ ~FEDRawDataCollection()

FEDRawDataCollection::~FEDRawDataCollection ( )
virtual

Definition at line 17 of file FEDRawDataCollection.cc.

17 {}

◆ FEDRawDataCollection() [2/2]

FEDRawDataCollection::FEDRawDataCollection ( const FEDRawDataCollection in)

Definition at line 16 of file FEDRawDataCollection.cc.

16 : data_(in.data_) {}
std::vector< FEDRawData > data_
the raw data

Member Function Documentation

◆ FEDData() [1/2]

const FEDRawData & FEDRawDataCollection::FEDData ( int  fedid) const

retrieve data for fed

Parameters
fedid

Definition at line 19 of file FEDRawDataCollection.cc.

References data_, and PixelSLinkDataInputSource_cfi::fedid.

Referenced by hcaldqm::DQTask::_getCalibType(), RawTask::_process(), EcalRawToDigiGPU::acquire(), HcalRawToDigiGPU::acquire(), MatacqProducer::addMatacqData(), ESRawDataTask::analyze(), PlaybackRawDataProvider::analyze(), ESFEDIntegrityTask::analyze(), CSCFileDumper::analyze(), myRawAna::analyze(), SiStripFEDDumpPlugin::analyze(), HcalTBWriter::analyze(), HcalFEDIntegrityTask::analyze(), EcalFEDMonitorTemp< SUBDET >::analyze(), L1TdeStage2CaloLayer1::analyze(), BxTiming::analyze(), EcalHexDisplay::analyze(), EcalDumpRaw::analyze(), SiPixelHLTSource::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), DQMHcalPhiSymAlCaReco::analyze(), SiPixelRawDataErrorSource::analyze(), L1TFED::analyze(), SiStripFEDCheckPlugin::analyze(), SiStripCMMonitorPlugin::analyze(), SiStripFEDMonitorPlugin::analyze(), EcalSelectiveReadoutValidation::analyzeDataVolume(), HcalTBWriter::buildTree(), BlockFormatter::CleanUp(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), CSCDigiToRaw::createFedBuffers(), sistrip::DigiToRaw::createFedBuffers_(), BlockFormatter::DigiToRaw(), CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), L1TStage2CaloLayer1::dqmAnalyze(), TowerBlockFormatter::EndEvent(), LaserAlignmentEventFilter::filter(), HLTDTROMonitorFilter::filter(), HLTL1NumberFilter::filter(), HcalEmptyEventFilter::filter(), HcalCalibTypeFilter::filter(), L1UpgradeTfMuonTreeProducer::getAlgoFwVersion(), MatacqProducer::getCalibTriggerType(), LaserSorter::getDetailedTriggerType(), LaserSorter::getOrbitFromDcc(), MatacqProducer::getOrbitId(), HLTFEDSizeFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), SiStripDCSStatus::initialise(), sistrip::SpyEventMatcher::mergeMatchingData(), BlockFormatter::PrintSizes(), HcalLaserReco::produce(), ESRawToDigi::produce(), RawDataCollectorByLabel::produce(), SubdetFEDSelector::produce(), Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(), evf::EvFFEDSelector::produce(), HcalCalibFEDSelector::produce(), DTUnpackingModule::produce(), RPCAMCRawToDigi::produce(), SiPixelFedFillerWordEventNumber::produce(), SiStripRegFEDSelector::produce(), CTPPSPixelRawToDigi::produce(), CastorDigiToRaw::produce(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), EcalDCCTBUnpackingModule::produce(), HcalHistogramRawToDigi::produce(), ECALRegFEDSelector::produce(), EcalDCCTB07UnpackingModule::produce(), sistrip::ExcludedFEDListProducer::produce(), RPCUnpackingModule::produce(), HcalTBObjectUnpacker::produce(), HcalRawToDigi::produce(), CSCTFUnpacker::produce(), CastorRawToDigi::produce(), RPCTwinMuxRawToDigi::produce(), GctDigiToRaw::produce(), LTCRawToDigi::produce(), SiPixelDigiToRaw::produce(), TcdsRawToDigi::produce(), EcalFEDWithCRCErrorProducer::produce(), EcalRawToDigi::produce(), OnlineMetaDataRawToDigi::produce(), EcalDigiToRaw::produce(), omtf::OmtfUnpacker::produce(), SiPixelRawToDigi::produce(), AlCaHcalNoiseProducer::produce(), L1TCaloLayer1RawToDigi::produce(), CSCDCCUnpacker::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), LmfSource::readEventWithinFile(), HcalTriggerPrimitiveAlgo::runFEFormatError(), ecaldqm::RawDataTask::runOnSource(), ecaldqm::SelectiveReadoutTask::runOnSource(), LmfSource::setRunAndEventInfo(), sistrip::RawToDigiUnpacker::triggerFed(), FRDOutputModule::write(), and RawEventOutputModuleForBU< Consumer >::write().

19 { return data_[fedid]; }
std::vector< FEDRawData > data_
the raw data

◆ FEDData() [2/2]

FEDRawData & FEDRawDataCollection::FEDData ( int  fedid)

retrieve data for fed

Parameters
fedid

Definition at line 21 of file FEDRawDataCollection.cc.

References data_, and PixelSLinkDataInputSource_cfi::fedid.

21 { return data_[fedid]; }
std::vector< FEDRawData > data_
the raw data

◆ swap()

void FEDRawDataCollection::swap ( FEDRawDataCollection other)
inline

Definition at line 32 of file FEDRawDataCollection.h.

References data_, and trackingPlots::other.

32 { data_.swap(other.data_); }
std::vector< FEDRawData > data_
the raw data

Member Data Documentation

◆ data_

std::vector<FEDRawData> FEDRawDataCollection::data_
private

the raw data

Definition at line 35 of file FEDRawDataCollection.h.

Referenced by FEDData(), and swap().