ATLAS Offline Software
|
Variables | |
flags = initConfigFlags() | |
athArgsParser = flags.getArgumentParser() | |
action | |
dest | |
default | |
help | |
type | |
athArgs = flags.fillFromArgs(parser=athArgsParser) | |
dataType = DataType(athArgs.data_type) | |
textConfig = athArgs.text_config | |
forCompare = athArgs.for_compare | |
dictionary | inputfile |
Files | |
testFile = os.getenv(inputfile[dataType]) | |
FPE | |
EventPrintoutInterval | |
OutputJSON | |
cfg = MainServicesCfg(flags) | |
cp_cfg | |
string | outputFile = f"ANALYSIS DATAFILE='FullCPAlgorithmsTextConfigTest.{dataType.value}.hist.root' OPT='RECREATE'" |
sc = cfg.run(flags.Exec.MaxEvents) | |
FullCPAlgorithmsTest_CA.action |
Definition at line 19 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.athArgs = flags.fillFromArgs(parser=athArgsParser) |
Definition at line 49 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.athArgsParser = flags.getArgumentParser() |
Definition at line 18 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.cfg = MainServicesCfg(flags) |
Definition at line 90 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.cp_cfg |
Definition at line 97 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.dataType = DataType(athArgs.data_type) |
Definition at line 51 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.default |
Definition at line 20 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.dest |
Definition at line 19 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.EventPrintoutInterval |
Definition at line 84 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.Files |
Definition at line 78 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.flags = initConfigFlags() |
Definition at line 17 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.forCompare = athArgs.for_compare |
Definition at line 53 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.FPE |
Definition at line 83 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.help |
Definition at line 21 of file FullCPAlgorithmsTest_CA.py.
dictionary FullCPAlgorithmsTest_CA.inputfile |
Definition at line 59 of file FullCPAlgorithmsTest_CA.py.
string FullCPAlgorithmsTest_CA.outputFile = f"ANALYSIS DATAFILE='FullCPAlgorithmsTextConfigTest.{dataType.value}.hist.root' OPT='RECREATE'" |
Definition at line 108 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.OutputJSON |
Definition at line 86 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.sc = cfg.run(flags.Exec.MaxEvents) |
Definition at line 122 of file FullCPAlgorithmsTest_CA.py.
Definition at line 80 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.textConfig = athArgs.text_config |
Definition at line 52 of file FullCPAlgorithmsTest_CA.py.
FullCPAlgorithmsTest_CA.type |
Definition at line 44 of file FullCPAlgorithmsTest_CA.py.