OpticalRecoTypes.h
Go to the documentation of this file.
1 #ifndef larana_OPTICALDETECTOR_OPTICALRECOTYPES_H
2 #define larana_OPTICALDETECTOR_OPTICALRECOTYPES_H
3 
4 #include <vector>
5 
6 namespace pmtana {
7 
8  typedef std::vector<short> Waveform_t;
9  typedef std::vector<double> PedestalMean_t;
10  typedef std::vector<double> PedestalSigma_t;
11 
12 }
13 #endif
std::vector< double > PedestalSigma_t
std::vector< short > Waveform_t
std::vector< double > PedestalMean_t