LCOV - code coverage report
Current view: top level - HMPID/HMPIDsim - AliHMPIDv0.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 4 25.0 %
Date: 2016-06-14 17:26:59 Functions: 1 10 10.0 %

          Line data    Source code
       1             : #ifndef AliHMPIDv0_h
       2             : #define AliHMPIDv0_h
       3             : 
       4             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       5             :  * See cxx source for full Copyright notice                               */
       6             : //.
       7             : //HMPID v0 implementation.
       8             : //.
       9             : #include "AliHMPID.h"
      10             : 
      11             : class TGeoManager;
      12             : 
      13             : class AliHMPIDv0 : public AliHMPID 
      14             : {    
      15             : public:
      16             :                  AliHMPIDv0():AliHMPID()                                              {;}       //default ctor
      17             :                  AliHMPIDv0(const char *name, const char *title):AliHMPID(name,title) {;}       //named ctor
      18           0 :   virtual       ~AliHMPIDv0()                                         {;}                      //dtor
      19           0 :   virtual void   Init()                                              {;}                      //interface from AliHMPID
      20           0 :   virtual Int_t  IsVersion()                                    const{return 0;}              //interface from AliHMPID
      21             :   virtual void   StepManager();                                                               //interface from AliHMPID
      22             : protected:
      23          12 :   ClassDef(AliHMPIDv0,1)  //HMPID coarse version for material budget study and debuging
      24             : };
      25             : 
      26             : #endif

Generated by: LCOV version 1.11