![]() |
ATLAS Offline Software
|
Classes | |
| class | Finalizer |
Functions | |
| findAbsPath (path) | |
| getRefPath (directory) | |
| getRefAndDumpDirectories (flags, directory) | |
| getInputFile (fileName) | |
| TileDigitsReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
| TileRawChannelReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
| TileLaserObjectReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
| TileL2ReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
| TileBeamElemReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
| TileMuRcvReadTestCfg (flags, refDirectory, dumpDirectory, **kwargs) | |
Variables | |
| flags = initConfigFlags() | |
| parser = flags.getArgumentParser() | |
| tests_group = parser.add_argument_group('Test of reading Tile raw data from BS') | |
| tests = tests_group.add_mutually_exclusive_group() | |
| action | |
| help | |
| dest | |
| args | |
| _ | |
| Files | |
| AtlasVersion | |
| MaxEvents | |
| RunType | |
| DatabaseInstance | |
| cfg = MainServicesCfg(flags) | |
| dumpDirectory = None | |
| refDirectory | |
| withDetails | |
| sc = cfg.run() | |
| TileRawDataReadTestConfig.findAbsPath | ( | path | ) |
Definition at line 13 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.getInputFile | ( | fileName | ) |
Find input file.
Definition at line 48 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.getRefAndDumpDirectories | ( | flags, | |
| directory ) |
Definition at line 42 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.getRefPath | ( | directory | ) |
Find reference directory.
Definition at line 30 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileBeamElemReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile beam elements container from BS
Definition at line 144 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileDigitsReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile digits container from BS
Definition at line 76 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileL2ReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile L2 container from BS
Definition at line 129 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileLaserObjectReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile laser object from BS
Definition at line 114 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileMuRcvReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile muon receiver container from BS
Definition at line 159 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.TileRawChannelReadTestCfg | ( | flags, | |
| refDirectory, | |||
| dumpDirectory, | |||
| ** | kwargs ) |
Configure test of reading the Tile raw channel container from BS
Definition at line 95 of file TileRawDataReadTestConfig.py.
|
protected |
Definition at line 194 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.action |
Definition at line 188 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.args |
Definition at line 194 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.AtlasVersion |
Definition at line 202 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.cfg = MainServicesCfg(flags) |
Definition at line 215 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.DatabaseInstance |
Definition at line 209 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.dest |
Definition at line 191 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.dumpDirectory = None |
Definition at line 217 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.Files |
Definition at line 201 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.flags = initConfigFlags() |
Definition at line 184 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.help |
Definition at line 188 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.MaxEvents |
Definition at line 207 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.parser = flags.getArgumentParser() |
Definition at line 185 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.refDirectory |
Definition at line 219 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.RunType |
Definition at line 208 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.sc = cfg.run() |
Definition at line 243 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.tests = tests_group.add_mutually_exclusive_group() |
Definition at line 187 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.tests_group = parser.add_argument_group('Test of reading Tile raw data from BS') |
Definition at line 186 of file TileRawDataReadTestConfig.py.
| TileRawDataReadTestConfig.withDetails |
Definition at line 237 of file TileRawDataReadTestConfig.py.