]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDEdepMap.cxx
macros for reading RecPoints
[u/mrichter/AliRoot.git] / FMD / AliFMDEdepMap.cxx
index ec7625ccd3be56f078302584d6d88251c0c8c3bf..b4653602317026f7f173d9b56ca9d21a44de059c 100644 (file)
     @author  Christian Holm Christensen <cholm@nbi.dk>
     @date    Mon Mar 27 12:39:50 2006
     @brief   Per strip map of energy deposited and number of hits 
+    @ingroup FMD_sim
 */
 //____________________________________________________________________
 //                                                                          
+// Contains a pair of energy deposited fEdep and number of hits  
+// fN, fEdep is the summed energy deposition, and fN is the
+// number of hits.  The map contains one such object or each strip.
+// It is used to cache the data in the digitization classes
+// AliFMDBaseDigitizer and so on. 
 //
 //
 #include "AliFMDEdepMap.h"             // ALIFMDEDEPMAP_H
@@ -34,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 
@@ -50,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