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

In This Package:

PerElecFeeChannel Class Reference

#include <PerElecFeeChannel.h>

List of all members.


Public Member Functions

 PerElecFeeChannel ()
 PerElecFeeChannel (const std::vector< int > &in_nHit, const std::vector< int > &in_adcHigh, const std::vector< int > &in_adcLow, const std::vector< int > &in_tdc, const std::vector< double > &in_energy)
virtual ~PerElecFeeChannel ()

Public Attributes

std::vector< int > nHit
std::vector< int > adcHigh
std::vector< int > adcLow
std::vector< int > tdc
std::vector< double > energy

Detailed Description

Definition at line 15 of file PerElecFeeChannel.h.


Constructor & Destructor Documentation

PerElecFeeChannel::PerElecFeeChannel (  ) 

Definition at line 3 of file PerElecFeeChannel.cc.

00004   : nHit()
00005   , adcHigh()
00006   , adcLow()
00007   , tdc()
00008   , energy()
00009 {
00010 }

PerElecFeeChannel::PerElecFeeChannel ( const std::vector< int > &  in_nHit,
const std::vector< int > &  in_adcHigh,
const std::vector< int > &  in_adcLow,
const std::vector< int > &  in_tdc,
const std::vector< double > &  in_energy 
)

Definition at line 12 of file PerElecFeeChannel.cc.

00017   : nHit(in_nHit)
00018   , adcHigh(in_adcHigh)
00019   , adcLow(in_adcLow)
00020   , tdc(in_tdc)
00021   , energy(in_energy)
00022 {
00023 }

PerElecFeeChannel::~PerElecFeeChannel (  )  [virtual]

Definition at line 25 of file PerElecFeeChannel.cc.

00026 {  
00027   nHit.clear();
00028   adcHigh.clear();
00029   adcLow.clear();
00030   tdc.clear();
00031   energy.clear();
00032 }


Member Data Documentation

std::vector<int> PerElecFeeChannel::nHit

Definition at line 27 of file PerElecFeeChannel.h.

std::vector<int> PerElecFeeChannel::adcHigh

Definition at line 28 of file PerElecFeeChannel.h.

std::vector<int> PerElecFeeChannel::adcLow

Definition at line 29 of file PerElecFeeChannel.h.

std::vector<int> PerElecFeeChannel::tdc

Definition at line 30 of file PerElecFeeChannel.h.

std::vector<double> PerElecFeeChannel::energy

Definition at line 31 of file PerElecFeeChannel.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:32:54 2011 for PerElecEvent by doxygen 1.4.7