ATLAS Offline Software
TrigStreamerHypoConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentFactory import CompFactory
4 
5 def StreamerHypoToolGenerator(chainDict):
6  """ Configure streamer tool from chainDict """
7  return CompFactory.TrigStreamerHypoTool( chainDict['chainName'] )
TrigStreamerHypoConfig.StreamerHypoToolGenerator
def StreamerHypoToolGenerator(chainDict)
Definition: TrigStreamerHypoConfig.py:5