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

          Line data    Source code
       1             : #ifndef ALISHIL_H
       2             : #define ALISHIL_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 Module: SHIL          //
      10             : ////////////////////////////////////////////////
      11             :  
      12             : #include "AliModule.h"
      13             :  
      14             :  
      15             : class AliSHIL : public AliModule {
      16             :   
      17             : public:
      18             :   AliSHIL();
      19             :   AliSHIL(const char *name, const char *title);
      20          26 :   virtual      ~AliSHIL() {}
      21             :   virtual void  CreateGeometry();
      22             :   virtual void  CreateMaterials();
      23             :   virtual void  Init();
      24           0 :   virtual Int_t IsVersion() const {return 0;}
      25             :  
      26          20 :   ClassDef(AliSHIL,1)  // Muon Shield Class
      27             : };
      28             : 
      29             : #endif

Generated by: LCOV version 1.11