Skip to content
Snippets Groups Projects
Commit 4f77b417 authored by John Derek Chapman's avatar John Derek Chapman Committed by Graeme Stewart
Browse files

python/ISF_SimulationSelectorsConfig.py,...

python/ISF_SimulationSelectorsConfig.py, python/ISF_SimulationSelectorsConfigDb.py - add getPassBackGeant4Selector method for degbugging ATLASSIM-1738. Needs ISF_Geant4Config-00-01-18 or later. Tagged as ISF_SimulationSelectors-00-01-06 (ISF_SimulationSelectors-00-01-06)

	* python/ISF_SimulationSelectorsConfig.py,
	python/ISF_SimulationSelectorsConfigDb.py - add
	getPassBackGeant4Selector method for degbugging ATLASSIM-1738.
	* Needs ISF_Geant4Config-00-01-18 or later.
	* Tagged as ISF_SimulationSelectors-00-01-06
parent 86a0a7bb
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ def getFullGeant4Selector(name="ISF_FullGeant4Selector", **kwargs):
kwargs.setdefault("Simulator" , getService('ISF_FullGeant4SimSvc'))
return getDefaultSimSelector(name, **kwargs )
def getPassBackGeant4Selector(name="ISF_PassBackGeant4Selector", **kwargs):
kwargs.setdefault("Simulator" , getService('ISF_PassBackGeant4SimSvc'))
return getDefaultSimSelector(name, **kwargs )
def getDefaultFastCaloSimSelector(name="ISF_DefaultFastCaloSimSelector", **kwargs):
kwargs.setdefault("Simulator" , getService('ISF_FastCaloSimSvc'))
return getDefaultSimSelector(name, **kwargs )
......
......@@ -49,6 +49,7 @@ addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getDefaultGeant4S
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getDefaultAFIIGeant4Selector" , "ISF_DefaultAFIIGeant4Selector" )
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getDefaultLongLivedGeant4Selector" , "ISF_DefaultLongLivedGeant4Selector" )
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getFullGeant4Selector" , "ISF_FullGeant4Selector" )
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getPassBackGeant4Selector" , "ISF_PassBackGeant4Selector" )
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getFatrasPileupSelector" , "ISF_FatrasPileupSelector" )
addTool("ISF_SimulationSelectors.ISF_SimulationSelectorsConfig.getFatrasRandomSelector" , "ISF_FatrasRandomSelector" )
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