From f16155ced4c20de463355075288a7f683769a6fe Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 28 Mar 2017 14:57:23 +0200 Subject: [PATCH] add info printout about changed sensitive actionwq --- DDSim/DD4hepSimulation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DDSim/DD4hepSimulation.py b/DDSim/DD4hepSimulation.py index 929266ff3..3779f0566 100644 --- a/DDSim/DD4hepSimulation.py +++ b/DDSim/DD4hepSimulation.py @@ -611,6 +611,7 @@ class DD4hepSimulation(object): for pattern in self.action.mapActions: if pattern.lower() in det.lower(): action = self.action.mapActions[pattern] + print ' replace default action with : ' , action break seq,act = setupFuction( det, type=action ) self.filter.applyFilters( seq, det, defaultFilter ) -- GitLab