Skip to content
Snippets Groups Projects

Draft: RICH alignment 2025

Open Alex Marshall requested to merge RICHalignment_2025 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -30,9 +30,9 @@ import glob
path = "/calib/align/LHCb/Rich1/0000307065/*.mdf"
files = glob.glob(path)
options.input_files = files[:4]
print(len(files))
print(options.input_files)
quit()
# print(len(files))
# print(options.input_files)
# quit()
options.evt_max = 1000
options.print_freq = 100
Loading