Definition at line 92 of file NewVrtSecInclusive.py.
◆ __init__()
def NewVrtSecInclusive.HighPtBFinderTool.__init__ |
( |
|
self, |
|
|
|
name = 'HighPtBFinderTool' |
|
) |
| |
Definition at line 94 of file NewVrtSecInclusive.py.
94 def __init__(self, name = 'HighPtBFinderTool' ):
96 from AthenaCommon.AppMgr
import ToolSvc
97 mlog = logging.getLogger(
'HighPtBFinderTool::__init__ ' )
102 from TrkVKalVrtFitter.TrkVKalVrtFitterConf
import Trk__TrkVKalVrtFitter
103 SVertexFitterTool = Trk__TrkVKalVrtFitter(name=
"HighPtBVertexFitterTool",
104 Extrapolator=
"Trk::Extrapolator/AtlasExtrapolator")
105 ToolSvc += SVertexFitterTool
109 Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
110 VertexFitterTool = SVertexFitterTool,
115 useVertexCleaning =
True,
116 MultiWithOneTrkVrt =
True,
117 removeTrkMatSignif = -1.,
118 AntiPileupSigRCut = 2.0,
The documentation for this class was generated from the following file: