]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDBaseDigitizer.h
Warnings Fixed
[u/mrichter/AliRoot.git] / FMD / AliFMDBaseDigitizer.h
index 86a188cde7e6be20d9f6c3403fcb70409bcb0aa0..9e904fe5e6adddc081575489d2f0df78e92ad85a 100644 (file)
@@ -230,7 +230,8 @@ protected:
                            Float_t  /* edep     */, 
                            UShort_t /* count1   */, 
                            Short_t  /* count2   */, 
-                           Short_t  /* count3   */) const {}
+                           Short_t  /* count3   */,
+                           Short_t  /* count4   */) const {}
 
   AliRunLoader* fRunLoader;       //! Run loader
   AliFMDEdepMap fEdep;             // Cache of Energy from hits 
@@ -239,7 +240,14 @@ protected:
   /** Copy CTOR 
       @param o object to copy from  */
   AliFMDBaseDigitizer(const AliFMDBaseDigitizer& o) 
-    : AliDigitizer(o) {}
+    : AliDigitizer(o),
+      fRunLoader(0),
+      fEdep(AliFMDMap::kMaxDetectors, 
+           AliFMDMap::kMaxRings, 
+           AliFMDMap::kMaxSectors, 
+           AliFMDMap::kMaxStrips),
+      fShapingTime(0)
+  {}
   /** Assignment operator
       @return Reference to this object */
   AliFMDBaseDigitizer& operator=(const AliFMDBaseDigitizer&) { return *this; }