Skip to content
Snippets Groups Projects
Commit 2476a947 authored by Jiahui Zhuo's avatar Jiahui Zhuo :penguin: Committed by Rosen Matev
Browse files

Add more functors to access neutral CALO information

parent 8928fd7f
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!836Add more functors to access neutral CALO information
......@@ -158,9 +158,9 @@ def all_variables(pvs, dtf, mctruth, ptype, candidates=None, ftAlg=None):
all_vars.update({'HCALPIDE': F.HCALPIDE})
all_vars.update({'HCALPIDMU': F.HCALPIDMU})
all_vars.update({'ELECTRONSHOWEREOP': F.ELECTRONSHOWEREOP})
all_vars.update({'CLUSTERMATCH': F.CLUSTERMATCH})
all_vars.update({'ELECTRONMATCH': F.ELECTRONMATCH})
all_vars.update({'BREMHYPOMATCH': F.BREMHYPOMATCH})
all_vars.update({'CLUSTERMATCH': F.CLUSTERMATCH_CHI2})
all_vars.update({'ELECTRONMATCH': F.ELECTRONMATCH_CHI2})
all_vars.update({'BREMHYPOMATCH': F.BREMHYPOMATCH_CHI2})
all_vars.update({'ELECTRONENERGY': F.ELECTRONENERGY})
all_vars.update({'BREMHYPOENERGY': F.BREMHYPOENERGY})
all_vars.update({'BREMHYPODELTAX': F.BREMHYPODELTAX})
......@@ -267,7 +267,7 @@ def all_variables(pvs, dtf, mctruth, ptype, candidates=None, ftAlg=None):
all_vars.update({'SDOCA': F.SDOCA(1, 2)})
all_vars.update({'SDOCACHI2': F.SDOCACHI2(1, 2)})
if basic:
all_vars.update({'SHOWER_SHAPE': F.SHOWER_SHAPE})
all_vars.update({'SHOWER_SHAPE': F.CALO_NEUTRAL_SHOWER_SHAPE})
if comp:
all_vars.update({
......
......@@ -98,6 +98,7 @@ def main(options: Options):
FC.MCVertexInfo(mctruth_alg=MCTRUTH),
FC.MCPromptDecay(mctruth_alg=MCTRUTH),
FC.TrackIsolation(iso_rel_table=iso_rel_table),
FC.NeutralCaloInfo(),
FC.ParticleID()
]
......
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