]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTrigger.h
Temporary fix waiting for M.Ivanov
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTrigger.h
index c8086366f79b22b5ed32923ca8e89af8a3844788..75f8ecf750bfe513f348cb9d4e29175e2a73ba21 100644 (file)
@@ -7,7 +7,7 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
-/// \ingroup base
+/// \ingroup trigger
 /// \class AliMUONGlobalTrigger
 /// \brief Global trigger object
 //  Author Ph. Crochet
@@ -34,11 +34,10 @@ class AliMUONGlobalTrigger : public TObject {
        /// Return number of Like sign pair High pt
   Int_t PairLikeHpt()    const {return fPairLikeHpt ;}     
   
-  void  SetGlobalPattern(UShort_t globalResponse);
   void  SetFromGlobalResponse(UShort_t globalResponse);
-
-  Int_t GetGlobalPattern() const;
+  void  SetFromGlobalInput(UInt_t *globalInput);
   UChar_t GetGlobalResponse() const;
+  UInt_t *GetGlobalInput() { return fInput; }
 
   virtual void Print(Option_t* opt="") const;
   
@@ -50,7 +49,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