Skip to content
Snippets Groups Projects

Use precision tracking in min-bias slice

Merged Tomasz Bold requested to merge tbold/athena:use-precision-tracking-for-min-bias into master
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,6 @@ def get_idtrig_view_verifier(name):
( 'SpacePointContainer', TrigPixelKeys.SpacePoints ),
( 'SpacePointOverlapCollection', 'StoreGateSvc+OverlapSpacePoints' ),
( 'InDet::PixelGangedClusterAmbiguities' , 'StoreGateSvc+TrigPixelClusterAmbiguitiesMap' )
# #( 'xAOD::EventInfo', 'StoreGateSvc+EventInfo' )
]
viewDataVerifier.DataObjects += [( 'InDet::PixelClusterContainerCache' , InDetCacheNames.Pixel_ClusterKey ),
@@ -220,8 +219,8 @@ def makePrecisionInDetPatternRecognition( config, inputTracks,verifier = None ):
ambiguitySolverAlg = ambiguitySolverAlg_builder( name = get_full_name( core = 'TrkAmbiguitySolver', suffix = config.name ),
config = config,
inputTrackScoreMap = get_scoremap_name( config.name ), #Map of tracks and their scores,
outputTrackCollection = config.PT.trkTracksPT()+"_Amb" ) #FIXME: for now keep PT but if TRT added this will ahve to become intermediate collection
outputTrackCollection = config.PT.trkTracksPT()+"_Amb" ) #FIXME: for now keep PT but if TRT added this will ahve to become intermediate collection
ptAlgs.append( ambiguitySolverAlg )
#-----------------------------------------------------------------------------
Loading