X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGlobalTrigger.h;h=5b067bb69039a7c173eaf9bcb6002dd114b5b449;hb=f3d601a54eac57e81b01f251930d92b6fd5e4b5d;hp=4e2c7ef63b3f3d7a64b5d80e0bdd9b42649377e9;hpb=000000926fa1964f4e9ac441ed8e4b9ee1c1f77e;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGlobalTrigger.h b/MUON/AliMUONGlobalTrigger.h index 4e2c7ef63b3..5b067bb6903 100644 --- a/MUON/AliMUONGlobalTrigger.h +++ b/MUON/AliMUONGlobalTrigger.h @@ -7,7 +7,7 @@ /* $Id$ */ // Revision of includes 07/05/2004 -/// \ingroup base +/// \ingroup trigger /// \class AliMUONGlobalTrigger /// \brief Global trigger object // Author Ph. Crochet @@ -35,9 +35,10 @@ class AliMUONGlobalTrigger : public TObject { Int_t PairLikeHpt() const {return fPairLikeHpt ;} void SetFromGlobalResponse(UShort_t globalResponse); - - Int_t GetGlobalPattern() const; + void SetFromGlobalInput(const UInt_t *globalInput); UChar_t GetGlobalResponse() const; + /// Return global input to the global trigger board + UInt_t *GetGlobalInput() { return fInput; } virtual void Print(Option_t* opt="") const; @@ -49,7 +50,9 @@ private: Int_t fPairLikeLpt; ///< Number of Like sign pair Low pt Int_t fPairLikeHpt; ///< Number of Like sign pair High pt - ClassDef(AliMUONGlobalTrigger,2) // reconstructed Global Trigger object + UInt_t fInput[4]; ///< Global input to the global trigger board + + ClassDef(AliMUONGlobalTrigger,3) // reconstructed Global Trigger object }; #endif