5 from AthenaCommon.ConcurrencyFlags
import jobproperties
as jp
6 nThreads = jp.ConcurrencyFlags.NumThreads()
10 from AthenaConfiguration.ComponentFactory
import CompFactory
11 AthReadAlg=CompFactory.AthReadAlg
12 AthReadAlg_RecExRecoTests = AthReadAlg (
'TrackCollectionRead_CombinedInDetTracks',
13 Key =
'TrackCollection/CombinedInDetTracks',
15 ExtraInputs = {(
'InDetDD::SiDetectorElementCollection',
'ConditionStore+PixelDetectorElementCollection'),
16 (
'InDetDD::SiDetectorElementCollection',
'ConditionStore+SCT_DetectorElementCollection'),
17 (
'InDetDD::TRT_DetElementContainer' ,
'ConditionStore+TRT_DetElementContainer' ) })
19 topSequence += AthReadAlg_RecExRecoTests