deleted some obsolete code
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Jan 2007 16:47:42 +0000 (16:47 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Jan 2007 16:47:42 +0000 (16:47 +0000)
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h

index a59fc0eb1d66a1261a59ba0ef565a8350d234b95..137e886f44249f553b8e06969ceda1cd65ed3b58 100644 (file)
@@ -6,11 +6,9 @@
 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                          */
 
-//#include <Rtypes.h>
-//#include "TObject.h"
 #include "AliHLTProcessor.h"
 #include "AliHLTPHOSRawAnalyzer.h"
-//#include "AliHLTPHOSRawAnalyzerCrude.h"
+#include "AliRawReaderMemory.h"
 
 class AliHLTPHOSRawAnalyzerComponent: public AliHLTProcessor
 {
@@ -32,10 +30,6 @@ class AliHLTPHOSRawAnalyzerComponent: public AliHLTProcessor
   virtual void GetInputDataTypes(std::vector<AliHLTComponentDataType, std::allocator<AliHLTComponentDataType> >&);
   virtual AliHLTComponentDataType GetOutputDataType();
   virtual void GetOutputDataSize(unsigned long& constBase, double& inputMultiplier);
-
-  //  virtual void GetOutputDataSize(long  int&, double&);
-
-  //  virtual AliHLTComponent* Spawn();
   virtual AliHLTComponent* Spawn() = 0;
 
   virtual int DoEvent(const AliHLTComponentEventData&, const AliHLTComponentBlockData*, AliHLTComponentTriggerData&, AliHLTUInt8_t*, AliHLTUInt32_t&, std::vector<AliHLTComponentBlockData, std::allocator<AliHLTComponentBlockData> >&);
@@ -44,9 +38,9 @@ class AliHLTPHOSRawAnalyzerComponent: public AliHLTProcessor
  protected:
  AliHLTPHOSRawAnalyzer *analyzerPtr; 
 
- // ClassDef(AliHLTPHOSRawAnalyzerComponent, 2) 
  private:
  int eventCount;
+AliRawReaderMemory *fRawMemoryReader;
   static const AliHLTComponentDataType inputDataTypes[];
   static const AliHLTComponentDataType outputDataType;