]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTriggerDecision.cxx
* Adding explicit priority settings for the global trigger menu items.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTriggerDecision.cxx
index 03daaec1c1cd9c6c6f56d362d9d3c2fea935e0b7..9af4ba37d2e2fa5c894d5e2e2637fe509f712f4d 100644 (file)
@@ -72,6 +72,16 @@ AliHLTTriggerDecision::~AliHLTTriggerDecision()
 }
 
 
+void AliHLTTriggerDecision::ReadoutList(const AliHLTReadoutList& value)
+{
+  // Replaces the readout list in the trigger domain with the new value.
+  
+  AliHLTReadoutList fullReadout = ~ AliHLTReadoutList(0x0);
+  fTriggerDomain.Remove(fullReadout);
+  fTriggerDomain.Add(value);
+}
+
+
 void AliHLTTriggerDecision::Print(Option_t* option) const
 {
   // Prints the contents of the trigger decision.