]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRawAnalyzerCrudeComponent.h
- changed from <> to "" for some includes
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerCrudeComponent.h
index 001e64691f35bf3f1208d600506285205ca5e71d..13dd4b5213254c573f13363255c096ac444e8663 100644 (file)
@@ -1,27 +1,32 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 #ifndef ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
 #define ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
 
-#include "AliHLTPHOSRawAnalyzerComponent.h"
+#include "AliHLTPHOSRawAnalyzerComponentv3.h"
+//#include "AliHLTCaloRawAnalyzerComponentv3.h"
 
 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice  */ 
 
 
-class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTPHOSRawAnalyzerComponent
+
+class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTPHOSRawAnalyzerComponentv3
+//class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTCaloRawAnalyzerComponentv3
 {
  public:
   AliHLTPHOSRawAnalyzerCrudeComponent();
-  ~AliHLTPHOSRawAnalyzerCrudeComponent();
+  virtual ~AliHLTPHOSRawAnalyzerCrudeComponent();
   AliHLTPHOSRawAnalyzerCrudeComponent(const AliHLTPHOSRawAnalyzerCrudeComponent & );
   AliHLTPHOSRawAnalyzerCrudeComponent & operator = (const AliHLTPHOSRawAnalyzerCrudeComponent)
   {
     return *this;
   };
 
-  //ClassDef(AliHLTPHOSRawAnalyzerCrudeComponent, 2) 
+  virtual int Deinit();
   virtual const char* GetComponentID();
   virtual AliHLTComponent* Spawn();
-
-  };
+};
 
 #endif