Definition at line 127 of file NewVrtSecInclusive.py.
◆ __init__()
Definition at line 129 of file NewVrtSecInclusive.py.
129 def __init__(self, name = 'MaterialSVFinderTool' ):
131 from AthenaCommon.AppMgr
import ToolSvc
132 mlog = logging.getLogger(
'MaterialSVFinderTool::__init__ ' )
133 mlog.info(
"entering")
137 from TrkVKalVrtFitter.TrkVKalVrtFitterConf
import Trk__TrkVKalVrtFitter
138 SVertexFitterTool = Trk__TrkVKalVrtFitter(name=
"MaterialSVVertexFitterTool",
139 Extrapolator=
"Trk::Extrapolator/AtlasExtrapolator")
140 ToolSvc += SVertexFitterTool
144 Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
145 VertexFitterTool = SVertexFitterTool,
150 useVertexCleaning =
False,
151 MultiWithOneTrkVrt =
False,
152 removeTrkMatSignif = -1.,
153 AntiPileupSigRCut = 5.0,
159 VrtMassLimit = 8000.,
160 Vrt2TrMassLimit = 8000.,
The documentation for this class was generated from the following file: