![]() |
ATLAS Offline Software
|
Functions | |
def | PhysStreamAdditionalFlagSetting (flags) |
def | FCalRecCfg (flags) |
def | ZdcNtupleWithCaloRun3Cfg (flags, outputlevel=3, **kwargs) |
Variables | |
start_time = time.time() | |
flags = initConfigFlags() | |
AODFileName | |
HISTFileName | |
doWriteAOD | |
isLED | |
isInj | |
isCalib | |
pn | |
config = SetConfigTag(flags) | |
decodeHLT | |
evaluate | |
acc = MainServicesCfg(flags) | |
zdcMonitorAcc = ZdcMonitoringConfig(flags) | |
withDetails | |
status = acc.run() | |
end_time = time.time() | |
string | n_events = int(flags.Exec.MaxEvents) if 'flags' in locals() and hasattr(flags.Exec, "MaxEvents") else -1 |
def python.ZdcPhysRecConfig.FCalRecCfg | ( | flags | ) |
Calorimeter and HIGlobal reconstruction config for ZDC-FCal correlations
Definition at line 28 of file ZdcPhysRecConfig.py.
def python.ZdcPhysRecConfig.PhysStreamAdditionalFlagSetting | ( | flags | ) |
additional flag settings in possible scenarios we may need FCal info
Definition at line 13 of file ZdcPhysRecConfig.py.
def python.ZdcPhysRecConfig.ZdcNtupleWithCaloRun3Cfg | ( | flags, | |
outputlevel = 3 , |
|||
** | kwargs | ||
) |
ZDC Ntuple configuration for run3 data potential with Calorimeter-info retrieving & writing Depends on the flag Detector.EnableCalo to be correctly set Retrieves and writes calorimeter info in ZdcNTuple if and only if Detector.EnableCalo is true
Definition at line 41 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.acc = MainServicesCfg(flags) |
Definition at line 101 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.AODFileName |
Definition at line 86 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.config = SetConfigTag(flags) |
Definition at line 93 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.decodeHLT |
Definition at line 96 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.doWriteAOD |
Definition at line 88 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.end_time = time.time() |
Definition at line 157 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.evaluate |
Definition at line 99 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.flags = initConfigFlags() |
Definition at line 80 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.HISTFileName |
Definition at line 87 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.isCalib |
Definition at line 90 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.isInj |
Definition at line 90 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.isLED |
Definition at line 90 of file ZdcPhysRecConfig.py.
string python.ZdcPhysRecConfig.n_events = int(flags.Exec.MaxEvents) if 'flags' in locals() and hasattr(flags.Exec, "MaxEvents") else -1 |
Definition at line 161 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.pn |
Definition at line 90 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.start_time = time.time() |
Definition at line 74 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.status = acc.run() |
Definition at line 152 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.withDetails |
Definition at line 147 of file ZdcPhysRecConfig.py.
python.ZdcPhysRecConfig.zdcMonitorAcc = ZdcMonitoringConfig(flags) |
Definition at line 132 of file ZdcPhysRecConfig.py.