From bdb117433e93107e7ba6e23c05fe90d6a989a2d7 Mon Sep 17 00:00:00 2001 From: gvolpe Date: Tue, 17 Feb 2015 12:53:08 +0100 Subject: [PATCH] Change needed for G4 --- HMPID/HMPIDsim/AliHMPIDv3.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/HMPID/HMPIDsim/AliHMPIDv3.cxx b/HMPID/HMPIDsim/AliHMPIDv3.cxx index 1cef2f4a5e4..7830a8c66c1 100644 --- a/HMPID/HMPIDsim/AliHMPIDv3.cxx +++ b/HMPID/HMPIDsim/AliHMPIDv3.cxx @@ -929,6 +929,7 @@ void AliHMPIDv3::StepManager() if(eloss>0) { new((*fHits)[fNhits++])AliHMPIDHit(idch,eloss,pid,tid,xl,yl,hitTime,out); //HIT for MIP, position near anod plane, eloss will be set to Q if(fDoFeed) GenFee(eloss); //generate feedback photons + eloss=0; } }else //just going inside eloss += TVirtualMC::GetMC()->Edep(); //collect this step eloss -- 2.39.3