]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
~ has a meaning of logical negation in CTP terms
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Dec 2008 12:15:29 +0000 (12:15 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Dec 2008 12:15:29 +0000 (12:15 +0000)
STEER/AliTriggerConfiguration.cxx

index a936afdf3239051219f86765cfe588a34b42ad1f..1658b89941bf88f10f13cfba25d8d4fecb744b10 100755 (executable)
@@ -550,6 +550,7 @@ Bool_t AliTriggerConfiguration::ProcessConfigurationLine(const char* line, Int_t
      }
 
      strLine.ReplaceAll("*",'!');
      }
 
      strLine.ReplaceAll("*",'!');
+     strLine.ReplaceAll("~",'!');
      TObjArray *tokens = strLine.Tokenize(" \t");
      Int_t ntokens = tokens->GetEntriesFast();
      if (ntokens == 0)
      TObjArray *tokens = strLine.Tokenize(" \t");
      Int_t ntokens = tokens->GetEntriesFast();
      if (ntokens == 0)