Skip to content
Snippets Groups Projects

B2taunu with btracking lines

Merged Maarten Van Veghel requested to merge mveghel-b2taunu-btracking into master
Compare and Show latest version
3 files
+ 7
25
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,8 +28,7 @@ B tracking, hence large transverse flight distance requirements and VELO raw ban
def make_pions(pid=(F.PID_K < 4)):
with base_builder.make_candidate.bind(pid=pid):
return base_builder.make_prong_pions()
return base_builder.make_prong_pions(pid=pid)
def make_kaons(pid=(F.PID_K > 4)):
Loading