ATLAS Offline Software
|
Variables | |
parser | |
required | |
True | |
help | |
type | |
str | |
default | |
action | |
args = parser.parse_args() | |
string | command = 'IBLCalibration directory_path=' + args.folder + ' THR=' + args.thr + ' TOT_HISDIS=' + args.totHisDis + ' TOT_LOWQ=' + args.totLowQ |
IBLCalibrationConfig.action |
Definition at line 16 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.args = parser.parse_args() |
Definition at line 19 of file IBLCalibrationConfig.py.
string IBLCalibrationConfig.command = 'IBLCalibration directory_path=' + args.folder + ' THR=' + args.thr + ' TOT_HISDIS=' + args.totHisDis + ' TOT_LOWQ=' + args.totLowQ |
Definition at line 22 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.default |
Definition at line 15 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.help |
Definition at line 11 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.parser |
Definition at line 6 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.required |
Definition at line 11 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.str |
Definition at line 15 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.True |
Definition at line 11 of file IBLCalibrationConfig.py.
IBLCalibrationConfig.type |
Definition at line 15 of file IBLCalibrationConfig.py.