![]() |
ATLAS Offline Software
|
Functions | |
| ebComputingAlg (flags, itemsMap={}) | |
| getConfigKeys (inputFile) | |
| readHLTSeeds (smk=-1, db="") | |
Variables | |
| log = logging.getLogger('RunEBWeightsComputation.py') | |
| parser = ArgumentParser() | |
| type | |
| int | |
| help | |
| action | |
| default | |
| nargs | |
| args = parser.parse_args() | |
| flags = initConfigFlags() | |
| triggerConfig | |
| AtlasVersion | |
| OutputLevel | |
| doNavigationSlimming | |
| EventPrintoutInterval | |
| cfg = MainServicesCfg(flags) | |
| bool | isRunningFromAOD = True if len(flags.Input.Collections) else False |
| configKeys = getConfigKeys(flags.Input.Files) | |
| dict | itemsMap = {} if args.skipHLTSeeds else readHLTSeeds(smk = configKeys["SMK"], db = configKeys["DB"]) |
| withDetails | |
| sc = cfg.run(args.maxEvents) | |
| RunEBWeightsComputation.ebComputingAlg | ( | flags, | |
| itemsMap = {} ) |
Definition at line 14 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.getConfigKeys | ( | inputFile | ) |
Definition at line 26 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.readHLTSeeds | ( | smk = -1, | |
| db = "" ) |
Definition at line 35 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.action |
Definition at line 54 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.args = parser.parse_args() |
Definition at line 57 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.AtlasVersion |
Definition at line 68 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.cfg = MainServicesCfg(flags) |
Definition at line 76 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.configKeys = getConfigKeys(flags.Input.Files) |
Definition at line 86 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.default |
Definition at line 55 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.doNavigationSlimming |
Definition at line 70 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.EventPrintoutInterval |
Definition at line 71 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.flags = initConfigFlags() |
Definition at line 65 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.help |
Definition at line 52 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.int |
Definition at line 52 of file RunEBWeightsComputation.py.
Definition at line 78 of file RunEBWeightsComputation.py.
| dict RunEBWeightsComputation.itemsMap = {} if args.skipHLTSeeds else readHLTSeeds(smk = configKeys["SMK"], db = configKeys["DB"]) |
Definition at line 87 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.log = logging.getLogger('RunEBWeightsComputation.py') |
Definition at line 11 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.nargs |
Definition at line 56 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.OutputLevel |
Definition at line 69 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.parser = ArgumentParser() |
Definition at line 51 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.sc = cfg.run(args.maxEvents) |
Definition at line 94 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.triggerConfig |
Definition at line 67 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.type |
Definition at line 52 of file RunEBWeightsComputation.py.
| RunEBWeightsComputation.withDetails |
Definition at line 92 of file RunEBWeightsComputation.py.