ATLAS Offline Software
Loading...
Searching...
No Matches
ReadTriggerDecisionConfig Namespace Reference

Functions

 ReadTriggerDecisionCfg (flags)

Variables

 flags = initConfigFlags()
 Files
 MaxEvents
 cfg = MainServicesCfg(flags)

Function Documentation

◆ ReadTriggerDecisionCfg()

ReadTriggerDecisionConfig.ReadTriggerDecisionCfg ( flags)
Method to configure the ReadTriggerDecision algorithm

Definition at line 10 of file ReadTriggerDecisionConfig.py.

10def ReadTriggerDecisionCfg(flags):
11 '''Method to configure the ReadTriggerDecision algorithm'''
12 acc = ComponentAccumulator()
13
14 # Trigger decision tool configuration
15 # https://twiki.cern.ch/twiki/bin/viewauth/Atlas/TrigDecisionTool
16 from TrigDecisionTool.TrigDecisionToolConfig import TrigDecisionToolCfg
17 tdt = acc.getPrimaryAndMerge(TrigDecisionToolCfg(flags))
18
19 # Configure the algorithm.... note that the tool from above is passed
20 # Then add the algorithm to the accumulator
21 acc.addEventAlgo(CompFactory.ReadTriggerDecision(name = "ReadTriggerDecision",
22 TriggerName = "HLT_e5_idperf_tight_L1EM3",
23 TriggerDecisionTool = tdt))
24 return acc
25
26# Lines to allow the script to be run stand-alone via python

Variable Documentation

◆ cfg

ReadTriggerDecisionConfig.cfg = MainServicesCfg(flags)

Definition at line 46 of file ReadTriggerDecisionConfig.py.

◆ Files

ReadTriggerDecisionConfig.Files

Definition at line 38 of file ReadTriggerDecisionConfig.py.

◆ flags

ReadTriggerDecisionConfig.flags = initConfigFlags()

Definition at line 33 of file ReadTriggerDecisionConfig.py.

◆ MaxEvents

ReadTriggerDecisionConfig.MaxEvents

Definition at line 41 of file ReadTriggerDecisionConfig.py.