ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsConfig
python
ActsGeantFollowingConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
5
def
ActsGeantFollowerToolCfg
(flags,
6
name: str =
"ActsGeantFollowerTool"
,
7
**kwargs) -> ComponentAccumulator:
8
THistSvc= CompFactory.THistSvc
9
acc = ComponentAccumulator()
10
histsvc = THistSvc(name=
"THistSvc"
)
11
histsvc.Output = [
"val DATAFILE='GeantFollowing.root' OPT='RECREATE'"
]
12
acc.addService(histsvc)
13
acc.setPrivateTools(CompFactory.ActsGeantFollowerTool(name, **kwargs))
14
return
acc
ActsGeantFollowingConfig.ActsGeantFollowerToolCfg
ComponentAccumulator ActsGeantFollowerToolCfg(flags, str name="ActsGeantFollowerTool", **kwargs)
Definition
ActsGeantFollowingConfig.py:7
Generated on
for ATLAS Offline Software by
1.17.0