]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVGEN/AliGenHIJINGparaBa.h
Updated Linkdef and libTOF.pkg
[u/mrichter/AliRoot.git] / EVGEN / AliGenHIJINGparaBa.h
CommitLineData
388f2c07 1#ifndef ALIGENHIJINGPARABA_H
2#define ALIGENHIJINGPARABA_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// Parameterisation of pi, K, n and p eta and pt distributions
9// Author: andreas.morsch@cern.ch
10
11#include "AliGenHIJINGpara.h"
12class TF1;
13
14class AliGenHIJINGparaBa : public AliGenHIJINGpara
15{
16 public:
17 AliGenHIJINGparaBa();
18 AliGenHIJINGparaBa(Int_t npart);
19 virtual ~AliGenHIJINGparaBa();
20 virtual void Generate();
21 virtual void Init();
22 protected:
23 TF1* fPtba; //! Parametrised pt distribution for baryons
24 TF1* fETAba; //! Parametrised eta distribution for baryons
25
26 ClassDef(AliGenHIJINGparaBa,1) // Hijing parametrisation generator with baryons
27};
28#endif
29
30
31
32
33
34
35
36
37
38