Skip to content
Snippets Groups Projects
Commit 12aa53cc authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'main-STDM7-derivation-update' into 'main'

Fixing issue in STDM7 with unproper selection of DNNLoose electrons

See merge request atlas/athena!70447
parents d873bd9c 5b444e45
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def STDM7SkimmingToolCfg(flags):
muonsRequirements = '(Muons.pt >= 4*GeV) && (abs(Muons.eta) < 2.6)' \
'&& (Muons.DFCommonMuonPassPreselection) && (Muons.DFCommonMuonPassIDCuts)'
electronsRequirements = '(Electrons.pt > 11*GeV) && (abs(Electrons.eta) < 2.6)' \
'&& ((Electrons.DFCommonElectronsLHLoose) || (Electrons.DFCommonElectronsDNNLoose))'
'&& ((Electrons.DFCommonElectronsLHLoose) || ((Electrons.DFCommonElectronsDNNLoose) && (Electrons.pt > 15*GeV)))'
chargedParticleRequirements = '(TruthParticles.pt > 500) && (TruthParticles.barcode < 200000)' \
'&& (TruthParticles.status == 1) && (TruthParticles.charge != 0)' \
......
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