LCOV - code coverage report
Current view: top level - STRUCT - AliPIPE.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 2 100.0 %
Date: 2016-06-14 17:26:59 Functions: 3 8 37.5 %

          Line data    Source code
       1             : #ifndef ALIPIPE_H
       2             : #define ALIPIPE_H
       3             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       4             :  * See cxx source for full Copyright notice                               */
       5             : 
       6             : /* $Id$ */
       7             : 
       8             : ////////////////////////////////////////////////
       9             : //  Manager class for detector: PIPE          //
      10             : ////////////////////////////////////////////////
      11             :  
      12             : #include "AliModule.h"
      13             :  
      14             :  
      15             : class AliPIPE : public AliModule {
      16             :  
      17             : public:
      18             :   AliPIPE();
      19             :   AliPIPE(const char *name, const char *title);
      20          26 :   virtual      ~AliPIPE() {}
      21             :   
      22          20 :   ClassDef(AliPIPE,1)  //Beam Pipe base Class
      23             : };
      24             : 
      25             : #endif

Generated by: LCOV version 1.11