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

bugfixing

parent 2c2240c4
Branches
No related tags found
1 merge request!63Low level cut study
......@@ -6,7 +6,7 @@ Patrick Ecker 2020
from rdstar.online_analysis.final_state_particles import *
scale_factor = 0.15
scale_factor = 0.5
electron_cuts = [cut_info.scale_cut(percentage=scale_factor) for cut_info in electron_cuts]
muon_cuts = [cut_info.scale_cut(percentage=scale_factor) for cut_info in muon_cuts]
......
......@@ -230,6 +230,7 @@ KS0Vars = [
'isSignal',
'M', 'dM', 'InvM',
'abs(SigMBF)',
'SigMBF',
'E',
'Q', 'dQ',
'useCMSFrame(p)',
......@@ -274,6 +275,7 @@ KVars = [
'muIDBelle',
'muIDBelleQuality',
'atcPIDBelle(2,3)',
'atcPIDBelle(3,2)',
'extraInfo(ksnbStandard)',
'extraInfo(goodKs)',
'dr', 'dz',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment