Skip to content

Commit

Permalink
Merge pull request #46145 from cms-trackeralign/mm_fix_minimum_Zmmu_1…
Browse files Browse the repository at this point in the history
…4_1_X

[14.1.X] fix minimum of the di-muon mass window in the Z→μμ validation tool
  • Loading branch information
cmsbuild authored Sep 30, 2024
2 parents 455d867 + c3e483e commit 80be34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
process.DiMuonMassValidation = _diMuonValidation.clone(
TkTag = 'TrackRefitter',
# mu mu mass
Pair_mass_min = 80.,
Pair_mass_min = 60.,
Pair_mass_max = 120.,
Pair_mass_nbins = 80,
Pair_etaminpos = -2.4,
Expand Down

0 comments on commit 80be34a

Please sign in to comment.