]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliCaloPeakFinderConstants.h
remove dummy file
[u/mrichter/AliRoot.git] / EMCAL / AliCaloPeakFinderConstants.h
1 #ifndef ALIPEAKFINDERCONSTANTS_H
2 #define ALIPEAKFINDERCONSTANTS_H
3
4
5 namespace PeakFinderConstants
6 {
7   const int  MAXSTART = 3;
8   const int  SAMPLERANGE = 15;
9 }
10
11 #endif