]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialisation fixed
authormorsch <andreas.morsch@cern.ch>
Mon, 9 Jun 2014 09:40:30 +0000 (11:40 +0200)
committermorsch <andreas.morsch@cern.ch>
Mon, 9 Jun 2014 09:40:30 +0000 (11:40 +0200)
A. Aiola

STEER/STEERBase/AliGenPythiaEventHeader.cxx

index 23aa076487b098af788e970c87697292e3455666..7dac348228aa86bc89a3c4de27c0828a0d740652 100644 (file)
@@ -28,7 +28,8 @@ AliGenPythiaEventHeader::AliGenPythiaEventHeader():
     fYJet(-1.),
     fInMediumLength(0.),
     fImpactParameter(-1),
-    fPtHard(0.) 
+    fPtHard(0.),
+    fXsection(0)
 {
 // Default Constructor
     for (Int_t i = 0; i < 4; i++) fZquench[i] = 0.;
@@ -49,7 +50,8 @@ AliGenPythiaEventHeader::AliGenPythiaEventHeader(const char* name):
     fYJet(-1.),
     fInMediumLength(0.),
     fImpactParameter(-1),
-    fPtHard(0.) 
+    fPtHard(0.),
+    fXsection(0) 
 {
 // Constructor
     for (Int_t i = 0; i < 4; i++) fZquench[i] = 0.;