Definition at line 214 of file NewVrtSecInclusive.py.
◆ __init__()
Definition at line 216 of file NewVrtSecInclusive.py.
216 def __init__(self, name = 'V2TCalibrationTool' ):
218 from AthenaCommon.AppMgr
import ToolSvc
219 mlog = logging.getLogger(
'DVFinderTool::__init__ ' )
220 mlog.info(
"entering")
224 from TrkVKalVrtFitter.TrkVKalVrtFitterConf
import Trk__TrkVKalVrtFitter
225 SVertexFitterTool = Trk__TrkVKalVrtFitter(name=
"SVertexFitterTool",
226 Extrapolator=
"Trk::Extrapolator/AtlasExtrapolator")
227 ToolSvc += SVertexFitterTool
231 Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
232 VertexFitterTool = SVertexFitterTool,
239 VrtMassLimit = 5500.,
240 Vrt2TrMassLimit = 4000.,
241 useVertexCleaning =
False,
242 MultiWithOneTrkVrt =
False,
243 removeTrkMatSignif = -1.,
244 AntiPileupSigRCut = 2.0,
253 MaxSVRadiusCut = 140.
The documentation for this class was generated from the following file: