]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzer.cxx
removing global component instances formerly used for registration; registration...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzer.cxx
CommitLineData
1b41ab20 1// $Id$
2
0a211711 3/**************************************************************************
4 * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
5 * *
6 * Author: Per Thomas Hille for the ALICE HLT Project. *
7 * Contributors are mentioned in the code where appropriate. *
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
cbab66dd 18#include "AliHLTPHOSRawAnalyzer.h"
cbab66dd 19
153e7c3e 20
21AliHLTPHOSRawAnalyzer:: AliHLTPHOSRawAnalyzer(): fDoubleDataPtr(0),
87434909 22 fShortDataPtr(0),
b444d727 23 fSampleFrequency(10),
24 fDTofGuess(-1),
25 fDAmplGuess(-1),
26 fTau(2),
27 fDTof(99999),
28 fDAmpl(99999),
153e7c3e 29 fStartIndex(0)
cbab66dd 30{
2589c3a3 31
04751caa 32}
33
34
153e7c3e 35AliHLTPHOSRawAnalyzer::~AliHLTPHOSRawAnalyzer()
68d9caee 36{
153e7c3e 37
68d9caee 38}
39