]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/Base/AliTPCCalROC.h
ATO-78 - Technical changes to compare different calibrations
[u/mrichter/AliRoot.git] / TPC / Base / AliTPCCalROC.h
index 43c59e166768ff021452979915d08a32d50b35b6..374ba8523a2c4dc949d40e67a85768707310e985 100644 (file)
@@ -38,6 +38,9 @@ class AliTPCCalROC : public TNamed {
   void         SetValue(UInt_t channel, Float_t vd) {fData[channel]= vd; };
   virtual void Draw(Option_t* option = "");
   //
+  Bool_t MedianFilter(Int_t deltaRow, Int_t deltaPad);
+  Bool_t LTMFilter(Int_t deltaRow, Int_t deltaPad, Float_t fraction, Int_t type);
+  //
   // algebra
   void Add(Float_t c1); // add c1 to each channel of the ROC
   void Multiply(Float_t c1); // multiply each channel of the ROC with c1