ATLAS Offline Software
Loading...
Searching...
No Matches
TBExtrapolToCaloTool_joboptions.py
Go to the documentation of this file.
1print "WARNING obsolete joboption. Please TestBeam/TBRec/python/ExtrapolTrackToCalo configurables instead "
2
3if not 'TTC_ExtrapolatorInstance' in dir():
4 TTC_ExtrapolatorInstance = 'TTC_Extrapolator'
5# from AW
6from TrkConfigurableWrapper.ConfigurableWrapper import ConfigurableWrapper
7
8
9from TrkExTools.AtlasExtrapolator import AtlasExtrapolator
10
11theAtlasExtrapolator=AtlasExtrapolator()
12ToolSvc+=theAtlasExtrapolator
13TTC_Extrapolator = ConfigurableWrapper(theAtlasExtrapolator)
14# default name Trk::Extrapolator/AtlasExtrapolor used by default ( to be changed)
15