]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerKLevel.cxx
New production macros (Yves)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerKLevel.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
19#include "AliHLTPHOSRawAnalyzerKLevel.h"
20#include <iostream>
21
22using std::cout;
23using std::endl;
24
25ClassImp(AliHLTPHOSRawAnalyzerKLevel)
26
d504c864 27//________________________________________________________________________________________________________
28AliHLTPHOSRawAnalyzerKLevel::AliHLTPHOSRawAnalyzerKLevel(const AliHLTPHOSRawAnalyzerKLevel&):AliHLTPHOSRawAnalyzer(), fTKLevel(0)
cbab66dd 29{
18af2efc 30 //comment
cbab66dd 31}
32
33
d504c864 34//________________________________________________________________________________________________________
35AliHLTPHOSRawAnalyzerKLevel::AliHLTPHOSRawAnalyzerKLevel():AliHLTPHOSRawAnalyzer(), fTKLevel(0)
cbab66dd 36{
18af2efc 37 //comment
cbab66dd 38 cout <<"You cannot invoke the Fitter without arguments"<<endl;;
39}
40
41
d504c864 42//________________________________________________________________________________________________________
cbab66dd 43AliHLTPHOSRawAnalyzerKLevel::~AliHLTPHOSRawAnalyzerKLevel()
44{
18af2efc 45 //comment
cbab66dd 46} //end AliHLTPHOSRawAnalyzerKLevel
47
48
49
d504c864 50//________________________________________________________________________________________________________
cbab66dd 51void
1804b020 52AliHLTPHOSRawAnalyzerKLevel::Evaluate(int /*start*/, int /*length*/)
cbab66dd 53{
54 //thats all
55} //end FitKLevel
56
57
58
59