]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDFMD.cxx
Cosmetics, init values provided in c'tor
[u/mrichter/AliRoot.git] / STEER / AliESDFMD.cxx
index fed4be7bec6a569b8b6c22dcb27b3753e527752a..c7e367d6df84537879ddc69f21eb63372ae324f2 100755 (executable)
@@ -44,6 +44,7 @@ AliESDFMD::AliESDFMD()
         AliFMDFloatMap::kMaxRings, 
         1,
         AliFMDFloatMap::kMaxStrips), 
+    fNoiseFactor(0),
     fAngleCorrected(kFALSE)
 {
   // Default CTOR
@@ -53,7 +54,9 @@ AliESDFMD::AliESDFMD()
 AliESDFMD::AliESDFMD(const AliESDFMD& other)
   : TObject(other), 
     fMultiplicity(other.fMultiplicity),
-    fEta(other.fEta)
+    fEta(other.fEta),
+    fNoiseFactor(other.fNoiseFactor),
+    fAngleCorrected(other.fAngleCorrected)
 {
   // Default CTOR
 }