LCOV - code coverage report
Current view: top level - EVGEN - AliGenThetaSlice.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 3 33.3 %
Date: 2016-06-14 17:26:59 Functions: 1 14 7.1 %

          Line data    Source code
       1             : #ifndef ALIGENTHETASLICE_H
       2             : #define ALIGENTHETASLICE_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             : // Generates n particles with in the same phi angle, varies theta
      10             : // In equidistant intervals
      11             : // Comments and suggestions: Jiri.Chudoba@cern.ch
      12             : 
      13             : 
      14             : #include "AliGenerator.h"
      15             : class AliGenThetaSlice : public AliGenerator
      16             : {
      17             :  public:
      18             : 
      19             :   AliGenThetaSlice();
      20             :   AliGenThetaSlice(Int_t npart);
      21           0 :   virtual ~AliGenThetaSlice() {}
      22             :   virtual void Generate();
      23             :   virtual void Init();
      24           0 :   virtual void SetPart(Int_t part) {fIpart=part;}
      25             : protected:
      26             : 
      27             :   Int_t fIpart; // Particle type
      28             : 
      29           6 :   ClassDef(AliGenThetaSlice,1) // theta slices phi constant random generator
      30             : };
      31             : 
      32             : #endif

Generated by: LCOV version 1.11