ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Functions
TrigExISHistConfig Namespace Reference
Functions
TrigExISHistCfg
(flags)
Function Documentation
◆
TrigExISHistCfg()
TrigExISHistCfg
(
flags
)
Test of histogram and IS publishing
Definition at line
8
of file
TrigExISHistConfig.py
.
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
Generated on
for ATLAS Offline Software by
1.17.0