You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
printRed("One or more VFATs has a bad (large chisquare) DAC vs ADC fit")
883
+
printRed(e.message)
884
+
ifnotargs.acceptBadDACFits:
885
+
printRed("DAC Scan Analysis Failed")
886
+
printRed("Conncetivity Testing Failed")
887
+
return
888
+
else:
889
+
printYellow("I've been told to ignore cases of VFATs having bad DAC vs ADC fits; results may not be so good")
878
890
exceptVFATDACBiasCannotBeReachedase:
879
891
printRed("One or more VFATs is unable to reach the correct bias voltage/current setpoint")
880
892
printRed(e.message)
@@ -1147,6 +1159,7 @@ def testConnectivity(args):
1147
1159
parser.add_argument("--checkCSCTrigLink",action="store_true",help="Check also the trigger link for the CSC trigger associated to OH in mask")
1148
1160
parser.add_argument("--deadChanCuts",type=str,help="Comma separated pair of integers specifying in fC the scurve width to consider a channel dead",default="0.1,0.5")
1149
1161
parser.add_argument("--acceptBadDACBiases",action="store_true",help="Ignore failures where a VFAT DAC cannot reach the correct bias voltage/current")
1162
+
parser.add_argument("--acceptBadDACFits",action="store_true",help="Ignore cases where a VFAT DAC vs ADC fit has a large chisquare")
1150
1163
parser.add_argument("-a","--acceptBadTrigLink",action="store_true",help="Ignore failing trigger link status checks")
parser.add_argument("--detType",type=str,help="Detector type within gemType. If gemType is 'ge11' then this should be from list {0}; if gemType is 'ge21' then this should be from list {1}; and if type is 'me0' then this should be from the list {2}".format(gemVariants['ge11'],gemVariants['ge21'],gemVariants['me0']),default=None)
0 commit comments