]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/AliCaloPeakFinderConstants.h
Correction of SA track rejection
[u/mrichter/AliRoot.git] / EMCAL / AliCaloPeakFinderConstants.h
CommitLineData
bab48e74 1#ifndef ALIPEAKFINDERCONSTANTS_H
2#define ALIPEAKFINDERCONSTANTS_H
3
4
5namespace PeakFinderConstants
6{
7 const int MAXSTART = 3;
8 const int SAMPLERANGE = 15;
9}
10
11#endif