Skip to content

Commit

Permalink
fix minimum of the di-muon mass window in the Z->mm validation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Sep 28, 2024
1 parent 8a32994 commit c3e483e
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 c3e483e

Please sign in to comment.