From 103dbacd6f1be13b8ec46c0b2bad0b446275b8aa Mon Sep 17 00:00:00 2001 From: ivana Date: Wed, 22 Nov 2000 14:39:55 +0000 Subject: [PATCH] removed fModule->SetIshunt(shunt) from UserProcessHits() --- AliGeant4/AliSensitiveDetector.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/AliGeant4/AliSensitiveDetector.cxx b/AliGeant4/AliSensitiveDetector.cxx index 903918d951d..3f7ea923041 100644 --- a/AliGeant4/AliSensitiveDetector.cxx +++ b/AliGeant4/AliSensitiveDetector.cxx @@ -69,12 +69,7 @@ void AliSensitiveDetector::UserProcessHits(const G4Track* track, gAlice->AddEnergyDeposit( fID, step->GetTotalEnergyDeposit()/TG3Units::Energy()); - // parent ID -> shunt - G4int parentID = track->GetParentID(); - Int_t shunt = 0; - if (parentID==0) shunt = 1; - fModule->SetIshunt(shunt); - + // let AliModule process the step fModule->StepManager(); } -- 2.43.0