LCOV - code coverage report
Current view: top level - EVGEN - AliSlowNucleonModel.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 7 14.3 %
Date: 2016-06-14 17:26:59 Functions: 1 16 6.2 %

          Line data    Source code
       1             : #ifndef ALISLOWNUCLEONMODEL_H
       2             : #define ALISLOWNUCLEONMODEL_H
       3             : /* Copyright(c) 198-1999, ALICE Experiment at CERN, All rights reserved. *
       4             :  * See cxx source for full Copyright notice                               */
       5             : 
       6             : /* $Id$ */
       7             : 
       8             : #include "TObject.h"
       9             : class AliCollisionGeometry;
      10             : 
      11           0 : class AliSlowNucleonModel : public TObject
      12             : {
      13             : public:
      14           0 :     AliSlowNucleonModel() {;}
      15           0 :     virtual ~AliSlowNucleonModel(){;}
      16             :     virtual void GetNumberOfSlowNucleons(AliCollisionGeometry* /*geo*/,
      17             :                                          Int_t& /*ngp*/, Int_t& /*ngn*/,
      18           0 :                                          Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
      19             :     virtual void GetNumberOfSlowNucleons2(AliCollisionGeometry* /*geo*/,
      20             :                                          Int_t& /*ngp*/, Int_t& /*ngn*/,
      21           0 :                                          Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
      22             :     virtual void GetNumberOfSlowNucleons2s(AliCollisionGeometry* /*geo*/,
      23             :                                          Int_t& /*ngp*/, Int_t& /*ngn*/,
      24           0 :                                          Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
      25             :     
      26             :  protected:
      27           6 :   ClassDef(AliSlowNucleonModel,1) // Gray Particle Model
      28             : };
      29             : #endif
      30             : 
      31             : 
      32             : 
      33             : 
      34             : 
      35             : 

Generated by: LCOV version 1.11