LCOV - code coverage report
Current view: top level - PHOS/PHOSbase - AliPHOSRawFitterv3.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2016-06-14 17:26:59 Functions: 1 5 20.0 %

          Line data    Source code
       1             : #ifndef ALIPHOSRAWFITTERV3_H
       2             : #define ALIPHOSRAWFITTERV3_H
       3             : /* Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved. *
       4             :  * See cxx source for full Copyright notice                          */
       5             : 
       6             : /* $Id: $ */
       7             : 
       8             : // This class extracts the PHOS "digits" of current event
       9             : // (amplitude,time, position,gain) from the raw stream 
      10             : // provided by AliRawReader. 
      11             : // Uses FastFitting procedure to evaluate time and estimate sample quality
      12             : 
      13             : #include "AliPHOSRawFitterv0.h"
      14             : 
      15             : class AliPHOSRawFitterv3 : public AliPHOSRawFitterv0 {
      16             : 
      17             : public:
      18             : 
      19             :   AliPHOSRawFitterv3();
      20             :   AliPHOSRawFitterv3(const AliPHOSRawFitterv3& rawFitter);
      21             :   AliPHOSRawFitterv3& operator = (const AliPHOSRawFitterv3& rawFitter);
      22             :   virtual ~AliPHOSRawFitterv3();
      23             : 
      24             :   virtual Bool_t Eval(const UShort_t *signal, Int_t sigStart, Int_t sigLength);
      25             : 
      26             : private:
      27             :   
      28          22 :   ClassDef(AliPHOSRawFitterv3,1)
      29             : };
      30             : 
      31             : #endif

Generated by: LCOV version 1.11