![]() |
ATLAS Offline Software
|
Functions | |
| def | zdcGeometry (flags) |
| def | GenerateConfigTagDict () |
| def | SetConfigTag (flags) |
| def | ZdcGenericFlagSetting (flags) |
| def | ZdcStreamDependentFlagSetting (flags) |
| def | ZdcRecOutputCfg (flags) |
| def | ZdcAnalysisToolCfg (flags, run, config="PbPb2023", DoCalib=False, DoFADCCorr=False, DoNonLinCorr=False, DoTimeCalib=False, DoTrigEff=False, ForceCalibRun=-1, ForceCalibLB=814, AuxSuffix="") |
| def | ZdcLEDAnalysisToolCfg (flags, config='ppPbPb2023', DoFADCCorr=True) |
| def | ZdcTrigValToolCfg (flags, config='PbPb2023') |
| def | RPDAnalysisToolCfg (flags, str config, AuxSuffix="") |
| def | RpdSubtractCentroidToolCfg (flags, str config, AuxSuffix="") |
| def | ZdcRecRun2Cfg (flags) |
| def | ZdcRecRun3Cfg (flags) |
| def | ZdcNtupleLocalCfg (flags) |
| def | ZdcNtupleRun2Cfg (flags, **kwargs) |
| def | ZdcNtupleRun3Cfg (flags, **kwargs) |
| def | ZdcInjNtupleCfg (flags, **kwargs) |
| def | ZdcLEDNtupleCfg (flags) |
| def | ZdcLEDRecCfg (flags) |
| def | ZdcLEDTrigCfg (flags) |
| def | ZdcRecCfg (flags) |
Variables | |
| log = logging.getLogger("ZdcRecConfig") | |
| dictionary | zdcConfigMap = {} |
| flags = initConfigFlags() | |
| AODFileName | |
| HISTFileName | |
| doWriteAOD | |
| isLED | |
| isInj | |
| isCalib | |
| pn | |
| acc = MainServicesCfg(flags) | |
| zdcMonitorAcc = ZdcMonitoringConfig(flags) | |
| withDetails | |
| status = acc.run() | |
| def python.ZdcRecConfig.GenerateConfigTagDict | ( | ) |
Definition at line 62 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.RPDAnalysisToolCfg | ( | flags, | |
| str | config, | ||
AuxSuffix = "" |
|||
| ) |
Definition at line 325 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.RpdSubtractCentroidToolCfg | ( | flags, | |
| str | config, | ||
AuxSuffix = "" |
|||
| ) |
Definition at line 336 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.SetConfigTag | ( | flags | ) |
Definition at line 91 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcAnalysisToolCfg | ( | flags, | |
| run, | |||
config = "PbPb2023", |
|||
DoCalib = False, |
|||
DoFADCCorr = False, |
|||
DoNonLinCorr = False, |
|||
DoTimeCalib = False, |
|||
DoTrigEff = False, |
|||
ForceCalibRun = -1, |
|||
ForceCalibLB = 814, |
|||
AuxSuffix = "" |
|||
| ) |
Definition at line 277 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcGenericFlagSetting | ( | flags | ) |
set generic flags needed for ZDC reconstruction that are independent of stream type Also fills flags from input arguments
Definition at line 142 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.zdcGeometry | ( | flags | ) |
Definition at line 29 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcInjNtupleCfg | ( | flags, | |
| ** | kwargs | ||
| ) |
Definition at line 548 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcLEDAnalysisToolCfg | ( | flags, | |
config = 'ppPbPb2023', |
|||
DoFADCCorr = True |
|||
| ) |
Definition at line 296 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcLEDNtupleCfg | ( | flags | ) |
Definition at line 571 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcLEDRecCfg | ( | flags | ) |
Definition at line 579 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcLEDTrigCfg | ( | flags | ) |
Definition at line 613 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcNtupleLocalCfg | ( | flags | ) |
Definition at line 493 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcNtupleRun2Cfg | ( | flags, | |
| ** | kwargs | ||
| ) |
Definition at line 509 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcNtupleRun3Cfg | ( | flags, | |
| ** | kwargs | ||
| ) |
Definition at line 525 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcRecCfg | ( | flags | ) |
Configure Zdc analysis alg Additional arguments are useful in calibration runs
Definition at line 626 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcRecOutputCfg | ( | flags | ) |
Definition at line 256 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcRecRun2Cfg | ( | flags | ) |
Definition at line 347 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcRecRun3Cfg | ( | flags | ) |
Definition at line 387 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcStreamDependentFlagSetting | ( | flags | ) |
Function that checks on data type from triggerstream tag
and sets run-type-and-year-dependent settings
Returns: a tuple of the following four values
isLED - bool, true if running on LED data
isInj - bool, true if running on Inj data
isCalib - bool, true if running on Calib data
pn - string, project name such as data24_hi
Definition at line 175 of file ZdcRecConfig.py.
| def python.ZdcRecConfig.ZdcTrigValToolCfg | ( | flags, | |
config = 'PbPb2023' |
|||
| ) |
Definition at line 306 of file ZdcRecConfig.py.
| python.ZdcRecConfig.acc = MainServicesCfg(flags) |
Definition at line 677 of file ZdcRecConfig.py.
| python.ZdcRecConfig.AODFileName |
Definition at line 668 of file ZdcRecConfig.py.
| python.ZdcRecConfig.doWriteAOD |
Definition at line 670 of file ZdcRecConfig.py.
| python.ZdcRecConfig.flags = initConfigFlags() |
Definition at line 664 of file ZdcRecConfig.py.
| python.ZdcRecConfig.HISTFileName |
Definition at line 669 of file ZdcRecConfig.py.
| python.ZdcRecConfig.isCalib |
Definition at line 672 of file ZdcRecConfig.py.
| python.ZdcRecConfig.isInj |
Definition at line 672 of file ZdcRecConfig.py.
| python.ZdcRecConfig.isLED |
Definition at line 672 of file ZdcRecConfig.py.
| python.ZdcRecConfig.log = logging.getLogger("ZdcRecConfig") |
Definition at line 25 of file ZdcRecConfig.py.
| python.ZdcRecConfig.pn |
Definition at line 672 of file ZdcRecConfig.py.
| python.ZdcRecConfig.status = acc.run() |
Definition at line 719 of file ZdcRecConfig.py.
| python.ZdcRecConfig.withDetails |
Definition at line 714 of file ZdcRecConfig.py.
| dictionary python.ZdcRecConfig.zdcConfigMap = {} |
Definition at line 27 of file ZdcRecConfig.py.
| python.ZdcRecConfig.zdcMonitorAcc = ZdcMonitoringConfig(flags) |
Definition at line 701 of file ZdcRecConfig.py.
1.8.18