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
 
 AtlasVersion
 
 acc
 
 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 ZdcRecRun3Cfg, ZdcRecOutputCfg
11  from AthenaConfiguration.ComponentFactory import CompFactory
12 
13  acc.merge(ZdcRecRun3Cfg(flags))
14  acc.addEventAlgo(CompFactory.LVL1.TrigT1Run3ZDC(filepath_LUT = 'TrigT1ZDC/zdc_json_PbPb5.36TeV_2024_TriggerSim.json',
15  MinSampleAna = 7,
16  MaxSampleAna = 15,
17  NegHG2ndDerivThresh = 45,
18  NegLG2ndDerivThresh = 15,
19  BaselineDelta = 3
20  )) #all EB runs > 462494 --> all use this LUT
21 
22  if flags.Output.doWriteESD or flags.Output.doWriteAOD:
23  acc.merge(ZdcRecOutputCfg(flags))
24 
25  return acc
26 

Variable Documentation

◆ acc

TrigT1ZDCConfig.acc

Definition at line 54 of file TrigT1ZDCConfig.py.

◆ AtlasVersion

TrigT1ZDCConfig.AtlasVersion

Definition at line 47 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 32 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.

◆ printDefaults

TrigT1ZDCConfig.printDefaults

Definition at line 65 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 65 of file TrigT1ZDCConfig.py.

◆ triggerMenuSetup

TrigT1ZDCConfig.triggerMenuSetup

Definition at line 43 of file TrigT1ZDCConfig.py.

◆ True

TrigT1ZDCConfig.True

Definition at line 65 of file TrigT1ZDCConfig.py.

◆ withDetails

TrigT1ZDCConfig.withDetails

Definition at line 65 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
python.ZdcRecConfig.ZdcRecRun3Cfg
def ZdcRecRun3Cfg(flags)
Definition: ZdcRecConfig.py:387
python.ZdcRecConfig.ZdcRecOutputCfg
def ZdcRecOutputCfg(flags)
Definition: ZdcRecConfig.py:256