Skip to content
Snippets Groups Projects

Add TrackCollection name to the BTrackAugmenter name

Merged Bingxuan LIU requested to merge biliu/athena:flexibleBTaggingConfig into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ def BTagTrackAugmenterAlgCfg(ConfigFlags, TrackCollection = 'InDetTrackParticles
# Minimal configuration
# @TODO why is options re-initialised to an empty dict ?
options = {}
options['name'] = ('BTagTrackAugmenter').lower() + PrimaryVertexCollectionName
options['name'] = ('BTagTrackAugmenter').lower() + PrimaryVertexCollectionName + TrackCollection
options['TrackContainer'] = TrackCollection
options['PrimaryVertexContainer'] = PrimaryVertexCollectionName
if 'TrackToVertexIPEstimator' not in options :
Loading