From: morsch Date: Mon, 15 Jul 2002 17:11:57 +0000 (+0000) Subject: Use AliStructFuncType. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=361b85b338b8788db822d85693404b11016680ef;hp=ede1f637d4cddb2674f67ecd146e903e15619458 Use AliStructFuncType. --- diff --git a/EVGEN/AliPythia.h b/EVGEN/AliPythia.h index d9e2fa0c7a9..04c3268895e 100644 --- a/EVGEN/AliPythia.h +++ b/EVGEN/AliPythia.h @@ -7,11 +7,11 @@ #include #include - +#include typedef enum {kPyCharm, kPyBeauty, kPyCharmUnforced, kPyBeautyUnforced, kPyJpsi, kPyJpsiChi, kPyMb, kPyMbNonDiffr, kPyJets, kPyDirectGamma, kPyCharmPbMNR, kPyD0PbMNR, kPyBeautyPbMNR} Process_t; - +/* typedef enum { kDOSet1 = 1006, @@ -28,7 +28,7 @@ typedef enum kGRVLO98 = 5012 } StrucFunc_t; - +*/ class AliPythia : public TPythia6, public AliRndm {