]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTriggerDecision.cxx
Changes required to handle software triggers correctly in the global trigger component.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTriggerDecision.cxx
index 917fae4090ac3b3bf5bac433622a18fb94508807..f934d3806c50ba76764e0437aca0c9ac79c1a4c6 100644 (file)
@@ -189,3 +189,12 @@ AliHLTTriggerDecision& AliHLTTriggerDecision::operator = (const AliHLTTriggerDec
   fTriggerDomain = obj.fTriggerDomain;
   return *this;
 }
+
+
+void AliHLTTriggerDecision::Clear(Option_t* option)
+{
+  // Clears the trigger domain and resets the decision result.
+  
+  Result(false);
+  fTriggerDomain.Clear(option);
+}