LCOV - code coverage report
Current view: top level - HLT/PHOS - AliHLTPHOSRawAnalyzerCrudeComponent.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 1 0.0 %
Date: 2016-06-14 17:26:59 Functions: 0 1 0.0 %

          Line data    Source code
       1             : //-*- Mode: C++ -*-
       2             : // $Id$
       3             : 
       4             : #ifndef ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
       5             : #define ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
       6             : 
       7             : #include "AliHLTPHOSRawAnalyzerComponentv3.h"
       8             : //#include "AliHLTCaloRawAnalyzerComponentv3.h"
       9             : 
      10             : /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
      11             :  * See cxx source for full Copyright notice  */ 
      12             : 
      13             : 
      14             : class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTPHOSRawAnalyzerComponentv3
      15             : //class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTCaloRawAnalyzerComponentv3
      16             : {
      17             :  public:
      18             :   AliHLTPHOSRawAnalyzerCrudeComponent();
      19             :   virtual ~AliHLTPHOSRawAnalyzerCrudeComponent();
      20             :   AliHLTPHOSRawAnalyzerCrudeComponent(const AliHLTPHOSRawAnalyzerCrudeComponent & );
      21             :   AliHLTPHOSRawAnalyzerCrudeComponent & operator = (const AliHLTPHOSRawAnalyzerCrudeComponent&)
      22             :   {
      23           0 :     return *this;
      24             :   };
      25             : 
      26             :   virtual int Deinit();
      27             :   virtual const char* GetComponentID();
      28             :   virtual AliHLTComponent* Spawn();
      29             : };
      30             : 
      31             : #endif

Generated by: LCOV version 1.11