CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
sistrip::SpyEventMatcher::SpyDataCollections Class Reference

#include <SiStripSpyEventMatcher.h>

Public Member Functions

SpyDataCollectionsoperator= (SpyDataCollections original)
 
 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::auto_ptr< std::vector
< uint32_t > > 
apvAddresses
 
std::auto_ptr< std::vector
< uint32_t > > 
l1aCounters
 
std::auto_ptr
< edm::DetSetVector
< SiStripRawDigi > > 
payloadDigis
 
std::auto_ptr
< FEDRawDataCollection
rawData
 
std::auto_ptr
< edm::DetSetVector
< SiStripRawDigi > > 
reorderedDigis
 
std::auto_ptr
< edm::DetSetVector
< SiStripRawDigi > > 
scopeDigis
 
std::auto_ptr< std::vector
< uint32_t > > 
totalEventCounters
 
std::auto_ptr
< edm::DetSetVector
< SiStripRawDigi > > 
virginRawDigis
 

Detailed Description

Definition at line 33 of file SiStripSpyEventMatcher.h.

Constructor & Destructor Documentation

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

Definition at line 407 of file SiStripSpyEventMatcher.cc.

408  : rawData(),
410  l1aCounters(),
411  apvAddresses(),
412  scopeDigis(),
413  payloadDigis(),
414  reorderedDigis(),
416  {}
std::auto_ptr< std::vector< uint32_t > > apvAddresses
std::auto_ptr< std::vector< uint32_t > > l1aCounters
std::auto_ptr< std::vector< uint32_t > > totalEventCounters
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::auto_ptr< FEDRawDataCollection > rawData
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
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 384 of file SiStripSpyEventMatcher.cc.

References apvAddresses, l1aCounters, rawData, and totalEventCounters.

393  totalEventCounters(new std::vector<uint32_t>),
394  l1aCounters(new std::vector<uint32_t>),
395  apvAddresses(new std::vector<uint32_t>),
396  scopeDigis(theScopeDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theScopeDigisVector) : NULL),
397  payloadDigis(thePayloadDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*thePayloadDigisVector) : NULL),
398  reorderedDigis(theReorderedDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theReorderedDigisVector) : NULL),
399  virginRawDigis(theVirginRawDigisVector ? new edm::DetSetVector<SiStripRawDigi>(*theVirginRawDigisVector) : NULL)
400  {
401  rawData->swap(theRawData);
402  totalEventCounters->swap(theTotalEventCounters);
403  l1aCounters->swap(theL1ACounters);
404  apvAddresses->swap(theAPVAddresses);
405  }
std::auto_ptr< std::vector< uint32_t > > apvAddresses
#define NULL
Definition: scimark2.h:8
std::auto_ptr< std::vector< uint32_t > > l1aCounters
std::auto_ptr< std::vector< uint32_t > > totalEventCounters
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::auto_ptr< FEDRawDataCollection > rawData
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis

Member Function Documentation

SpyEventMatcher::SpyDataCollections & sistrip::SpyEventMatcher::SpyDataCollections::operator= ( SpyDataCollections  original)

Definition at line 418 of file SiStripSpyEventMatcher.cc.

References apvAddresses, l1aCounters, payloadDigis, rawData, scopeDigis, totalEventCounters, and virginRawDigis.

419  {
420  rawData = original.rawData;
421  totalEventCounters = original.totalEventCounters;
422  l1aCounters = original.l1aCounters;
423  apvAddresses = original.apvAddresses;
424  scopeDigis = original.scopeDigis;
425  payloadDigis = original.payloadDigis;
426  virginRawDigis = original.virginRawDigis;
427  return *this;
428  }
std::auto_ptr< std::vector< uint32_t > > apvAddresses
list original
Definition: definitions.py:57
std::auto_ptr< std::vector< uint32_t > > l1aCounters
std::auto_ptr< std::vector< uint32_t > > totalEventCounters
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
std::auto_ptr< FEDRawDataCollection > rawData
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis

Member Data Documentation

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

Definition at line 41 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData(), and operator=().

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

Definition at line 42 of file SiStripSpyEventMatcher.h.

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

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

Definition at line 40 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData(), and operator=().

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

Definition at line 43 of file SiStripSpyEventMatcher.h.

Referenced by sistrip::SpyEventMatcherModule::copyData(), and operator=().