DerivationFrameworkHiggs - Refine quadruplet selection for vertex fit
Hi everybody,
this MR introduces a couple of selection additional selection cuts on the quadruplets entering the FourLepton vertex fit. The fit is only performed if:
- The di-lepton pair with the highest mass has to be at least 40 GeV regardless of the flavour and charge composition
- ee and mumu pairs with opposite charges have to be at least 3.5 GeV
- The two leptons leading in pt need to exceed 15 and 10 GeV, respectively.
- The four leptons have to be separated in z by less than 7.5 mm
- Apply minimal quality criteria on the ID tracks as well.
Additionally the fitted vertex has to have a reduced chi2 of less than 20. The covariances
and trackWeights
are not needed in the analysis and hence their information is pruned from the vertex.
The implemented selections reduce the average number of fits per event from 25 to 0.5 and the disk resource usage from 60% to less than 1%. This will make our friend here very happy:
Merge request reports
Activity
assigned to @jojungge
This merge request affects 1 package:
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs
This merge request affects 3 files:
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/DerivationFrameworkHiggs/FourLeptonVertexingAlgorithm.h
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/FourLeptonVertexing.py
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/src/FourLeptonVertexingAlgorithm.cxx
added Derivation master review-pending-level-1 labels
CI Result SUCCESS (hash 341bbb6e)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 58276]removed review-pending-level-1 label
added review-approved label
mentioned in commit 666860ca
added sweep:ignore label
mentioned in merge request !56303 (merged)