]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialization of pointers in default constructor.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 May 2006 13:00:55 +0000 (13:00 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 May 2006 13:00:55 +0000 (13:00 +0000)
EVGEN/AliGenSlowNucleons.cxx

index 15419b10c10ec4e0a4e02c8d59a5a2c4cf9a4dd3..b408a220538b0b27760c00d18bc03643fcfe0898 100644 (file)
@@ -42,6 +42,8 @@
 // Default constructor
     fSlowNucleonModel = 0;
     fCollisionGeometry = 0;
+    fDebugHist1 = 0;
+    fDebugHist2 = 0;
 }
 
 AliGenSlowNucleons::AliGenSlowNucleons(Int_t npart)