]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTriggerDecision.h
Adding the target_link_libraries
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTriggerDecision.h
index d763f91cd8dfd15bdbb79dff5ee18a0c1c4edcb2..7a25ab9f896413de94917635ffb3121db5daf318 100644 (file)
@@ -165,6 +165,13 @@ class AliHLTTriggerDecision : public TObject
    */
   AliHLTTriggerDecision& operator = (const AliHLTTriggerDecision& obj);
   
+  /**
+   * This method clears the trigger domain and sets the decision result to false.
+   * \param  option  This is passed onto the trigger domain clear method.
+   * The method is inherited from TObject.
+   */
+  virtual void Clear(Option_t* option = "C");
+  
  private:
   
   TString fName; /// The name of the trigger decision. Should be the name of the trigger component that generated it.