Definition at line 166 of file NewVrtSecInclusive.py.
◆ __init__()
def NewVrtSecInclusive.DVFinderTool.__init__ |
( |
|
self, |
|
|
|
name = 'DVFinderTool' |
|
) |
| |
Definition at line 168 of file NewVrtSecInclusive.py.
168 def __init__(self, name = 'DVFinderTool' ):
170 from AthenaCommon.AppMgr
import ToolSvc
171 mlog = logging.getLogger(
'DVFinderTool::__init__ ' )
172 mlog.info(
"entering")
176 from TrkVKalVrtFitter.TrkVKalVrtFitterConf
import Trk__TrkVKalVrtFitter
177 DVertexFitterTool = Trk__TrkVKalVrtFitter(name=
"DVertexFitterTool",
178 Extrapolator=
"Trk::Extrapolator/AtlasExtrapolator")
179 ToolSvc += DVertexFitterTool
183 Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
184 VertexFitterTool = DVertexFitterTool,
192 AntiPileupSigRCut = 6.0,
194 VrtMassLimit = 1000000.,
195 Vrt2TrMassLimit = 1000000.,
196 useVertexCleaning =
False,
197 MultiWithOneTrkVrt =
False,
198 removeTrkMatSignif = -1.,
204 VertexMergeCut = 10.,
206 MaxSVRadiusCut = 350.
The documentation for this class was generated from the following file: