Skip to content
Snippets Groups Projects
Commit f16155ce authored by Frank Gaede's avatar Frank Gaede Committed by Andre Sailer
Browse files

add info printout about changed sensitive actionwq

parent 8e0bd90e
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment