]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TUHKMgen/UHKM/ParticlePDG.cxx
Coverity deffects fixed; MC event vertex rotated around beam axis with a random angle...
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / ParticlePDG.cxx
index c7cb2db774f3d52cec291d52ed7a1e11d71d866b..b37b2eabf935064b66cdaacf9d4cac08cef88414 100644 (file)
@@ -11,8 +11,8 @@
 //
 
 #include <iostream>
-using std::cout;
-using std::endl;
+#include <string>
+using namespace std;
 #include "ParticlePDG.h"
 
 //________________________________________________________________________
@@ -35,6 +35,7 @@ ParticlePDG::ParticlePDG() :
 //
 // default constructor
 //
+  memset(fName,'0',9);
   for(Int_t i=0; i<kMaxDecayChannels; i++)
     fDecayChannels[i] = new DecayChannel();
 }