]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloRawAnalyzerPeakFinderComponent.cxx
Added the most important Calo files, changed dependent files. Compiles. Calo library...
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloRawAnalyzerPeakFinderComponent.cxx
index f5569de5a7cf5a5fe7789b28cda669409f014925..be83de4c85aae6d15b9d942c71869e673526113f 100644 (file)
@@ -25,7 +25,8 @@
 //AliHLTCaloRawAnalyzerPeakFinderComponent gAliHLTCaloRawAnalyzerPeakFinderComponent;
 
 //___________________________________________________________________________________________________________
-AliHLTCaloRawAnalyzerPeakFinderComponent::AliHLTCaloRawAnalyzerPeakFinderComponent():AliHLTCaloRawAnalyzerComponentv3()
+AliHLTCaloRawAnalyzerPeakFinderComponent::AliHLTCaloRawAnalyzerPeakFinderComponent(TString det) : 
+AliHLTCaloRawAnalyzerComponentv3(det)
 {
   fAnalyzerPtr = new AliHLTCaloRawAnalyzerPeakFinder();
 
@@ -53,7 +54,8 @@ AliHLTCaloRawAnalyzerPeakFinderComponent::~AliHLTCaloRawAnalyzerPeakFinderCompon
 
 
 //___________________________________________________________________________________________________________
-AliHLTCaloRawAnalyzerPeakFinderComponent::AliHLTCaloRawAnalyzerPeakFinderComponent(const AliHLTCaloRawAnalyzerPeakFinderComponent & ) : AliHLTCaloRawAnalyzerComponentv3()
+AliHLTCaloRawAnalyzerPeakFinderComponent::AliHLTCaloRawAnalyzerPeakFinderComponent(const AliHLTCaloRawAnalyzerPeakFinderComponent &, TString det) : 
+AliHLTCaloRawAnalyzerComponentv3(det)
 {
 
 }