Skip to content
Snippets Groups Projects
Commit 1f14df1a authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'El_ph_detaield_content' into 'master'

ATLPHYSVAL-797 add Detailed content for GSFTrackParticles.  Includes Parametes and TRT hits variables

See merge request atlas/athena!45550
parents 986e932b bafc071b
No related merge requests found
......@@ -12,7 +12,8 @@ from typing import Sequence
from DerivationFrameworkCore.DerivationFrameworkMaster import buildFileName, DerivationFrameworkIsMonteCarlo, DerivationFrameworkJob
from DerivationFrameworkInDet import InDetCommon
from DerivationFrameworkEGamma import EGammaCommon
from DerivationFrameworkEGamma import ElectronsCPDetailedContent
from DerivationFrameworkEGamma.ElectronsCPDetailedContent import (
GSFTracksCPDetailedContent)
from DerivationFrameworkMuons import MuonsCommon
# Common augmentations ("DFCommon")
InDetCommon.makeInDetDFCommon()
......@@ -321,10 +322,9 @@ PHYSVALSlimmingHelper.ExtraVariables += ["AntiKt10TruthTrimmedPtFrac5SmallR20Jet
"TruthPrimaryVertices.t.x.y.z",
"TauNeutralParticleFlowObjects.pt.eta.phi.m.bdtPi0Score.nPi0Proto",
"TauChargedParticleFlowObjects.pt.eta.phi.m.bdtPi0Score",
"MET_Track.sumet",
"GSFTrackParticles.eProbabilityHT.parameterX.parameterPX.parameterPY.parameterPZ.parameterPosition"
"MET_Track.sumet"
]
PHYSVALSlimmingHelper.ExtraVariables += GSFTracksCPDetailedContent
# Add trigger matching
trigmatching_helper_notau.add_to_slimming(PHYSVALSlimmingHelper)
trigmatching_helper_tau.add_to_slimming(PHYSVALSlimmingHelper)
......
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