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