CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
sistrip::SpyEventMatcher::SpyDataCollections Class Reference

#include <SiStripSpyEventMatcher.h>

Public Member Functions

 SpyDataCollections ()
 
 SpyDataCollections (FEDRawDataCollection &theRawData, std::vector< uint32_t > &theTotalEventCounters, std::vector< uint32_t > &theL1ACounters, std::vector< uint32_t > &theAPVAddresses, std::vector< edm::DetSet< SiStripRawDigi > > *theScopeDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *thePayloadDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *theReorderedDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *theVirginRawDigisVector)
 

Public Attributes

std::unique_ptr< std::vector< uint32_t > > apvAddresses
 
std::unique_ptr< std::vector< uint32_t > > l1aCounters
 
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
 
std::unique_ptr< FEDRawDataCollectionrawData
 
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
 
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
 
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
 
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
 

Detailed Description

Definition at line 35 of file SiStripSpyEventMatcher.h.

Constructor & Destructor Documentation

sistrip::SpyEventMatcher::SpyDataCollections::SpyDataCollections ( )

Definition at line 450 of file SiStripSpyEventMatcher.cc.

451  : rawData(),
453  l1aCounters(),
454  apvAddresses(),
455  scopeDigis(),
456  payloadDigis(),
457  reorderedDigis(),
458  virginRawDigis() {}
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
std::unique_ptr< FEDRawDataCollection > rawData
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
std::unique_ptr< std::vector< uint32_t > > apvAddresses
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
std::unique_ptr< std::vector< uint32_t > > l1aCounters
sistrip::SpyEventMatcher::SpyDataCollections::SpyDataCollections ( FEDRawDataCollection theRawData,
std::vector< uint32_t > &  theTotalEventCounters,
std::vector< uint32_t > &  theL1ACounters,
std::vector< uint32_t > &  theAPVAddresses,
std::vector< edm::DetSet< SiStripRawDigi > > *  theScopeDigisVector,
std::vector< edm::DetSet< SiStripRawDigi > > *  thePayloadDigisVector,
std::vector< edm::DetSet< SiStripRawDigi > > *  theReorderedDigisVector,
std::vector< edm::DetSet< SiStripRawDigi > > *  theVirginRawDigisVector 
)

Definition at line 425 of file SiStripSpyEventMatcher.cc.

References apvAddresses, l1aCounters, rawData, and totalEventCounters.

435  totalEventCounters(new std::vector<uint32_t>),
436  l1aCounters(new std::vector<uint32_t>),
437  apvAddresses(new std::vector<uint32_t>),
438  scopeDigis(theScopeDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theScopeDigisVector) : nullptr),
439  payloadDigis(thePayloadDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*thePayloadDigisVector) : nullptr),
440  reorderedDigis(theReorderedDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theReorderedDigisVector)
441  : nullptr),
442  virginRawDigis(theVirginRawDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theVirginRawDigisVector)
443  : nullptr) {
444  rawData->swap(theRawData);
445  totalEventCounters->swap(theTotalEventCounters);
446  l1aCounters->swap(theL1ACounters);
447  apvAddresses->swap(theAPVAddresses);
448  }
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
std::unique_ptr< FEDRawDataCollection > rawData
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
std::unique_ptr< std::vector< uint32_t > > apvAddresses
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
std::unique_ptr< std::vector< uint32_t > > l1aCounters

Member Data Documentation

std::unique_ptr<std::vector<uint32_t> > sistrip::SpyEventMatcher::SpyDataCollections::apvAddresses
std::unique_ptr<std::vector<uint32_t> > sistrip::SpyEventMatcher::SpyDataCollections::l1aCounters
std::unique_ptr<edm::DetSetVector<SiStripRawDigi> > sistrip::SpyEventMatcher::SpyDataCollections::payloadDigis

Definition at line 42 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData().

std::unique_ptr<FEDRawDataCollection> sistrip::SpyEventMatcher::SpyDataCollections::rawData
std::unique_ptr<edm::DetSetVector<SiStripRawDigi> > sistrip::SpyEventMatcher::SpyDataCollections::reorderedDigis

Definition at line 43 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData().

std::unique_ptr<edm::DetSetVector<SiStripRawDigi> > sistrip::SpyEventMatcher::SpyDataCollections::scopeDigis

Definition at line 41 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData().

std::unique_ptr<std::vector<uint32_t> > sistrip::SpyEventMatcher::SpyDataCollections::totalEventCounters
std::unique_ptr<edm::DetSetVector<SiStripRawDigi> > sistrip::SpyEventMatcher::SpyDataCollections::virginRawDigis

Definition at line 44 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData().