ATLAS Offline Software
TrigExISPublishing.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 # Testing job options for IS publication.
4 #
5 # If you want to inspect the IS content during or after execution,
6 # run `athenaHLT` in interactive mode (-i) and then launch `is_monitor`:
7 #
8 # > export TDAQ_IPC_INIT_REF=file:${PWD}/ipc_init.ref
9 # > is_monitor
10 #
11 
12 from TrigExamples.TrigExamplesConf import TrigExISPublishing
13 
14 from AthenaCommon.AlgSequence import AlgSequence
15 topSequence = AlgSequence()
16 topSequence += TrigExISPublishing(OutputLevel = DEBUG)
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
TrigExISPublishing
IS Publishing test algorithm.
Definition: TrigExISPublishing.h:19