types.hh

Go to the documentation of this file.
00001 
00015 #ifndef TYPES_HH
00016 #define TYPES_HH
00017 
00018 #include <TROOT.h>
00019 #include <vector>
00020 
00022 namespace PMT{
00023   typedef UInt_t semapho_t;      
00024   typedef UInt_t word_t;         
00025   typedef UShort_t timeslice_t;    
00026   typedef UShort_t ch_adc_t;       
00027   typedef UShort_t ch_number_t;    
00028   typedef std::vector<ch_adc_t> ch_waveform_t; 
00029 
00030 };
00031 
00032 #endif
00033  // end of doxygen group

Generated on Mon Apr 7 15:35:12 2014 for MyProject by  doxygen 1.4.7