LCOV - code coverage report
Current view: top level - FMD/FMDrec - AliFMDOfflineTrigger.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 4 25.0 %
Date: 2016-06-14 17:26:59 Functions: 1 10 10.0 %

          Line data    Source code
       1             : #ifndef ALIFMDOFFLINETRIGGER_H
       2             : #define ALIFMDOFFLINETRIGGER_H
       3             : /* Copyright(c) 1998-2000, ALICE Experiment at CERN, All rights
       4             :  * reserved. 
       5             :  *
       6             :  * See cxx source for full Copyright notice                               
       7             :  */
       8             : //____________________________________________________________________
       9             : // 
      10             : // This class implements the FMD offline trigger as requested for 
      11             : // ALICE first physics.  
      12             : //
      13             : //
      14             : 
      15             : 
      16             : #include "TObject.h"
      17             : 
      18             : class AliESDFMD;
      19             : //____________________________________________________________________
      20             : /** @brief FMD offline trigger class
      21             :     @ingroup FMD_rec
      22             : */
      23             : class AliFMDOfflineTrigger : public TObject 
      24             : {
      25             : public:
      26             :   /** CTOR */
      27             :   AliFMDOfflineTrigger();
      28             :   /** DTOR */
      29           0 :   ~AliFMDOfflineTrigger() {}
      30             :   /** Copy ctor 
      31             :       @param o Object to copy from  */
      32             :   AliFMDOfflineTrigger(const AliFMDOfflineTrigger& o);
      33             :   
      34             :   AliFMDOfflineTrigger& operator=(const AliFMDOfflineTrigger& o);
      35             :     
      36             :   Bool_t ASideHasHit(AliESDFMD* fmd);
      37             :   Bool_t CSideHasHit(AliESDFMD* fmd);
      38           0 :   void   SetLowCut(Float_t lowcut) {fLowCut = lowcut;}
      39           0 :   void   SetHitCut(Float_t hitcut) {fHitCut = hitcut;}
      40             : private:
      41             :   
      42             :   Float_t fLowCut;
      43             :   Float_t fHitCut;
      44             :   
      45          12 :   ClassDef(AliFMDOfflineTrigger, 1) 
      46             : };
      47             : 
      48             : 
      49             : #endif
      50             : //____________________________________________________________________
      51             : //
      52             : // Local Variables:
      53             : //   mode: C++
      54             : // End:
      55             : //
      56             : 
      57             : 

Generated by: LCOV version 1.11