]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDCalibPadStatus.h
Revert "- test commit"
[u/mrichter/AliRoot.git] / TRD / AliTRDCalibPadStatus.h
index 9e66f20cf74b2cfc24ebe37ef58f82c850ae0988..0d50e63f962c6767c30adfe8a52ac7b36ed046b3 100644 (file)
@@ -20,10 +20,8 @@ class AliTRDCalDet;
 class AliTRDCalPad;
 class AliTRDCalROC;
 class AliTRDCalPadStatus;
-class AliTRDrawStreamBase;
 class AliTRDgeometry;
 
-class AliTRDrawFastStream;
 class AliTRDdigitsManager;
 class AliTRDSignalIndex;
 
@@ -39,17 +37,10 @@ public:
 
   AliTRDCalibPadStatus& operator = (const  AliTRDCalibPadStatus &source);
 
-  Int_t ProcessEvent(AliTRDrawStreamBase *rawStream, Bool_t nocheck = kFALSE);
-  Int_t ProcessEvent(AliRawReader    *rawReader, Bool_t nocheck = kFALSE);
-  Int_t ProcessEvent(const eventHeaderStruct   *event, Bool_t nocheck = kFALSE);
-  Int_t ProcessEvent2(AliRawReader    *rawReader);
-  Int_t ProcessEvent3(AliRawReader    *rawReader);
+  Int_t ProcessEvent(AliRawReader    *rawReader);
  
   void  Destroy();
   Int_t UpdateHisto(const Int_t idet, const Int_t iRow, const Int_t iCol,
-                   const Int_t signal, const Int_t crowMax, const Int_t ccold, const Int_t icMcm);
-
-  Int_t UpdateHisto2(const Int_t idet, const Int_t iRow, const Int_t iCol,
                     const Int_t signal, const Int_t crowMax, const Int_t ccold, const Int_t icMcm, const Int_t icRob);
 
   void AnalyseHisto();
@@ -80,8 +71,6 @@ public:
   void    SetRangeAdc (Int_t aMin, Int_t aMax){ fAdcMin=aMin; fAdcMax=aMax; }  // Set adc range 
 
 
-  Bool_t TestEventHisto(Int_t nevent, Int_t sm, Int_t ch);  //test the fast approach to fill histograms  
-
  private:
 
   // Geometry
@@ -116,3 +105,5 @@ public:
 
 };
 #endif
+
+