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

In This Package:

PerElecFeeChannel.cc

Go to the documentation of this file.
00001 #include "PerElecEvent/PerElecFeeChannel.h"
00002 
00003 PerElecFeeChannel::PerElecFeeChannel()
00004   : nHit()
00005   , adcHigh()
00006   , adcLow()
00007   , tdc()
00008   , energy()
00009 {
00010 }
00011 
00012 PerElecFeeChannel::PerElecFeeChannel(const std::vector<int>& in_nHit,
00013                                      const std::vector<int>& in_adcHigh,
00014                                      const std::vector<int>& in_adcLow,
00015                                      const std::vector<int>& in_tdc,
00016                                      const std::vector<double>& in_energy )
00017   : nHit(in_nHit)
00018   , adcHigh(in_adcHigh)
00019   , adcLow(in_adcLow)
00020   , tdc(in_tdc)
00021   , energy(in_energy)
00022 {
00023 }
00024 
00025 PerElecFeeChannel::~PerElecFeeChannel()
00026 {  
00027   nHit.clear();
00028   adcHigh.clear();
00029   adcLow.clear();
00030   tdc.clear();
00031   energy.clear();
00032 }
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:32:53 2011 for PerElecEvent by doxygen 1.4.7