]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerChiSquareFit.cxx
remove defnition of cluster correction
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerChiSquareFit.cxx
CommitLineData
1b41ab20 1// $Id$
2
cbab66dd 3
4/**************************************************************************
5 * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
6 * *
7 * Author: Per Thomas Hille for the ALICE HLT Project. *
8 * Contributors are mentioned in the code where appropriate. *
9 * *
10 * Permission to use, copy, modify and distribute this software and its *
11 * documentation strictly for non-commercial purposes is hereby granted *
12 * without fee, provided that the above copyright notice appears in all *
13 * copies and that both the copyright notice and this permission notice *
14 * appear in the supporting documentation. The authors make no claims *
15 * about the suitability of this software for any purpose. It is *
16 * provided "as is" without express or implied warranty. *
17 **************************************************************************/
18
8efbf5fe 19
cbab66dd 20#include "AliHLTPHOSRawAnalyzerChiSquareFit.h"
21#include <iostream>
22
23using std::cout;
24using std::endl;
25
26ClassImp(AliHLTPHOSRawAnalyzerChiSquareFit)
27
28AliHLTPHOSRawAnalyzerChiSquareFit::AliHLTPHOSRawAnalyzerChiSquareFit(const AliHLTPHOSRawAnalyzerChiSquareFit&):AliHLTPHOSRawAnalyzer()
29{
18af2efc 30 //comment
cbab66dd 31}
32
cbab66dd 33AliHLTPHOSRawAnalyzerChiSquareFit::AliHLTPHOSRawAnalyzerChiSquareFit():AliHLTPHOSRawAnalyzer()
34{
18af2efc 35 //comment
cbab66dd 36}
37
38
39AliHLTPHOSRawAnalyzerChiSquareFit::~AliHLTPHOSRawAnalyzerChiSquareFit()
40{
41
42} //end AliHLTPHOSRawAnalyzerChiSquareFit
43
44
cbab66dd 45void
1804b020 46AliHLTPHOSRawAnalyzerChiSquareFit::Evaluate(int /*start*/, int /*length*/)
cbab66dd 47{
48 /*
49
50 */
51
05be0766 52 //thats all for the moment
cbab66dd 53} //end FitChiSquareFit
54
55
56
57
58