Skip to content
Snippets Groups Projects

Draft: RICH alignment 2025

Open Alex Marshall requested to merge RICHalignment_2025 into master
1 file
+ 11
2
Compare changes
  • Side-by-side
  • Inline
@@ -194,8 +194,9 @@ class hlt2_reco_rich_noUT_panoptes_dd4hep_both:
from GaudiKernel.SystemOfUnits import GeV, MeV, mm, mrad
from Moore import (
options,
run_reconstruction,
# run_reconstruction,
)
from RecoConf.config import run_reconstruction
from Panoptes.alignment import (
standalone_rich_online_align_reco,
standalone_rich_panel_align_reco,
@@ -219,6 +220,11 @@ class hlt2_reco_rich_noUT_panoptes_dd4hep_both:
)
from RecoConf.rich_reconstruction import default_rich_reco_options
from PyConf.application import (
configure,
configure_input,
)
"""Options for running over data with FT raw bank version 6."""
from RecoConf.decoders import (
default_ft_decoding_version,
@@ -505,6 +511,8 @@ class hlt2_reco_rich_noUT_panoptes_dd4hep_both:
options.conddb_tag = "upgrade/sim-20220612-vc-md100-RICHcustomFTv6"
options.simulation = True
config = configure_input(options)
param_list = ["p0_x", "p1_x", "p0_y", "p1_y", "p0_z", "p1_z"]
param_dict = dict.fromkeys(param_list)
@@ -644,7 +652,8 @@ class hlt2_reco_rich_noUT_panoptes_dd4hep_both:
}
}
default_moni_opts.update(tighter_minp)
wider_histo = {"CKResHistoRange": (0.025, 0.005, 0.004)}
# wider_histo = {"CKResHistoRange": (0.025, 0.005, 0.004)}
wider_histo = {"CKResHistoRange": (0.005, 0.005)}
default_moni_opts.update(wider_histo)
useUT = {"UseUT": useUT_bool}
default_moni_opts.update(useUT)
Loading