Definition at line 11 of file NewVrtSecInclusive.py.
◆ __init__()
def NewVrtSecInclusive.SoftBFinderTool.__init__ |
( |
|
self, |
|
|
|
name = 'SoftBFinderTool' |
|
) |
| |
Definition at line 13 of file NewVrtSecInclusive.py.
13 def __init__(self, name = 'SoftBFinderTool' ):
15 from AthenaCommon.AppMgr
import ToolSvc
16 mlog = logging.getLogger(
'SoftBFinderTool::__init__ ' )
21 from TrkVKalVrtFitter.TrkVKalVrtFitterConf
import Trk__TrkVKalVrtFitter
22 SVertexFitterTool = Trk__TrkVKalVrtFitter(name=
"SoftBVertexFitterTool",
23 Extrapolator=
"Trk::Extrapolator/AtlasExtrapolator")
24 ToolSvc += SVertexFitterTool
28 Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
29 VertexFitterTool = SVertexFitterTool,
35 useVertexCleaning =
True,
36 MultiWithOneTrkVrt =
True,
37 removeTrkMatSignif = -1.,
38 AntiPileupSigRCut = 2.0,
48 mlog = logging.getLogger(
'SoftBFinderTool::__configured__ ' )
The documentation for this class was generated from the following file: