#
# Talk to the manager modules. For simulation the module defaults are OK.
#
# Tell the calibrarion manager the used set
talk CalibrationManager
production set t
PrintDBStats set true
ConnectionTimeout set 10
# Pass3 contains Pass02+ extra Tof calibration tables
# Pass4 has new alignment constants from Ray
# Pass5 has offline LERs and new CMX alignment
# Pass6 has new alignments and is used for 4.8.4 processing
# Pass 7 has CORRECT alignments
PassName set 07
parmSetName set Pass07
exit
# take silicon alignment from database used set if not MC
if { $mcProd } then {
talk GeometryManager
SiliconGeometryMenu
AlignmentSource set "none"
exit
parmSetName set AlignmentNone
exit
} else {
talk GeometryManager
SiliconGeometryMenu
AlignmentSource set "ofotl_prd_read 100030 1 GOOD"
exit
parmSetName set AlignmentUseSets
exit
}
|