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

          Line data    Source code
       1             : #ifndef ALIBODY_H
       2             : #define ALIBODY_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: BODY          //
      10             : //   This is the envelop for Alice            //
      11             : ////////////////////////////////////////////////
      12             :  
      13             : #include "AliModule.h"
      14             :  
      15             :  
      16             : class AliBODY : public AliModule {
      17             :  
      18             : public:
      19             :    AliBODY();
      20             :    AliBODY(const char *name, const char *title);
      21          78 :    virtual      ~AliBODY() {}
      22             :    virtual void  CreateGeometry();
      23             :    virtual void  CreateMaterials();
      24           0 :    virtual Int_t IsVersion() const {return 0;}
      25             : 
      26          52 :    ClassDef(AliBODY,1)  //Class manager for the ALICE body
      27             : };
      28             : 
      29             : #endif

Generated by: LCOV version 1.11