ATLAS Offline Software
Loading...
Searching...
No Matches
FullCPAlgorithmsTest_CA Namespace Reference

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
dict inputfile
 Files
 testFile = os.getenv(inputfile[dataType])
 FPE
 EventPrintoutInterval
 OutputJSON
 cfg = MainServicesCfg(flags)
 cp_cfg
str outputFile = f"ANALYSIS DATAFILE='FullCPAlgorithmsTextConfigTest.{dataType.value}.hist.root' OPT='RECREATE'"
 sc = cfg.run(flags.Exec.MaxEvents)

Variable Documentation

◆ action

FullCPAlgorithmsTest_CA.action

Definition at line 19 of file FullCPAlgorithmsTest_CA.py.

◆ athArgs

FullCPAlgorithmsTest_CA.athArgs = flags.fillFromArgs(parser=athArgsParser)

Definition at line 49 of file FullCPAlgorithmsTest_CA.py.

◆ athArgsParser

FullCPAlgorithmsTest_CA.athArgsParser = flags.getArgumentParser()

Definition at line 18 of file FullCPAlgorithmsTest_CA.py.

◆ cfg

FullCPAlgorithmsTest_CA.cfg = MainServicesCfg(flags)

Definition at line 93 of file FullCPAlgorithmsTest_CA.py.

◆ cp_cfg

FullCPAlgorithmsTest_CA.cp_cfg
Initial value:
1= makeSequence(dataType, yamlPath=textConfig,
2 noSystematics=athArgs.no_systematics,
3 isPhyslite=athArgs.physlite,
4 autoconfigFromFlags=flags, onlyNominalOR=athArgs.onlyNominalOR,
5 forceEGammaFullSimConfig=True,
6 bleedingEdge=athArgs.bleeding_edge)

Definition at line 100 of file FullCPAlgorithmsTest_CA.py.

◆ dataType

FullCPAlgorithmsTest_CA.dataType = DataType(athArgs.data_type)

Definition at line 51 of file FullCPAlgorithmsTest_CA.py.

◆ default

FullCPAlgorithmsTest_CA.default

Definition at line 20 of file FullCPAlgorithmsTest_CA.py.

◆ dest

FullCPAlgorithmsTest_CA.dest

Definition at line 19 of file FullCPAlgorithmsTest_CA.py.

◆ EventPrintoutInterval

FullCPAlgorithmsTest_CA.EventPrintoutInterval

Definition at line 87 of file FullCPAlgorithmsTest_CA.py.

◆ Files

FullCPAlgorithmsTest_CA.Files

Definition at line 81 of file FullCPAlgorithmsTest_CA.py.

◆ flags

FullCPAlgorithmsTest_CA.flags = initConfigFlags()

Definition at line 17 of file FullCPAlgorithmsTest_CA.py.

◆ FPE

FullCPAlgorithmsTest_CA.FPE

Definition at line 86 of file FullCPAlgorithmsTest_CA.py.

◆ help

FullCPAlgorithmsTest_CA.help

Definition at line 21 of file FullCPAlgorithmsTest_CA.py.

◆ inputfile

dict FullCPAlgorithmsTest_CA.inputfile
Initial value:
1= {DataType.Data: 'ASG_TEST_FILE_LITE_RUN3_DATA',
2 DataType.FullSim: 'ASG_TEST_FILE_LITE_RUN3_MC',
3 DataType.FastSim: 'ASG_TEST_FILE_LITE_RUN3_MC_FASTSIM'}

Definition at line 62 of file FullCPAlgorithmsTest_CA.py.

◆ outputFile

str FullCPAlgorithmsTest_CA.outputFile = f"ANALYSIS DATAFILE='FullCPAlgorithmsTextConfigTest.{dataType.value}.hist.root' OPT='RECREATE'"

Definition at line 111 of file FullCPAlgorithmsTest_CA.py.

◆ OutputJSON

FullCPAlgorithmsTest_CA.OutputJSON

Definition at line 89 of file FullCPAlgorithmsTest_CA.py.

◆ sc

FullCPAlgorithmsTest_CA.sc = cfg.run(flags.Exec.MaxEvents)

Definition at line 125 of file FullCPAlgorithmsTest_CA.py.

◆ testFile

FullCPAlgorithmsTest_CA.testFile = os.getenv(inputfile[dataType])

Definition at line 83 of file FullCPAlgorithmsTest_CA.py.

◆ textConfig

FullCPAlgorithmsTest_CA.textConfig = athArgs.text_config

Definition at line 52 of file FullCPAlgorithmsTest_CA.py.

◆ type

FullCPAlgorithmsTest_CA.type

Definition at line 41 of file FullCPAlgorithmsTest_CA.py.