LCOV - code coverage report
Current view: top level - EMCAL/EMCALraw - AliCaloRawAnalyzerFakeALTRO.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 ALICALORAWANALYZERFAKEALTRO_H
       2             : #define ALICALORAWANALYZERFAKEALTRO_H
       3             : 
       4             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       5             :  * See cxx source for full Copyright notice                               */
       6             : /*
       7             : 
       8             :  
       9             : Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
      10             : */
      11             : 
      12             : #include "AliCaloRawAnalyzerFitter.h"
      13             : 
      14             : class  AliCaloRawAnalyzerFakeALTRO : public AliCaloRawAnalyzerFitter
      15             : {
      16             :   friend class AliCaloRawAnalyzerFactory;
      17             : 
      18             :  public:
      19             :   
      20             :   virtual ~AliCaloRawAnalyzerFakeALTRO();
      21             :   
      22             :   virtual AliCaloFitResults  Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector,
      23             :                                        UInt_t altrocfg1,
      24             :                                        UInt_t altrocfg2 );
      25             :   
      26             :  private:
      27             :   
      28             :   AliCaloRawAnalyzerFakeALTRO();
      29             :   AliCaloRawAnalyzerFakeALTRO(               const AliCaloRawAnalyzerFakeALTRO & );
      30             :   AliCaloRawAnalyzerFakeALTRO  & operator = (const AliCaloRawAnalyzerFakeALTRO & );
      31          42 :   ClassDef(AliCaloRawAnalyzerFakeALTRO,1)
      32             : 
      33             : };
      34             : 
      35             : #endif

Generated by: LCOV version 1.11