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 19 of file FEDRawDataCollection.h.

Constructor & Destructor Documentation

FEDRawDataCollection::FEDRawDataCollection ( )

Definition at line 15 of file FEDRawDataCollection.cc.

15  :
17 }
std::vector< FEDRawData > data_
the raw data
static int lastFEDId()
Definition: FEDNumbering.cc:17
FEDRawDataCollection::~FEDRawDataCollection ( )
virtual

Definition at line 23 of file FEDRawDataCollection.cc.

23  {
24 
25 }
FEDRawDataCollection::FEDRawDataCollection ( const FEDRawDataCollection in)

Definition at line 19 of file FEDRawDataCollection.cc.

19  : data_(in.data_)
20 {
21 
22 }
std::vector< FEDRawData > data_
the raw data

Member Function Documentation

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

retrieve data for fed

Parameters
fedid

Definition at line 28 of file FEDRawDataCollection.cc.

References data_.

Referenced by hcaldqm::DQTask::_getCalibType(), RawTask::_process(), MatacqProducer::addMatacqData(), PlaybackRawDataProvider::analyze(), ESRawDataTask::analyze(), ESFEDIntegrityTask::analyze(), HcalTBWriter::analyze(), myRawAna::analyze(), SiStripFEDDumpPlugin::analyze(), RawToText::analyze(), EcalFEDMonitorTemp< SUBDET >::analyze(), DQMHcalPhiSymAlCaReco::analyze(), L1TMP7ZeroSupp::analyze(), EcalDumpRaw::analyze(), EcalHexDisplay::analyze(), BxTiming::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), L1TFED::analyze(), SiPixelHLTSource::analyze(), SiPixelRawDataErrorSource::analyze(), SiStripFEDCheckPlugin::analyze(), SiStripFEDMonitorPlugin::analyze(), L1TStage2CaloLayer1::analyze(), SiStripCMMonitorPlugin::analyze(), EcalSelectiveReadoutValidation::analyzeDataVolume(), HcalTBWriter::buildTree(), SiStripAnalyser::checkTrackerFEDs(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), CSCDigiToRaw::createFedBuffers(), sistrip::DigiToRaw::createFedBuffers_(), CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), 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(), TMTFilter::filter(), sistrip::SpyEventMatcherModule::findL1IDandAPVAddress(), MatacqProducer::getCalibTriggerType(), LaserSorter::getDetailedTriggerType(), LaserSorter::getFullyReadoutDccs(), LaserSorter::getOrbitFromDcc(), MatacqProducer::getOrbitId(), LaserSorter::getOutputFedList(), HLTFEDSizeFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), SiStripDCSStatus::initialise(), sistrip::SpyEventMatcher::mergeMatchingData(), cscdqm::EventProcessor::preProcessEvent(), DTTFFEDReader::process(), L1TTwinMuxRawToDigi::processFed(), HcalLaserReco::produce(), Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(), ESRawToDigi::produce(), RawDataCollectorByLabel::produce(), evf::EvFFEDSelector::produce(), HcalCalibFEDSelector::produce(), DTUnpackingModule::produce(), CSCDCCUnpacker::produce(), HcalHistogramRawToDigi::produce(), CTPPSPixelRawToDigi::produce(), SiPixelFedFillerWordEventNumber::produce(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), TotemTriggerRawToDigi::produce(), RPCUnpackingModule::produce(), sistrip::ExcludedFEDListProducer::produce(), EcalDCCTBUnpackingModule::produce(), HcalRawToDigi::produce(), EcalDCCTB07UnpackingModule::produce(), SubdetFEDSelector::produce(), SiStripRegFEDSelector::produce(), SiPixelRawToDigi::produce(), HcalTBObjectUnpacker::produce(), sistrip::SpyEventSummaryProducer::produce(), CastorRawToDigi::produce(), RPCTwinMuxRawToDigi::produce(), CSCTFUnpacker::produce(), ECALRegFEDSelector::produce(), ScalersRawToDigi::produce(), LTCRawToDigi::produce(), AlCaHcalNoiseProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), EcalRawToDigi::produce(), RctRawToDigi::produce(), l1t::L1TRawToDigi::produce(), GctRawToDigi::produce(), TcdsRawToDigi::produce(), L1TCaloLayer1RawToDigi::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), LmfSource::readEventWithinFile(), TotemVFATRawToDigi::run(), HcalTriggerPrimitiveAlgo::runFEFormatError(), ecaldqm::RawDataTask::runOnSource(), ecaldqm::SelectiveReadoutTask::runOnSource(), RawDataFEDSelector::select(), LmfSource::setRunAndEventInfo(), sistrip::RawToDigiUnpacker::triggerFed(), RawEventOutputModuleForBU< Consumer >::write(), and LaserSorter::writeEvent().

28  {
29  return data_[fedid];
30 }
std::vector< FEDRawData > data_
the raw data
FEDRawData & FEDRawDataCollection::FEDData ( int  fedid)

retrieve data for fed

Parameters
fedid

Definition at line 33 of file FEDRawDataCollection.cc.

References data_.

33  {
34  return data_[fedid];
35 }
std::vector< FEDRawData > data_
the raw data
void FEDRawDataCollection::swap ( FEDRawDataCollection other)
inline

Definition at line 33 of file FEDRawDataCollection.h.

References data_.

Referenced by swap().

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

Member Data Documentation

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

the raw data

Definition at line 39 of file FEDRawDataCollection.h.

Referenced by FEDData(), and swap().