LCOV - code coverage report
Current view: top level - TEvtGen/EvtGenExternal - EvtPythiaRandom.hh (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 3 0.0 %
Date: 2016-06-14 17:26:59 Functions: 0 6 0.0 %

          Line data    Source code
       1             : #ifdef EVTGEN_PYTHIA
       2             : //--------------------------------------------------------------------------
       3             : //
       4             : // Environment:
       5             : //      This software is part of the EvtGen package. If you use all or part
       6             : //      of it, please give an appropriate acknowledgement.
       7             : //
       8             : // Copyright Information: See EvtGen/COPYRIGHT
       9             : //      Copyright (C) 2013    University of Warwick, UK
      10             : //
      11             : // Module: EvtGenExternal/EvtPythiaRandom.hh
      12             : //
      13             : // Description: Class to specify the chosen EvtGen random number (engine)
      14             : // to also be used for Pythia 8.
      15             : //
      16             : // Modification history:
      17             : //
      18             : //    JJB     January 2013      Module created
      19             : //
      20             : //------------------------------------------------------------------------
      21             : 
      22             : #ifndef EVTPYTHIARANDOM_HH
      23             : #define EVTPYTHIARANDOM_HH
      24             : 
      25             : #include "EvtGenBase/EvtRandom.hh"
      26             : 
      27             : #include "Pythia8/Basics.h"
      28             : 
      29             : class EvtPythiaRandom : public Pythia8::RndmEngine {
      30             : 
      31             : public:
      32             : 
      33           0 :   EvtPythiaRandom() {};
      34             : 
      35           0 :   virtual ~EvtPythiaRandom() {};
      36             : 
      37           0 :   virtual double flat() {return EvtRandom::Flat();}
      38             : 
      39             : private:
      40             : 
      41             : };
      42             : 
      43             : #endif
      44             : 
      45             : #endif

Generated by: LCOV version 1.11