]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA8/pythia8175/include/SigmaCompositeness.h
Coverity 21242
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8175 / include / SigmaCompositeness.h
index fb0be41ba07b19973b5b73470c26cafec144205a..632dceb9bac8430ec8509eaebe4c6ab4bfa7ca76 100644 (file)
@@ -22,7 +22,10 @@ class Sigma1qg2qStar : public Sigma1Process {
 public:
 
   // Constructor.
-  Sigma1qg2qStar(int idqIn) : idq(idqIn) {}
+  Sigma1qg2qStar(int idqIn) : idq(idqIn), idRes(0), codeSave(0),
+      nameSave(""),
+      mRes(0), GammaRes(0), m2Res(0), GamMRat(0), Lambda(0), coupFcol(0), widthIn(0), sigBW(0),
+      qStarPtr(0x0)  {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -66,7 +69,10 @@ class Sigma1lgm2lStar : public Sigma1Process {
 public:
 
   // Constructor.
-  Sigma1lgm2lStar(int idlIn) : idl(idlIn) {}
+  Sigma1lgm2lStar(int idlIn) : idl(idlIn), idRes(0), codeSave(0),
+      nameSave(""),
+      mRes(0), GammaRes(0), m2Res(0), GamMRat(0), Lambda(0), coupChg(0), widthIn(0), sigBW(0),
+      qStarPtr(0x0) {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -110,7 +116,9 @@ class Sigma2qq2qStarq : public Sigma2Process {
 public:
 
   // Constructor.
-  Sigma2qq2qStarq(int idqIn) : idq(idqIn) {}
+  Sigma2qq2qStarq(int idqIn) : idq(idqIn), idRes(0), codeSave(0),
+      nameSave(""),
+      Lambda(0), preFac(0), openFracPos(0), openFracNeg(0), sigmaA(0), sigmaB(0) {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -151,7 +159,9 @@ class Sigma2qqbar2lStarlbar : public Sigma2Process {
 public:
 
   // Constructor.
-  Sigma2qqbar2lStarlbar(int idlIn) : idl(idlIn) {}
+  Sigma2qqbar2lStarlbar(int idlIn) : idl(idlIn), idRes(0), codeSave(0),
+      nameSave(""),
+      Lambda(0), preFac(0), openFracPos(0), openFracNeg(0), sigma(0) {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -193,7 +203,9 @@ class Sigma2QCqq2qq : public Sigma2Process {
 public:
 
   // Constructor.
-  Sigma2QCqq2qq(){}
+  Sigma2QCqq2qq() : sigT(0), sigU(0), sigTU(0), sigST(0), sigSum(0), sigQCSTU(0), sigQCUTS(0),
+      qCLambda2(0),
+      qCetaLL(0), qCetaRR(0), qCetaLR(0) {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -234,7 +246,11 @@ class Sigma2QCqqbar2qqbar : public Sigma2Process {
 public:
 
   // Constructor.
-  Sigma2QCqqbar2qqbar(){}
+  Sigma2QCqqbar2qqbar() : qCnQuarkNew(0),
+      idNew(0),
+      mNew(0), m2New(0), sigS(0), sigma(0),
+      qCLambda2(0),
+      qCetaLL(0), qCetaRR(0), qCetaLR(0) {}
 
   // Initialize process. 
   virtual void initProc(); 
@@ -280,7 +296,11 @@ class Sigma2QCffbar2llbar : public Sigma2Process {
 public:
  
   // Constructor: bool Graviton  = true, to use LED graviton settings.
-  Sigma2QCffbar2llbar (int idIn, int codeIn) : idNew(idIn), codeNew(codeIn) {}
+    Sigma2QCffbar2llbar (int idIn, int codeIn) : nameNew(""), idNew(idIn), codeNew(codeIn),
+      qCmNew(0), qCmNew2(0), qCmZ(0), qCmZ2(0), qCGZ(0), qCGZ2(0), sigma0(0),
+      qCLambda2(0),
+      qCetaLL(0), qCetaRR(0), qCetaLR(0),
+      qCPropGm(0), qCrePropZ(0), qCimPropZ(0) {}
  
   // Initialize process.
   virtual void initProc();