Skip to content

Commit

Permalink
better filterbits for double electron triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Nov 6, 2023
1 parent 7d99d30 commit ab30954
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PhysicsTools/NanoAOD/python/triggerObjects_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def AND(tokens):
mksel("filter('hltEle*WPTight*TrackIsoFilter*')","1e (WPTight)"),
mksel("filter('hltEle*WPLoose*TrackIsoFilter')","1e (WPLoose)"),
mksel("filter('*OverlapFilter*IsoEle*PFTau*')","OverlapFilter PFTau"),
mksel("filter('hltEle*Ele*CaloIdLTrackIdLIsoVL*Filter')","2e"),
mksel("filter('hltEle*Ele*CaloIdLTrackIdLIsoVLTrackIsoLeg1Filter')","2e (Leg 1)"),
mksel("filter('hltEle*Ele*CaloIdLTrackIdLIsoVLTrackIsoLeg2Filter')","2e (Leg 2)"),
mksel("filter('hltMu*TrkIsoVVL*Ele*CaloIdLTrackIdLIsoVL*Filter*')","1e-1mu"),
mksel("filter('hlt*OverlapFilterIsoEle*PFTau*')","1e-1tau"),
mksel("filter('hltEle*Ele*Ele*CaloIdLTrackIdLDphiLeg*Filter')","3e"),
Expand All @@ -73,6 +74,7 @@ def AND(tokens):
mksel("filter('hltEle*CaloIdVTGsfTrkIdTGsfDphiFilter')","1e (CaloIdVT_GsfTrkIdT)"),
mksel("path('HLT_Ele*PFJet*')","1e (PFJet)"),
mksel(["hltEG175HEFilter","hltEG200HEFilter"],"1e (Photon175_OR_Photon200)"),
mksel("filter('hltEle*CaloIdLMWPMS2Filter')","2e (CaloIdL_MW seeded)"),
mksel("filter('hltDiEle*CaloIdLMWPMS2UnseededFilter')","2e (CaloIdL_MW unseeded)")
)
),
Expand Down

0 comments on commit ab30954

Please sign in to comment.