ATLAS Offline Software
Functions
ActsGeantFollowingConfig Namespace Reference

Functions

ComponentAccumulator ActsGeantFollowerToolCfg (flags, str name="ActsGeantFollowerTool", **kwargs)
 

Function Documentation

◆ ActsGeantFollowerToolCfg()

ComponentAccumulator ActsGeantFollowingConfig.ActsGeantFollowerToolCfg (   flags,
str   name = "ActsGeantFollowerTool",
**  kwargs 
)

Definition at line 5 of file ActsGeantFollowingConfig.py.

6  name: str = "ActsGeantFollowerTool",
7  **kwargs) -> ComponentAccumulator:
8  THistSvc= CompFactory.THistSvc
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
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
ActsGeantFollowingConfig.ActsGeantFollowerToolCfg
ComponentAccumulator ActsGeantFollowerToolCfg(flags, str name="ActsGeantFollowerTool", **kwargs)
Definition: ActsGeantFollowingConfig.py:5
Lb2Lll.THistSvc
THistSvc
Definition: Lb2Lll.py:216