]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDEdepMap.cxx
macros for reading RecPoints
[u/mrichter/AliRoot.git] / FMD / AliFMDEdepMap.cxx
index aa8cd817bd8c376851a80bb9983331d99d4fbe96..b4653602317026f7f173d9b56ca9d21a44de059c 100644 (file)
@@ -40,6 +40,7 @@ ClassImp(AliFMDEdepMap)
 AliFMDEdepMap::AliFMDEdepMap(const AliFMDEdepMap& other)
   : AliFMDMap(other.fMaxDetectors, other.fMaxRings, other.fMaxSectors, 
              other.fMaxStrips), 
+    fTotal(0),
     fData(0)
 {
   // Copy constructor 
@@ -56,6 +57,7 @@ AliFMDEdepMap::AliFMDEdepMap(size_t maxDet,
                             size_t maxSec, 
                             size_t maxStr)
   : AliFMDMap(maxDet, maxRing, maxSec, maxStr), 
+    fTotal(0),
     fData(0)
 {
   // Construct a map