| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerDaqBlock Class Reference

#include <PerDaqBlock.h>

List of all members.


Public Member Functions

 PerDaqBlock ()
 Creates an instance of this class.
 PerDaqBlock (const unsigned int size)
 Creates an instance of this class.
virtual ~PerDaqBlock ()
 Destroys this instnace of the class.
unsigned int size () const
 Returns the number of bytes in this block.

Public Attributes

std::vector< unsigned int > rawData
 The DAQ data in this block.

Detailed Description

Definition at line 15 of file PerDaqBlock.h.


Constructor & Destructor Documentation

PerDaqBlock::PerDaqBlock (  ) 

Creates an instance of this class.

Definition at line 12 of file PerDaqBlock.cc.

00012                         :
00013     rawData(0) {
00014 }
                         

PerDaqBlock::PerDaqBlock ( const unsigned int  size  ) 

Creates an instance of this class.

Definition at line 16 of file PerDaqBlock.cc.

00016                                                :
00017     rawData(size) {
00018 }
                         

PerDaqBlock::~PerDaqBlock (  )  [virtual]

Destroys this instnace of the class.

Definition at line 20 of file PerDaqBlock.cc.

00020                           {
00021 }


Member Function Documentation

unsigned int PerDaqBlock::size (  )  const

Returns the number of bytes in this block.

Definition at line 23 of file PerDaqBlock.cc.

00023                                      {
00024     return rawData.size();
00025 }


Member Data Documentation

std::vector<unsigned int> PerDaqBlock::rawData

The DAQ data in this block.

Definition at line 37 of file PerDaqBlock.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:24:13 2011 for PerDaqBlock by doxygen 1.4.7