Skip to content
Snippets Groups Projects
Commit 7c4f8b97 authored by Patrick Ecker's avatar Patrick Ecker
Browse files

removed the pi0 reco part

parent 994dc4d1
Branches
No related tags found
1 merge request!63Low level cut study
......@@ -16,8 +16,6 @@
},
"output": [
"piNeutral_from_list_ntuple",
"piNeutral_reco_ntuple",
"piNeutral_reco_vertex_ntuple",
"piCharged_ntuple",
"e_ntuple",
"mu_ntuple",
......
......@@ -53,6 +53,7 @@ piNeutralVars = [
'daughterInvariantMass(0, 1)',
'chiProb',
'abs(SigMBF)',
'SigMBF',
'daughterAngle(0,1)',
'useRestFrame(daughterAngle(0,1))',
'daughterAngleInBetween(0,1)',
......@@ -89,29 +90,6 @@ main_path.add_module(
variables=piNeutralVars
)
reconstructor.reconstruct_pi0()
main_path.add_module(
'VariablesToNtuple',
fileName=output_dict['piNeutral_reco_ntuple'],
particleList='pi0:reco',
variables=piNeutralVars
)
massVertexKFit(
list_name='pi0:reco',
conf_level=-2.,
decay_string='',
path=main_path,
)
main_path.add_module(
'VariablesToNtuple',
fileName=output_dict['piNeutral_reco_vertex_ntuple'],
particleList='pi0:reco',
variables=piNeutralVars
)
#######
# pi+ #
#######
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment