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 402 of file SiStripSpyEventMatcher.cc.

403  : rawData(),
405  l1aCounters(),
406  apvAddresses(),
407  scopeDigis(),
408  payloadDigis(),
409  reorderedDigis(),
411  {}
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 379 of file SiStripSpyEventMatcher.cc.

References apvAddresses, l1aCounters, rawData, and totalEventCounters.

388  totalEventCounters(new std::vector<uint32_t>),
389  l1aCounters(new std::vector<uint32_t>),
390  apvAddresses(new std::vector<uint32_t>),
391  scopeDigis(theScopeDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theScopeDigisVector) : NULL),
392  payloadDigis(thePayloadDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*thePayloadDigisVector) : NULL),
393  reorderedDigis(theReorderedDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theReorderedDigisVector) : NULL),
394  virginRawDigis(theVirginRawDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theVirginRawDigisVector) : NULL)
395  {
396  rawData->swap(theRawData);
397  totalEventCounters->swap(theTotalEventCounters);
398  l1aCounters->swap(theL1ACounters);
399  apvAddresses->swap(theAPVAddresses);
400  }
std::unique_ptr< std::vector< uint32_t > > l1aCounters
std::unique_ptr< std::vector< uint32_t > > totalEventCounters
#define NULL
Definition: scimark2.h:8
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().