Skip to content
Snippets Groups Projects
Commit 5b742be1 authored by Tova Holmes's avatar Tova Holmes
Browse files

Update DiLepFlags.py

parent d220fe84
No related branches found
No related tags found
32 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!37483Fix in monitoring of Pixel FE errors,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!34993KF-input adding jXERHO to the AOD outputs,!34864LH rings in front ot HR rigs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!3473421.0 fix dq servers,!33996WIP: Correct MM zpositions,!3291021.3 salva s0,!3217421.9 - Bug fix for test stream creation in RD53BEncodingTool,!3135321.3,!3134821.9 README Update,!31345Add HEC sampling fractions macros,!31136added also PUsub for LargeR jets,!31123WIP: Master ttmdev,!3036121.9 fixing bug with layer indices in PixelRDOAnalysis,!29643Merge 21.3.17 into 21.9,!29454Idpvm 21.0 fix typo in trackselection config,!29085TRT modification for fractional charged particles,!28989Merge 21.0.105 into 21.3,!28499Update DiLepFlags.py to add HLT_2g50_loose
Pipeline #1273068 passed with stage
in 0 seconds
......@@ -21,7 +21,7 @@ class DiLep_FilterFlags(JobProperty):
SiPhTriggers = ["HLT_g140_loose", "HLT_g200_loose", "HLT_g200_loose_L1EM24VHIM"]
if rpvllTrig.doRPVLLTriggerAPI:
SiPhTriggers += apitriggers.getDiLepSiPhTriggers() ## TriggerAPI
DiPhTriggers = ["HLT_2g50_loose_L12EM20VH", "HLT_2g60_loose_L12EM20VH"]
DiPhTriggers = ["HLT_2g50_loose", "HLT_2g50_loose_L12EM20VH", "HLT_2g60_loose_L12EM20VH"]
if rpvllTrig.doRPVLLTriggerAPI:
DiPhTriggers += apitriggers.getDiLepDiPhTriggers() ## TriggerAPI
SiMuTriggers = ["HLT_mu80_msonly_3layersEC"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment