From: hristov Date: Fri, 28 Sep 2001 16:27:03 +0000 (+0000) Subject: A pointer is initialised to zero X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4319640b6614c166751c99855f7ab0273a7ae736;hp=cbfb577a2d6042cb9cf5ac2dec61aa7339411724 A pointer is initialised to zero --- diff --git a/TMEVSIM/TMevSim.cxx b/TMEVSIM/TMevSim.cxx index 6832949a89e..3323e1f22fb 100644 --- a/TMEVSIM/TMevSim.cxx +++ b/TMEVSIM/TMevSim.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.2 2001/03/28 07:32:51 hristov +Loop variables declared only once, old style include (HP,Sun) + Revision 1.1 2001/03/25 10:15:23 morsch Root interface to MevSim code as TGenerator realisation (Sylwester Radomski et al.) @@ -452,6 +455,7 @@ TMevSim::TMevSim(Int_t nEvents, Int_t modelType, Int_t reacPlaneCntrl, fNScanPts = 100; firand = irand; fParticleTypeParameters = new TClonesArray("TMevSimPartTypeParams",10); + fNPDGCodes = 0; DefineParticles(); } //______________________________________________________________________________