ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HLT
Trigger
TrigControl
TrigExamples
python
TrigExISHistConfig.py
Go to the documentation of this file.
1
#!/usr/bin/env athenaEF.py
2
# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
from
AthExMonitored.MonitoredConfig
import
MonitoredCfg
6
7
8
def
TrigExISHistCfg
(flags):
9
"""Test of histogram and IS publishing"""
10
11
# Algorithm with histograms
12
cfg = MonitoredCfg(flags)
13
14
# Algorithm with IS publication
15
cfg.addEventAlgo( CompFactory.TrigExISPublishing() )
16
17
# athenaEF adds its own THistSvc
18
cfg.dropService(
'THistSvc'
)
19
20
return
cfg
TrigExISHistConfig.TrigExISHistCfg
TrigExISHistCfg(flags)
Definition
TrigExISHistConfig.py:8
Generated on
for ATLAS Offline Software by
1.17.0