Skip to content

Commit

Permalink
avoid non-reproducible ordering in l1tPhase2MuonEfficiency harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Sep 4, 2022
1 parent 459c35b commit 08244f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def generateEfficiencyStrings(ptQualCuts):
numDenDir = "nums_and_dens/"
varStrings = ['Pt', 'Eta', 'Phi']
etaStrings = ['etaMin0_etaMax0p83', 'etaMin0p83_etaMax1p24', 'etaMin1p24_etaMax2p4', 'etaMin0_etaMax2p4']
qualStrings = {'qualOpen', 'qualDouble', 'qualSingle'}
qualStrings = ['qualOpen', 'qualDouble', 'qualSingle']
muonStrings = ['SAMuon','TkMuon']

efficiencyStrings = []
Expand Down

0 comments on commit 08244f4

Please sign in to comment.