X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVGEN%2FAliGenGSIlib.h;h=391f45693bc752fb45701efbad402129ee80d1fb;hp=437f0780e53c4b6e4ef00a76a66812541d1bd429;hb=71649ca3cde6bf61de86e3a7a3b9fa8434e2f639;hpb=b4c38f9ca63fac3f681e9023d798f384e8ef5ea6 diff --git a/EVGEN/AliGenGSIlib.h b/EVGEN/AliGenGSIlib.h index 437f0780e53..391f45693bc 100644 --- a/EVGEN/AliGenGSIlib.h +++ b/EVGEN/AliGenGSIlib.h @@ -30,7 +30,7 @@ class AliGenGSIlib :public TObject{ static GenFunc GetPt(Param_t param,const char * tname=0); static GenFunc GetY(Param_t param,const char * tname=0); static GenFuncIp GetIp(Param_t param,const char *tname=0); - static void SetDebug(Bool_t debug){fDebug=debug;} + static void SetDebug(Bool_t debug){fgDebug=debug;} private: static Bool_t fgDebug; // Debug flag ClassDef(AliGenGSIlib,1)