ATLAS Offline Software
Functions | Variables
TrigT1ZDCConfig Namespace Reference

Functions

def L1ZDCSimCfg (flags)
 this function sets up the L1 simulation sequence with the ZDC it covers the case of rerunning the L1 on run2 HI data More...
 

Variables

 flags
 
 Files
 
 isOnline
 
 MaxEvents
 
 NumThreads
 
 NumConcurrentEvents
 
 ShowDataDeps
 
 CheckDependencies
 
 ShowDataFlow
 
 enableL1MuonPhase1
 
 triggerMenuSetup
 
 EDMVersion
 
 doZDC
 
 enableL1CaloPhase1
 
 acc
 
 OutputLevel
 
 withDetails
 
 True
 
 summariseProps
 
 printDefaults
 

Function Documentation

◆ L1ZDCSimCfg()

def TrigT1ZDCConfig.L1ZDCSimCfg (   flags)

this function sets up the L1 simulation sequence with the ZDC it covers the case of rerunning the L1 on run2 HI data

Definition at line 6 of file TrigT1ZDCConfig.py.

6 def L1ZDCSimCfg(flags):
7  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
9 
10  from ZdcRec.ZdcRecConfig import ZdcRecRun2Cfg, ZdcRecRun3Cfg,ZdcRecOutputCfg
11  from AthenaConfiguration.ComponentFactory import CompFactory
12 
13  pn = flags.Input.ProjectName
14  year = int(pn.split('_')[0].split('data')[1])
15  if (year < 20):
16  acc.merge(ZdcRecRun2Cfg(flags))
17  acc.addEventAlgo(CompFactory.LVL1.TrigT1ZDC(filepath_LUT = flags.Trigger.ZdcLUT,
18  EnergyADCScale = 0.4))
19  else:
20  acc.merge(ZdcRecRun3Cfg(flags))
21  acc.addEventAlgo(CompFactory.LVL1.TrigT1ZDC(filepath_LUT = 'TrigT1ZDC/zdc_json_PbPb5.36TeV_2023.json',
22  EnergyADCScale = 0)) #all EB runs > 462494 --> all use this LUT
23 
24  if flags.Output.doWriteESD or flags.Output.doWriteAOD:
25  acc.merge(ZdcRecOutputCfg(flags))
26 
27  return acc
28 

Variable Documentation

◆ acc

TrigT1ZDCConfig.acc

Definition at line 53 of file TrigT1ZDCConfig.py.

◆ CheckDependencies

TrigT1ZDCConfig.CheckDependencies

Definition at line 40 of file TrigT1ZDCConfig.py.

◆ doZDC

TrigT1ZDCConfig.doZDC

Definition at line 45 of file TrigT1ZDCConfig.py.

◆ EDMVersion

TrigT1ZDCConfig.EDMVersion

Definition at line 44 of file TrigT1ZDCConfig.py.

◆ enableL1CaloPhase1

TrigT1ZDCConfig.enableL1CaloPhase1

Definition at line 46 of file TrigT1ZDCConfig.py.

◆ enableL1MuonPhase1

TrigT1ZDCConfig.enableL1MuonPhase1

Definition at line 42 of file TrigT1ZDCConfig.py.

◆ Files

TrigT1ZDCConfig.Files

Definition at line 34 of file TrigT1ZDCConfig.py.

◆ flags

TrigT1ZDCConfig.flags

Definition at line 33 of file TrigT1ZDCConfig.py.

◆ isOnline

TrigT1ZDCConfig.isOnline

Definition at line 35 of file TrigT1ZDCConfig.py.

◆ MaxEvents

TrigT1ZDCConfig.MaxEvents

Definition at line 36 of file TrigT1ZDCConfig.py.

◆ NumConcurrentEvents

TrigT1ZDCConfig.NumConcurrentEvents

Definition at line 38 of file TrigT1ZDCConfig.py.

◆ NumThreads

TrigT1ZDCConfig.NumThreads

Definition at line 37 of file TrigT1ZDCConfig.py.

◆ OutputLevel

TrigT1ZDCConfig.OutputLevel

Definition at line 64 of file TrigT1ZDCConfig.py.

◆ printDefaults

TrigT1ZDCConfig.printDefaults

Definition at line 68 of file TrigT1ZDCConfig.py.

◆ ShowDataDeps

TrigT1ZDCConfig.ShowDataDeps

Definition at line 39 of file TrigT1ZDCConfig.py.

◆ ShowDataFlow

TrigT1ZDCConfig.ShowDataFlow

Definition at line 41 of file TrigT1ZDCConfig.py.

◆ summariseProps

TrigT1ZDCConfig.summariseProps

Definition at line 68 of file TrigT1ZDCConfig.py.

◆ triggerMenuSetup

TrigT1ZDCConfig.triggerMenuSetup

Definition at line 43 of file TrigT1ZDCConfig.py.

◆ True

TrigT1ZDCConfig.True

Definition at line 68 of file TrigT1ZDCConfig.py.

◆ withDetails

TrigT1ZDCConfig.withDetails

Definition at line 68 of file TrigT1ZDCConfig.py.

TrigT1ZDCConfig.L1ZDCSimCfg
def L1ZDCSimCfg(flags)
this function sets up the L1 simulation sequence with the ZDC it covers the case of rerunning the L1 ...
Definition: TrigT1ZDCConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
python.ZdcRecConfig.ZdcRecRun2Cfg
def ZdcRecRun2Cfg(flags)
Definition: ZdcRecConfig.py:89
python.ZdcRecConfig.ZdcRecRun3Cfg
def ZdcRecRun3Cfg(flags)
Definition: ZdcRecConfig.py:129
python.ZdcRecConfig.ZdcRecOutputCfg
def ZdcRecOutputCfg(flags)
Definition: ZdcRecConfig.py:21
Trk::split
@ split
Definition: LayerMaterialProperties.h:38