ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
TruthRivetTools
python
TruthRivetToolsCfg.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
5
def
HiggsTruthCategoryToolCfg
(flags, name="HiggsTruthCategoryTool", **kwargs):
6
result = ComponentAccumulator()
7
result.setPrivateTools(CompFactory.HiggsTruthCategoryTool(name,**kwargs))
8
return
result
TruthRivetToolsCfg.HiggsTruthCategoryToolCfg
HiggsTruthCategoryToolCfg(flags, name="HiggsTruthCategoryTool", **kwargs)
Definition
TruthRivetToolsCfg.py:5
Generated on
for ATLAS Offline Software by
1.14.0