ATLAS Offline Software
Loading...
Searching...
No Matches
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
12from TrigExamples.TrigExamplesConf import TrigExISPublishing
13
14from AthenaCommon.AlgSequence import AlgSequence
15topSequence = AlgSequence()
16topSequence += TrigExISPublishing(OutputLevel = DEBUG)
IS Publishing test algorithm.