X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FBASE%2FAliHLTTriggerDecision.h;h=7a25ab9f896413de94917635ffb3121db5daf318;hb=d2d8e21b882e0bb8ff5eeffd1fb31d519439df7b;hp=d763f91cd8dfd15bdbb79dff5ee18a0c1c4edcb2;hpb=c309778e4b1907d7536dc022d7864a540b7f9c54;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/BASE/AliHLTTriggerDecision.h b/HLT/BASE/AliHLTTriggerDecision.h index d763f91cd8d..7a25ab9f896 100644 --- a/HLT/BASE/AliHLTTriggerDecision.h +++ b/HLT/BASE/AliHLTTriggerDecision.h @@ -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.