Skip to content

Commit

Permalink
Merge pull request #39099 from adewit/fix-etau-overlap-filter
Browse files Browse the repository at this point in the history
Fix nanoAOD trigger bits for e+tau overlap filter
  • Loading branch information
cmsbuild committed Aug 19, 2022
2 parents 3344887 + 338d9be commit 2af4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/python/triggerObjects_cff.py
Expand Up @@ -107,7 +107,7 @@
"32*filter('*Hps*') + " \
"64*filter('hlt*DoublePFTau*TrackPt1*ChargedIsolation*Dz02*') + " \
"128*filter('hlt*DoublePFTau*DeepTau*L1HLTMatched') + " \
"256*filter('hlt*OverlapFilterIsoEle*WPTightGsf*PFTau') + " \
"256*filter('hlt*OverlapFilterIsoEle*WPTightGsf*PFTau*') + " \
"512*filter('hlt*OverlapFilterIsoMu*PFTau*') + " \
"1024*filter('hlt*SelectedPFTau*L1HLTMatched') + " \
"2048*filter('hlt*DoublePFTau*TrackPt1*ChargedIso*') + " \
Expand Down

0 comments on commit 2af4be6

Please sign in to comment.