]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity 21241
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 14:23:14 +0000 (14:23 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 14:23:14 +0000 (14:23 +0000)
PYTHIA8/pythia8175/include/RHadrons.h

index 5e971b638ea417fb5c9233b62917cc4ec4fbe732..bf9570a48be6484f3720f92c8e8aef94a0086e10 100644 (file)
@@ -30,7 +30,17 @@ class RHadrons {
 public:
 
   // Constructor. 
-  RHadrons() : nRHad(0) {} 
+  RHadrons() : allowRH(false), allowRSb(false), allowRSt(false), allowRGo(false), allowSomeR(false), setMassesRH(false),
+    idRSb(0), idRSt(0), idRGo(0),
+    maxWidthRH(0), probGluinoballRH(0), mOffsetCloudRH(0), mCollapseRH(0),
+    diquarkSpin1RH(0), m0Sb(0), m0St(0), m0Go(0), 
+    nRHad(0), iRHad(0), iBef(0), iSys(0),
+    systemPtr(0x0),
+    infoPtr(0x0),
+    particleDataPtr(0x0),
+    rndmPtr(0x0),
+    flavSelPtr(0x0),
+    zSelPtr(0x0) {} 
  
   // Initialization of R-hadron handling.
   bool init( Info* infoPtrIn, Settings& settings,