![]() |
ATLAS Offline Software
|
Functions | |
| createSqlite (flags) | |
Variables | |
| str | sqlite = 'noise.db' |
| Job options to test HLT conditions updates based on local sqlite file. | |
| str | onldb = 'ATLAS_COOLONL_CALO' |
| str | folder = '/CALO/Noise/CellNoise' |
| flags = initConfigFlags() | |
| NumThreads | |
| Files | |
| SqliteInput | |
| SqliteFolders | |
| errorOnMissingTOB | |
| GlobalTag | |
| acc = athenaCfg(flags) | |
| iovDbSvc = acc.getService('IOVDbSvc') | |
| l1bsdec = acc.getEventAlgo("L1TriggerByteStreamDecoder") | |
| python.test_hltConditions.createSqlite | ( | flags | ) |
Create local sqlite file
Definition at line 21 of file test_hltConditions.py.
| python.test_hltConditions.acc = athenaCfg(flags) |
Definition at line 60 of file test_hltConditions.py.
| python.test_hltConditions.errorOnMissingTOB |
Definition at line 50 of file test_hltConditions.py.
| python.test_hltConditions.Files |
Definition at line 46 of file test_hltConditions.py.
| python.test_hltConditions.flags = initConfigFlags() |
Definition at line 42 of file test_hltConditions.py.
| str python.test_hltConditions.folder = '/CALO/Noise/CellNoise' |
Definition at line 18 of file test_hltConditions.py.
| python.test_hltConditions.GlobalTag |
Definition at line 53 of file test_hltConditions.py.
| python.test_hltConditions.iovDbSvc = acc.getService('IOVDbSvc') |
Definition at line 63 of file test_hltConditions.py.
| python.test_hltConditions.l1bsdec = acc.getEventAlgo("L1TriggerByteStreamDecoder") |
Definition at line 68 of file test_hltConditions.py.
| python.test_hltConditions.NumThreads |
Definition at line 44 of file test_hltConditions.py.
| str python.test_hltConditions.onldb = 'ATLAS_COOLONL_CALO' |
Definition at line 17 of file test_hltConditions.py.
| str python.test_hltConditions.sqlite = 'noise.db' |
Job options to test HLT conditions updates based on local sqlite file.
To be used to test HLT conditions updates (in sqlite files) before deployment in the online DB.
Usage: athena –evtMax=10 TriggerJobOpts/test_hltConditions.py [flags...]
Author: Frank Winklmeier
Definition at line 16 of file test_hltConditions.py.
| python.test_hltConditions.SqliteFolders |
Definition at line 48 of file test_hltConditions.py.
| python.test_hltConditions.SqliteInput |
Definition at line 47 of file test_hltConditions.py.