Skip to content
Snippets Groups Projects
Commit cb40c412 authored by Daniel Scheirich's avatar Daniel Scheirich
Browse files

Fix to the HIGG4D3 failing the ART tests for MC16c

HIGG4D3 was failing ART tests on MC16 because of the truth-matching code related to the PV refitting (TauTruthTrackMatchingTool). The problem was temporarilly fixed by setting the PV refitting tool to the same config as used for data. This may have to be revisitted after discussion with experts.


Former-commit-id: f8525354c281a3a267b8726978b3f2b78ee5d7f4
parent 81b498b5
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,8 @@ def setup(HIGG4DxName, ToolSvc): ...@@ -57,7 +57,8 @@ def setup(HIGG4DxName, ToolSvc):
HIGG4DxTauPVTrkSelectionTool = DerivationFramework__TauPVTrkSelectionTool( name = "HIGG4DxTauPVTrkSelectionTool", HIGG4DxTauPVTrkSelectionTool = DerivationFramework__TauPVTrkSelectionTool( name = "HIGG4DxTauPVTrkSelectionTool",
#minPt = 15000, #minPt = 15000,
#m_maxDeltaR = 0.2, #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", TauContainerName = "TauJets",
TauPVTracksContainerName = "TauPVTracks") TauPVTracksContainerName = "TauPVTracks")
ToolSvc += HIGG4DxTauPVTrkSelectionTool ToolSvc += HIGG4DxTauPVTrkSelectionTool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment