]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerCrudeComponent.cxx
converted warning to debug msg
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerCrudeComponent.cxx
CommitLineData
1b41ab20 1// $Id$
2
ee7849e6 3
cbab66dd 4/**************************************************************************
5 * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
6 * *
7 * Author: Per Thomas Hille for the ALICE HLT Project. *
8 * Contributors are mentioned in the code where appropriate. *
9 * *
10 * Permission to use, copy, modify and distribute this software and its *
11 * documentation strictly for non-commercial purposes is hereby granted *
12 * without fee, provided that the above copyright notice appears in all *
13 * copies and that both the copyright notice and this permission notice *
14 * appear in the supporting documentation. The authors make no claims *
15 * about the suitability of this software for any purpose. It is *
16 * provided "as is" without express or implied warranty. *
17 **************************************************************************/
18
d504c864 19
cbab66dd 20#include "AliHLTPHOSRawAnalyzerCrudeComponent.h"
cbab66dd 21
d504c864 22//___________________________________________________________________________
92d9f317 23AliHLTPHOSRawAnalyzerCrudeComponent::AliHLTPHOSRawAnalyzerCrudeComponent() : AliHLTPHOSRawAnalyzerComponentv3(kCrude)
cbab66dd 24{
92d9f317 25
cbab66dd 26}
27
92d9f317 28
d504c864 29//___________________________________________________________________________
cbab66dd 30AliHLTPHOSRawAnalyzerCrudeComponent::~AliHLTPHOSRawAnalyzerCrudeComponent()
31{
92d9f317 32
cbab66dd 33}
34
92d9f317 35
d504c864 36//___________________________________________________________________________
92d9f317 37AliHLTPHOSRawAnalyzerCrudeComponent::AliHLTPHOSRawAnalyzerCrudeComponent(const AliHLTPHOSRawAnalyzerCrudeComponent & ):AliHLTPHOSRawAnalyzerComponentv3(kCrude)
cbab66dd 38{
39
40}
41
92d9f317 42
d949e02e 43int
44AliHLTPHOSRawAnalyzerCrudeComponent::Deinit()
45{
d949e02e 46 Logging(kHLTLogInfo, "HLT", "PHOS", ",AliHLTPHOSRawAnalyzerCrudeComponent Deinit");
47 return 0;
48}
49
92d9f317 50
d504c864 51//___________________________________________________________________________
ee7849e6 52const char*
53AliHLTPHOSRawAnalyzerCrudeComponent::GetComponentID()
54{
55 return "PhosRawCrude";
56}
57
92d9f317 58
d504c864 59//___________________________________________________________________________
ee7849e6 60AliHLTComponent*
61AliHLTPHOSRawAnalyzerCrudeComponent::Spawn()
62{
63 return new AliHLTPHOSRawAnalyzerCrudeComponent;
64}