Skip to content
Snippets Groups Projects
Commit a346e370 authored by Sylvia Louise Mason's avatar Sylvia Louise Mason
Browse files

Merge branch easyjet:main into main

parents ca5d6fa0 ccebf826
Branches main
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ def get_small_R_jet_branches(
"JVFCorr",
"NNJvt",
"NNJvtRpt",
"DFCommonJets_fJvt",
]
if flags.Input.isMC:
......
......@@ -7,6 +7,6 @@ def get_truthelectron_branches(flags, input_container, output_prefix):
output_prefix,
)
truthelectron_branches.variables = ["px", "py", "pz", "e", "m", "charge"]
truthelectron_branches.variables = ["px", "py", "pz", "e", "m", "pdgId"]
return truthelectron_branches.get_output_list()
......@@ -7,6 +7,6 @@ def get_truthmuon_branches(flags, input_container, output_prefix):
output_prefix,
)
truthmuon_branches.variables = ["px", "py", "pz", "e", "m", "charge"]
truthmuon_branches.variables = ["px", "py", "pz", "e", "m", "pdgId"]
return truthmuon_branches.get_output_list()
......@@ -2,6 +2,7 @@ include: EasyjetHub/base-config.yaml
# Which analysis to consider
do_ttbarCalib: false
do_ZbbyCalib: false
do_ZbbjCalib: false
do_ZllCalib: true
# We would use Alg in src/ZllCalibSelectionAlg
......
......@@ -56,7 +56,7 @@ ttree_output:
btag_info: false
large_R_jets:
btag_details: false
btag_details: true
CutList :
- PASS_EXACTLY_TWO_LEPTONS
......
......@@ -61,7 +61,7 @@ ttree_output:
btag_info: false
large_R_jets:
btag_details: false
btag_details: true
CutList :
- PASS_EXACTLY_TWO_LEPTONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment