]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Following a change in the monitoring lib syntax
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Jul 2009 14:01:21 +0000 (14:01 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Jul 2009 14:01:21 +0000 (14:01 +0000)
RAW/AliRawReaderDateOnline.cxx

index 7cd49a37c88ce7cc1a19f438adba5cf80a43390d..5e71bf44f110a51dfcb4416d479177115cf2146f 100644 (file)
@@ -176,7 +176,7 @@ void AliRawReaderDateOnline::SelectEvents(Int_t type,
   TString trSelection;
   for (Int_t i = 0; i < 50; i++) {
     if (triggerMask & (1ull << i)) {
-       if (!trSelection.IsNull()) trSelection += "+";
+       if (!trSelection.IsNull()) trSelection += "&";
        trSelection += Form("%d",i+1);
     }
   }