]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliFilter.h
Reducing the search window used to find the max in the ADC samples. Needed because...
[u/mrichter/AliRoot.git] / RAW / AliFilter.h
index b205cf112896a7e49b66b551fd5512d30ff6c63c..637ee7c855ad562aede621e21698b8385407ad97 100644 (file)
 
 #include <TObject.h>
 
-class AliRawEvent;
+class AliRawVEvent;
 class AliESDEvent;
 
 
 class AliFilter: public TObject {
 public:
-  virtual Bool_t       Filter(AliRawEvent* event, AliESDEvent* esd) = 0;
+  virtual Bool_t       Filter(AliRawVEvent* event, AliESDEvent* esd) = 0;
 
 private:
   ClassDef(AliFilter, 0)   // base class for high level filter algorithms