]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EMCAL/AliHLTEMCALRawAnalyzerCrudeComponent.h
Removing unused class
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALRawAnalyzerCrudeComponent.h
index 108e252b574ff142b71e1aab8dc75534948be670..6d833005df207c5a6ae10d224ae9168ee210e294 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
+// Evaluation of amplitude using  just the
+// max  ADC walu - pedestal, and pek position
+// using the time index of the max
+// amplitude
+
 
 #include  "AliHLTEMCALRawAnalyzerComponent.h"
 
+//AliHLTCALORawAnalyzerCrudeComponent
+
 class  AliHLTEMCALRawAnalyzerCrudeComponent : public AliHLTEMCALRawAnalyzerComponent
+//class  AliHLTEMCALRawAnalyzerCrudeComponent : public AliHLTCALORawAnalyzerComponent
 {
  public:
   AliHLTEMCALRawAnalyzerCrudeComponent();
   virtual ~AliHLTEMCALRawAnalyzerCrudeComponent();
+  virtual int DoDeinit();
   virtual const char* GetComponentID();
   virtual AliHLTComponent* Spawn(); 
   //  virtual void GetInputDataTypes( vector <AliHLTComponentDataType>& list);
  private:
   AliHLTEMCALRawAnalyzerCrudeComponent( const AliHLTEMCALRawAnalyzerCrudeComponent  & );
   AliHLTEMCALRawAnalyzerCrudeComponent & operator = (const AliHLTEMCALRawAnalyzerCrudeComponent  &);
-  
   // bool TestBoolConst() { return false; };
-  bool TestBool()  {return  false; };
+  //  bool TestBool()  {return  false; };