From: arcelli Date: Tue, 19 Dec 2006 08:55:15 +0000 (+0000) Subject: Algorithm par. set as a private member (C.Zampolli) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=8d551d4491ca2489167b461aa6f2dfaf4e919430;p=u%2Fmrichter%2FAliRoot.git Algorithm par. set as a private member (C.Zampolli) --- diff --git a/TOF/AliTOFPreprocessor.h b/TOF/AliTOFPreprocessor.h index c81bf611c89..4bfaf02fe41 100644 --- a/TOF/AliTOFPreprocessor.h +++ b/TOF/AliTOFPreprocessor.h @@ -34,9 +34,10 @@ class AliTOFPreprocessor : public AliPreprocessor AliTOFPreprocessor& operator=(const AliTOFPreprocessor & proc); static const Int_t fgkBinRangeAve; // number of bins where to - // calculate the mean + // calculate the mean + static const Int_t fgkThrPar; // parameter used to trigger the + //calculation of the delay AliTOFDataDCS *fData; // CDB class that stores the data - // TObjArray *fArray; // Array of DAQ histograms for delays TH2S *fh2; // TH2S from DAQ for histograms for delays AliTOFCalOnline *fCal; // TOF Calibration object AliTOFGeometry *fTOFGeometry; // TOF Geometry version