]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTrigger.h
AliTriggerAnalysis: added switch to disable FMD histograms (runs much faster) (consta...
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTrigger.h
index 851fce0d3dd1d919e43a7f432d85a39ffd979141..5b067bb69039a7c173eaf9bcb6002dd114b5b449 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
@@ -35,7 +35,10 @@ class AliMUONGlobalTrigger : public TObject {
   Int_t PairLikeHpt()    const {return fPairLikeHpt ;}     
   
   void  SetFromGlobalResponse(UShort_t globalResponse);
+  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;
   
@@ -47,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