]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
FillMapFrompList() commented out in SDigitToDigit() to avoid double counting of the...
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Nov 2001 10:16:53 +0000 (10:16 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Nov 2001 10:16:53 +0000 (10:16 +0000)
ITS/AliITSsimulationSSD.cxx

index b26997bd9c4437b96efd5ddb79f82b504adc9501..4a203869040abf1d5fe96c58205553322ebacf60 100644 (file)
@@ -135,7 +135,8 @@ void AliITSsimulationSSD::SDigitiseModule(AliITSmodule *mod,Int_t dummy0,
 void AliITSsimulationSSD::SDigitToDigit(Int_t module,AliITSpList *pList){
     // Takes the pList and finishes the digitization.
 
-    FillMapFrompList(pList);
+    //FillMapFrompList(pList);  // commented out to avoid double counting of
+                                // the charge 
 
     ApplyNoise(pList,module);
     ApplyCoupling(pList,module);