|
dictionary | python.ZdcRecConfig.zdcConfigMap = {} |
|
string | python.ZdcRecConfig.defaultGeometryZdcRun2 = "ATLAS-R2-2016-01-03-00" |
|
string | python.ZdcRecConfig.defaultGeometryZdc2023 = "ATLAS-R3S-2021-03-03-00" |
|
string | python.ZdcRecConfig.defaultGeometryZdc2024 = "ATLAS-R3S-2021-03-04-00" |
|
| python.ZdcRecConfig.flags = initConfigFlags() |
|
| python.ZdcRecConfig.CheckDependencies |
|
| python.ZdcRecConfig.ShowDataDeps |
|
| python.ZdcRecConfig.ShowDataFlow |
|
| python.ZdcRecConfig.ShowControlFlow |
|
| python.ZdcRecConfig.EnableVerboseViews |
|
| python.ZdcRecConfig.GeometryZDC |
|
| python.ZdcRecConfig.GeometryAFP |
|
| python.ZdcRecConfig.GeometryALFA |
|
| python.ZdcRecConfig.GeometryLucid |
|
| python.ZdcRecConfig.GeometryMDT |
|
| python.ZdcRecConfig.GeometryMM |
|
| python.ZdcRecConfig.GeometryMuon |
|
| python.ZdcRecConfig.decodeHLT |
|
| python.ZdcRecConfig.enableL1MuonPhase1 |
|
| python.ZdcRecConfig.doMuon |
|
| python.ZdcRecConfig.doCalo |
|
| python.ZdcRecConfig.doTopo |
|
| python.ZdcRecConfig.AODFileName |
|
| python.ZdcRecConfig.HISTFileName |
|
| python.ZdcRecConfig.doWriteAOD |
|
| python.ZdcRecConfig.parser = flags.getArgumentParser() |
|
| python.ZdcRecConfig.default |
|
| python.ZdcRecConfig.help |
|
| python.ZdcRecConfig.args = flags.fillFromArgs(parser=parser) |
|
tuple | python.ZdcRecConfig.isLED = (flags.Input.TriggerStream == "calibration_ZDCLEDCalib") |
|
tuple | python.ZdcRecConfig.isInj = (flags.Input.TriggerStream == "calibration_ZDCInjCalib") |
|
tuple | python.ZdcRecConfig.isCalib = (flags.Input.TriggerStream == "calibration_ZDCCalib" or flags.Input.TriggerStream == "physics_MinBias" or flags.Input.TriggerStream == "express_express" or flags.Input.TriggerStream == "physics_UCC") |
|
| python.ZdcRecConfig.ProjectName |
|
| python.ZdcRecConfig.EnableTrigger |
|
| python.ZdcRecConfig.pn = flags.Input.ProjectName |
|
| python.ZdcRecConfig.EDMVersion |
|
| python.ZdcRecConfig.Run |
|
| python.ZdcRecConfig.GlobalTag |
|
| python.ZdcRecConfig.year = int(pn.split('_')[0].split('data')[1]) |
|
| python.ZdcRecConfig.EnableZDC_RPD |
|
| python.ZdcRecConfig.useTrigger |
|
| python.ZdcRecConfig.triggerDataAvailable |
|
| python.ZdcRecConfig.AtlasVersion |
|
| python.ZdcRecConfig.acc = MainServicesCfg(flags) |
|
| python.ZdcRecConfig.zdcMonitorAcc = ZdcMonitoringConfig(flags) |
|
| python.ZdcRecConfig.withDetails |
|
| python.ZdcRecConfig.status = acc.run() |
|