]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReader.cxx
Fixed static build, update rulechecker (Johny)
[u/mrichter/AliRoot.git] / RAW / AliRawReader.cxx
index a336d4693f7dfc3bc900ac78dfbf663009cb29bf..09b4f4a7068d65c6813756096046d374ad2b1f24 100644 (file)
@@ -474,6 +474,8 @@ Bool_t AliRawReader::IsEventSelected() const
        expr.ReplaceAll(Form("[%d]",itrigger),"0");
       }
     }
+    // Possibility to introduce downscaling
+    expr.ReplaceAll("%",Form("&& !%d %%",GetEventIndex()));
     Int_t error;
     if ((gROOT->ProcessLineFast(expr.Data(),&error) == 0) &&
        (error == TInterpreter::kNoError)) {