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 34 of file SiStripSpyEventMatcher.h.

Constructor & Destructor Documentation

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

Definition at line 403 of file SiStripSpyEventMatcher.cc.

404  : rawData(),
406  l1aCounters(),
407  apvAddresses(),
408  scopeDigis(),
409  payloadDigis(),
410  reorderedDigis(),
412  {}
std::unique_ptr< std::vector< uint32_t > > l1aCounters
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
std::unique_ptr< FEDRawDataCollection > rawData
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::unique_ptr< std::vector< uint32_t > > apvAddresses
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
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 380 of file SiStripSpyEventMatcher.cc.

References apvAddresses, l1aCounters, rawData, and totalEventCounters.

389  totalEventCounters(new std::vector<uint32_t>),
390  l1aCounters(new std::vector<uint32_t>),
391  apvAddresses(new std::vector<uint32_t>),
392  scopeDigis(theScopeDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theScopeDigisVector) : nullptr),
393  payloadDigis(thePayloadDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*thePayloadDigisVector) : nullptr),
394  reorderedDigis(theReorderedDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theReorderedDigisVector) : nullptr),
395  virginRawDigis(theVirginRawDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theVirginRawDigisVector) : nullptr)
396  {
397  rawData->swap(theRawData);
398  totalEventCounters->swap(theTotalEventCounters);
399  l1aCounters->swap(theL1ACounters);
400  apvAddresses->swap(theAPVAddresses);
401  }
std::unique_ptr< std::vector< uint32_t > > l1aCounters
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
std::unique_ptr< FEDRawDataCollection > rawData
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::unique_ptr< std::vector< uint32_t > > apvAddresses
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::unique_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis

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().