]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ProcessDCS() return kFALSE
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Jun 2008 10:10:13 +0000 (10:10 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Jun 2008 10:10:13 +0000 (10:10 +0000)
PHOS/AliPHOSPreprocessor.h

index af99c1e6f0b7fe346c2e0d0830891f07a8ff5456..69262258efc4085d8e0c4d6d6f581e6b98b66a64 100644 (file)
@@ -23,6 +23,8 @@ class AliPHOSPreprocessor : public AliPreprocessor {
   AliPHOSPreprocessor();
   AliPHOSPreprocessor(AliShuttleInterface* shuttle);
 
+  Bool_t ProcessDCS() { return kFALSE; }
+
  protected:
 
   virtual UInt_t Process(TMap* valueSet);