]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDReconstructor.h
Added the offline trigger functions for use with the first physics.
[u/mrichter/AliRoot.git] / FMD / AliFMDReconstructor.h
index e7e4bf24179618f892dfa2dab9ea02d29da216b6..049979e1828e6bd02f5afc90dc051dc37400bac4 100644 (file)
@@ -160,6 +160,17 @@ public:
    * @param use If true, make the diagnostics file 
    */
   void SetDiagnose(Bool_t use=kTRUE) { fDiagnostics = use; }
    * @param use If true, make the diagnostics file 
    */
   void SetDiagnose(Bool_t use=kTRUE) { fDiagnostics = use; }
+   /** 
+   * Functions to use the FMD as an offline trigger. The idea is to read
+   * the data until we are certain we have one particle. If no particle is 
+   * found the functions return kFALSE. These functions were added as a 
+   * result of the discussions in the First Physics Working Group.
+   *    *
+   * @param AliESDFMD* fmd the FMD data from one event.
+   */
+  static Bool_t GetFMDAsideBit(AliESDFMD* fmd);
+  static Bool_t GetFMDCsideBit(AliESDFMD* fmd);
+  
 protected:
   /** 
    * Copy CTOR 
 protected:
   /** 
    * Copy CTOR