Skip to content
Snippets Groups Projects

Add refractive index tests using trunk geom

Merged Christopher Rob Jones requested to merge add-2024-ref-calib-trunk-geom-test into master
All threads resolved!
Files
32
@@ -91,6 +91,9 @@ min_p = min(minPRads)
# runCalAtStop = not isQMTTest
runCalAtStop = True
# Enable quadrant fits
QuadFits = "trunk_geom" not in myName
if noUT:
from RecoConf.hlt2_tracking import make_hlt2_tracks_without_UT as track_maker
else:
@@ -104,6 +107,7 @@ with (
RefIndexCalib.bind(
OutputLevel=out_level,
CreatePDFSummary=not isQMTTest,
EnableQuadrantFits=(QuadFits, QuadFits),
OKToPublish=not isQMTTest,
RichFitTypes=(ckFitForm, ckFitForm),
UseRunningAverage=RunningAv,
Loading