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

In This Package:

RawDataEvent::FadcChannel Class Reference

#include <RawDataEvent.h>

List of all members.


Public Member Functions

 FadcChannel ()
bool filled ()
void clear ()
void print ()

Public Attributes

int m_channel
std::vector< int > m_adcData

Detailed Description

Definition at line 133 of file RawDataEvent.h.


Constructor & Destructor Documentation

RawDataEvent::FadcChannel::FadcChannel (  )  [inline]

Definition at line 140 of file RawDataEvent.h.

00140                       {
00141           m_channel = -1;
00142         }


Member Function Documentation

bool RawDataEvent::FadcChannel::filled (  )  [inline]

Definition at line 144 of file RawDataEvent.h.

00144                       {
00145           return m_channel != -1;
00146         }

void RawDataEvent::FadcChannel::clear (  )  [inline]

Definition at line 148 of file RawDataEvent.h.

00148                      {
00149           m_channel = -1;
00150           m_adcData.clear();
00151         }

void RawDataEvent::FadcChannel::print (  ) 

Definition at line 75 of file RawDataEvent.cc.

00076 {
00077   GaudiMsgStreams log("RawDataEvent");
00078   log.verbose() << std::endl
00079     << DYBINDENT << "FadcChannel: id=" << m_channel;
00080   log.verbose() << DYBINDENT << "ADC data: (" << m_adcData.size() << " points)";
00081   for (unsigned int i = 0; i < m_adcData.size(); i++) {
00082     log.verbose() << std::hex << m_adcData[i] << std::dec << ",";
00083   }
00084   log.verbose() << endreq;
00085 }


Member Data Documentation

int RawDataEvent::FadcChannel::m_channel

Definition at line 137 of file RawDataEvent.h.

std::vector<int> RawDataEvent::FadcChannel::m_adcData

Definition at line 138 of file RawDataEvent.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:27:04 2011 for RawDataIO by doxygen 1.4.7