]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/pendolino/AliHLTPendolinoLogger.cxx
adding more default configurations
[u/mrichter/AliRoot.git] / HLT / pendolino / AliHLTPendolinoLogger.cxx
1 // $Id$
2 //**************************************************************************
3 //* This file is property of and copyright by the ALICE HLT Project        * 
4 //* ALICE Experiment at CERN, All rights reserved.                         *
5 //*                                                                        *
6 //* Primary Authors: Sebastian.Bablok@ift.uib.no>                          *
7 //*                  for The ALICE HLT Project.                            *
8 //*                                                                        *
9 //* Permission to use, copy, modify and distribute this software and its   *
10 //* documentation strictly for non-commercial purposes is hereby granted   *
11 //* without fee, provided that the above copyright notice appears in all   *
12 //* copies and that both the copyright notice and this permission notice   *
13 //* appear in the supporting documentation. The authors make no claims     *
14 //* about the suitability of this software for any purpose. It is          *
15 //* provided "as is" without express or implied warranty.                  *
16 //**************************************************************************
17
18 /** @file   AliHLTPendolinoLogger.h
19     @author Sebastian Bablok
20     @date   
21     @brief  
22 */
23
24 #include "AliHLTPendolinoLogger.h"
25
26 /** ROOT macro for the implementation of ROOT specific class methods */
27 ClassImp(AliHLTPendolinoLogger)
28
29 AliHLTPendolinoLogger::AliHLTPendolinoLogger()
30 {
31 }
32
33 AliHLTPendolinoLogger::~AliHLTPendolinoLogger()
34 {
35 }