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
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ def get_small_R_jet_branches( ...@@ -105,6 +105,7 @@ def get_small_R_jet_branches(
"JVFCorr", "JVFCorr",
"NNJvt", "NNJvt",
"NNJvtRpt", "NNJvtRpt",
"DFCommonJets_fJvt",
] ]
if flags.Input.isMC: if flags.Input.isMC:
......
...@@ -7,6 +7,6 @@ def get_truthelectron_branches(flags, input_container, output_prefix): ...@@ -7,6 +7,6 @@ def get_truthelectron_branches(flags, input_container, output_prefix):
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() return truthelectron_branches.get_output_list()
...@@ -7,6 +7,6 @@ def get_truthmuon_branches(flags, input_container, output_prefix): ...@@ -7,6 +7,6 @@ def get_truthmuon_branches(flags, input_container, output_prefix):
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() return truthmuon_branches.get_output_list()
...@@ -2,6 +2,7 @@ include: EasyjetHub/base-config.yaml ...@@ -2,6 +2,7 @@ include: EasyjetHub/base-config.yaml
# Which analysis to consider # Which analysis to consider
do_ttbarCalib: false do_ttbarCalib: false
do_ZbbyCalib: false
do_ZbbjCalib: false do_ZbbjCalib: false
do_ZllCalib: true do_ZllCalib: true
# We would use Alg in src/ZllCalibSelectionAlg # We would use Alg in src/ZllCalibSelectionAlg
......
...@@ -56,7 +56,7 @@ ttree_output: ...@@ -56,7 +56,7 @@ ttree_output:
btag_info: false btag_info: false
large_R_jets: large_R_jets:
btag_details: false btag_details: true
CutList : CutList :
- PASS_EXACTLY_TWO_LEPTONS - PASS_EXACTLY_TWO_LEPTONS
......
...@@ -61,7 +61,7 @@ ttree_output: ...@@ -61,7 +61,7 @@ ttree_output:
btag_info: false btag_info: false
large_R_jets: large_R_jets:
btag_details: false btag_details: true
CutList : CutList :
- PASS_EXACTLY_TWO_LEPTONS - 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