diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG4DxAugmentation.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG4DxAugmentation.py index 0c25d6f6a018d9fd3509d0183333a4d8bcd766e5..997430889566905f7a200962f3b876636456c41c 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG4DxAugmentation.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG4DxAugmentation.py @@ -57,7 +57,8 @@ def setup(HIGG4DxName, ToolSvc): HIGG4DxTauPVTrkSelectionTool = DerivationFramework__TauPVTrkSelectionTool( name = "HIGG4DxTauPVTrkSelectionTool", #minPt = 15000, #m_maxDeltaR = 0.2, - UseTrueTracks = DFisMC, +# UseTrueTracks = DFisMC, + UseTrueTracks = False, # TauTruthTrackMatchingTool not working ATM. Needs protection against thinned truth info in the xAOD TauContainerName = "TauJets", TauPVTracksContainerName = "TauPVTracks") ToolSvc += HIGG4DxTauPVTrkSelectionTool