ATLAS Offline Software
makePassThroughFilterConfigurer.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 """ create a PassThroughFilter configurer"""
4 
5 from TrigHLTJetHypo.FastReductionAlgToolFactory import toolfactory
6 
8 
9  toolclass, name = toolfactory('PassThroughFilterConfigTool')
10  vals = {'name' : name}
11 
12  # return a PassThroughFilter configuration AlgTool
13  return toolclass(**vals)
python.makePassThroughFilterConfigurer.makePassThroughFilterConfigurer
def makePassThroughFilterConfigurer()
Definition: makePassThroughFilterConfigurer.py:7
python.FastReductionAlgToolFactory.toolfactory
toolfactory
Definition: FastReductionAlgToolFactory.py:106