Skip to content
Snippets Groups Projects

Tidying of ISF Sim Service code

Merged John Derek Chapman requested to merge jchapman/athena:ISF_MT_tidying_master into master
14 files
+ 42
240
Compare changes
  • Side-by-side
  • Inline
Files
14
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
"""
Tools configurations for ISF
Service configurations for ISF
KG Tan, 17/06/2012
"""
@@ -60,11 +60,6 @@ def getAFIIGeoIDSvc(name="ISF_AFIIGeoIDSvc", **kwargs):
return getGeoIDSvc(name, **kwargs)
def getParticleKillerSvc(name="ISF_ParticleKillerSvc", **kwargs):
kwargs.setdefault('Identifier', "ParticleKiller")
kwargs.setdefault('SimulatorTool', "ISF_ParticleKillerTool")
return CfgMgr.ISF__ParticleKillerSimSvc(name, **kwargs)
def getGenParticleFilters():
genParticleFilterList = []
genParticleFilterList = ['ISF_ParticleFinalStateFilter'] # not used for Quasi-stable particle simulation
Loading