]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSBaseline.cxx
completely re-worked TPC CA tracking code (Sergey/Ivan)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSBaseline.cxx
1  
2 /**************************************************************************
3  * This file is property of and copyright by the ALICE HLT Project        * 
4  * All rights reserved.                                                   *
5  *                                                                        *
6  * Primary Authors: Oystein Djuvsland                                     *
7  *                                                                        *
8  * Permission to use, copy, modify and distribute this software and its   *
9  * documentation strictly for non-commercial purposes is hereby granted   *
10  * without fee, provided that the above copyright notice appears in all   *
11  * copies and that both the copyright notice and this permission notice   *
12  * appear in the supporting documentation. The authors make no claims     *
13  * about the suitability of this software for any purpose. It is          * 
14  * provided "as is" without express or implied warranty.                  *
15  **************************************************************************/
16
17 #include "AliHLTPHOSBaseline.h"
18 #include "AliHLTPHOSConstants.h"
19
20 /**
21  * Baseline class for PHOS HLT
22  *
23  * @file   AliHLTPHOSBaseline.cxx
24  * @author Oystein Djuvsland
25  * @date
26  * @brief  Baseline class for PHOS HLT
27  */
28
29 // see below for class documentation
30 // or
31 // refer to README to build package
32 // or
33 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
34
35 ClassImp(AliHLTPHOSBaseline);
36          
37 AliHLTPHOSBaseline::AliHLTPHOSBaseline() :
38   TObject(),
39   fBaseline(-1),
40   fX(-1),
41   fZ(-1),
42   fGain(-1),
43   fEntries(0)
44 {
45   //See header file for documentation
46 }
47
48 AliHLTPHOSBaseline::~AliHLTPHOSBaseline()
49 {
50   //See header file for documentation
51 }