]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSBaseline.cxx
54af805b6ea5b95d725a24978265c9a4fd683550
[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 ClassImp(AliHLTPHOSBaseline);
21          
22 AliHLTPHOSBaseline::AliHLTPHOSBaseline() :
23   TObject(),
24   fBaseline(-1),
25   fX(-1),
26   fZ(-1),
27   fGain(-1),
28   fEntries(0)
29 {
30 }
31
32 AliHLTPHOSBaseline::~AliHLTPHOSBaseline()
33 {
34 }
35
36