ATLAS Offline Software
Functions
TrigT1TRTConfig Namespace Reference

Functions

def L1TRTSimCfg (flags, name="TrigT1TRT")
 this function sets up the L1 simulation sequence with the TRT it covers the case of rerunning the L1 on run2 HI data More...
 

Function Documentation

◆ L1TRTSimCfg()

def TrigT1TRTConfig.L1TRTSimCfg (   flags,
  name = "TrigT1TRT" 
)

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

Definition at line 6 of file TrigT1TRTConfig.py.

6 def L1TRTSimCfg(flags, name="TrigT1TRT"):
7  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
9  from TrigConfigSvc.TrigConfigSvcCfg import L1ConfigSvcCfg
10  acc.merge(L1ConfigSvcCfg(flags))
11  from TRT_ConditionsAlgs.TRT_ConditionsAlgsConfig import TRTStrawStatusCondAlgCfg
12  acc.merge(TRTStrawStatusCondAlgCfg(flags))
13  from AthenaConfiguration.ComponentFactory import CompFactory
14  acc.addEventAlgo(CompFactory.LVL1.TrigT1TRT(name,
15  TTCMultiplicity = flags.Trigger.TRT.TTCMultiplicity,
16  maskedChipsFile = flags.Trigger.TRT.maskedChipsFile
17  ))
18  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TrigT1TRTConfig.L1TRTSimCfg
def L1TRTSimCfg(flags, name="TrigT1TRT")
this function sets up the L1 simulation sequence with the TRT it covers the case of rerunning the L1 ...
Definition: TrigT1TRTConfig.py:6
python.TRT_ConditionsAlgsConfig.TRTStrawStatusCondAlgCfg
def TRTStrawStatusCondAlgCfg(flags, name="TRTStrawStatusCondAlg", **kwargs)
Definition: TRT_ConditionsAlgsConfig.py:29
python.TrigConfigSvcCfg.L1ConfigSvcCfg
def L1ConfigSvcCfg(flags)
Definition: TrigConfigSvcCfg.py:198