]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSBase.cxx
c854c4f1d9ce37a1a5bcbc40ad161e9d5d5d8eb9
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSBase.cxx
1 // $Id$
2
3 /**************************************************************************
4  * This file is property of and copyright by the Experimental Nuclear     *
5  * Physics Group, Dep. of Physics                                         *
6  * University of Oslo, Norway, 2007                                       *
7  *                                                                        *
8  * Author: Per Thomas Hille <perthi@fys.uio.no> for the ALICE HLT Project.*
9  * Contributors are mentioned in the code where appropriate.              *
10  * Please report bugs to perthi@fys.uio.no                                *
11  *                                                                        *
12  * Permission to use, copy, modify and distribute this software and its   *
13  * documentation strictly for non-commercial purposes is hereby granted   *
14  * without fee, provided that the above copyright notice appears in all   *
15  * copies and that both the copyright notice and this permission notice   *
16  * appear in the supporting documentation. The authors make no claims     *
17  * about the suitability of this software for any purpose. It is          *
18  * provided "as is" without express or implied warranty.                  *
19  **************************************************************************/
20
21 #include "AliHLTPHOSBase.h"
22 #include "AliHLTPHOSConfig.h"
23 #include "AliHLTPHOSAltroConfig.h"
24 //#include "AliHLTLogging.h"
25
26
27 AliHLTPHOSBase::AliHLTPHOSBase(): AliHLTPHOSConfig(),  
28                                   AliHLTPHOSAltroConfig(),
29                                   fConfigPtr(0),
30                                   fAltroConfigPtr(0),
31                                   fLogPtr(0)
32 {
33   fLogPtr = new  AliHLTLogging();
34 }
35
36
37 AliHLTPHOSBase::~AliHLTPHOSBase()
38 {
39
40 }
41
42