]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor changes
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Jan 2007 17:28:22 +0000 (17:28 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Jan 2007 17:28:22 +0000 (17:28 +0000)
HLT/PHOS/AliHLTPHOSPeakFinder.cxx
HLT/PHOS/AliHLTPHOSPulseGenerator.cxx

index e49e55da9aa57c2cbbf1042716fbf5e3999dcbb8..a5f40aca02a3fb461b832788709def0070c6cf5d 100644 (file)
@@ -16,6 +16,8 @@
 
 
 
+
+
 #include "AliHLTPHOSPeakFinder.h"
 #include <iostream>
 
@@ -25,11 +27,19 @@ using std::endl;
 ClassImp(AliHLTPHOSPeakFinder) 
 
 
-AliHLTPHOSPeakFinder::AliHLTPHOSPeakFinder(const AliHLTPHOSPeakFinder&):TObject(), AliHLTPHOSRawAnalyzer(), fDTofGuess(0), fDAmplGuess(0), kfMCovarPtrPtr(0), fPCovarPtrPtr(0)
+AliHLTPHOSPeakFinder::AliHLTPHOSPeakFinder(const AliHLTPHOSPeakFinder&):AliHLTPHOSRawAnalyzer(), fDTofGuess(0), fDAmplGuess(0), kfMCovarPtrPtr(0), fPCovarPtrPtr(0)
 {
 
 }
 
+
+
+//int 
+//AliHLTPHOSPeakFinder::Init( AliHLTComponentEnvironment* environ, void* environ_param, int argc, const char** argv )
+//{
+
+//}
+
 //AliHLTComponent::GetComponentID()}
 
 /**
index 9f0c851a97c1a005f7c82d6dfca5bce8940e5f7f..ffdf1d95fa2fd82163ed706b2410978576dd633d 100644 (file)
  **************************************************************************/
 
 
-
 #include "AliHLTPHOSPulseGenerator.h"
 //#include <stdio.h>
 #include <cmath>
 #include <iostream>
 
 
+
 using std::cout;
 using std::endl;