]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliMUONFastTrackingEntry.cxx
Trending QA macro (Raphael)
[u/mrichter/AliRoot.git] / FASTSIM / AliMUONFastTrackingEntry.cxx
index 0cf2ff2d69b9f73de8ca180999b2f016614dca6f..b3db221b9f27d851bd54bc023e88aae8fbfb4d70 100644 (file)
@@ -16,8 +16,6 @@
 /* $Id$ */
 
 #include "AliMUONFastTrackingEntry.h"
-ClassImp(AliMUONFastTrackingEntry)
-
 
 AliMUONFastTrackingEntry::AliMUONFastTrackingEntry():
     fP(0.),
@@ -36,6 +34,14 @@ AliMUONFastTrackingEntry::AliMUONFastTrackingEntry():
     fNormG2(0.),
     fMeanG2(0.),
     fSigmaG2(0.)
-{
-    // Default Constructor
+{ 
+// Default constructor
+  for (Int_t i=0; i<5; i++) { 
+    for (Int_t j=0; j<3; j++) { 
+      fAcc[i][j] = 0;
+      fEff[i][j] = 0;
+    }
+  }  
 }
+
+ClassImp(AliMUONFastTrackingEntry)