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

In This Package:

PerElecFeeChannel.h

Go to the documentation of this file.
00001 /*
00002  * \class PerElecFeeChannel
00003  *
00004  * \brief Persistant version of ElecFecCrateFEEChannel
00005  *
00006  * bseilhan@iit.edu Tue Aug 19 21:19:31 CDT 2008
00007  *
00008  */
00009 
00010 #ifndef PERELECFEECHANNEL_H
00011 #define PERELECFEECHANNEL_H
00012 
00013 #include <vector>
00014 
00015 class PerElecFeeChannel{
00016 public:
00017     
00018     PerElecFeeChannel();
00019     PerElecFeeChannel(const std::vector<int>& in_nHit,
00020                       const std::vector<int>& in_adcHigh,
00021                       const std::vector<int>& in_adcLow,
00022                       const std::vector<int>& in_tdc,
00023                       const std::vector<double>& in_energy );
00024                     
00025     virtual ~PerElecFeeChannel();
00026 
00027     std::vector<int> nHit;
00028     std::vector<int> adcHigh;
00029     std::vector<int> adcLow;
00030     std::vector<int> tdc;
00031     std::vector<double> energy;   
00032 };
00033 
00034 #endif  // PERELECFEECHANNEL_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

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