Skip to content
Snippets Groups Projects

Draft: Update Rich/RichMirrorAlignmentOnline for use during Run 3 (RICH-51, RICH-60)

Closed Paras Naik requested to merge pnaik_Run3MirrOnline_202205 into master
Compare and Show latest version
1 file
+ 20
0
Compare changes
  • Side-by-side
  • Inline
@@ -75,6 +75,12 @@ class Rich1MirrAlignOnConf(LHCbConfigurableUser):
"compareXMLFile":
"" # if this is blank, it automatically uses the DB XML file
,
"startYAMLFile":
"" # "/group/rich/sw/cmtuser/AlignmentOnlineDev_v12r1/Rich/RichMirrorAlignmentOnline/files/Rich1_Zeroed.yml" # if testing is not True OR this is blank, it automatically uses the DB XML file
,
"compareYAMLFile":
"" # if this is blank, it automatically uses the DB YAML file
,
"coeffCalibTilt":
0.7,
"minAverageBinPop":
@@ -170,6 +176,10 @@ class Rich1MirrAlignOnConf(LHCbConfigurableUser):
""" ONLY IF testing = True, this is the XML file with the mirror tilts that we start with for the alignment; if it is blank or testing is not True, it uses the latest v-numbered xml (which is what should be currently in the DB) """,
"compareXMLFile":
""" XML file with mirror tilts, for comparison of mirror tilts before and after alignment; if it is blank, it uses the latest v-numbered xml (which is what should be currently in the DB) """,
"startYAMLFile":
""" ONLY IF testing = True, this is the YAML file with the mirror tilts that we start with for the alignment; if it is blank or testing is not True, it uses the latest v-numbered yml (which is what should be currently in the DB) """,
"compareYAMLFile":
""" YAML file with mirror tilts, for comparison of mirror tilts before and after alignment; if it is blank, it uses the latest v-numbered yml (which is what should be currently in the DB) """,
"coeffCalibTilt":
""" Mirror-tilts applied for the calculation of the magnification coefficients. """,
"minAverageBinPop":
@@ -329,6 +339,12 @@ class Rich2MirrAlignOnConf(LHCbConfigurableUser):
"compareXMLFile":
"" # if this is blank, it automatically uses the DB XML file
,
"startYAMLFile":
"" # "/group/rich/sw/cmtuser/AlignmentOnlineDev_v12r1/Rich/RichMirrorAlignmentOnline/files/Rich2_Zeroed.yml" # if testing is not True OR this is blank, it automatically uses the DB YAML file
,
"compareYAMLFile":
"" # if this is blank, it automatically uses the DB YAML file
,
"coeffCalibTilt":
0.3,
"minAverageBinPop":
@@ -425,6 +441,10 @@ class Rich2MirrAlignOnConf(LHCbConfigurableUser):
""" ONLY IF testing = True, this is the XML file with the mirror tilts that we start with for the alignment; if it is blank or testing is not True, it uses the latest v-numbered xml (which is what should be currently in the DB) """,
"compareXMLFile":
""" XML file with mirror tilts, for comparison of mirror tilts before and after alignment; if it is blank, it uses the latest v-numbered xml (which is what should be currently in the DB) """,
"startYAMLFile":
""" ONLY IF testing = True, this is the YAML file with the mirror tilts that we start with for the alignment; if it is blank or testing is not True, it uses the latest v-numbered yml (which is what should be currently in the DB) """,
"compareYAMLFile":
""" YAML file with mirror tilts, for comparison of mirror tilts before and after alignment; if it is blank, it uses the latest v-numbered yml (which is what should be currently in the DB) """,
"coeffCalibTilt":
""" Mirror-tilts applied for the calculation of the magnification coefficients. """,
"minAverageBinPop":
Loading