ATLAS Offline Software
Public Member Functions | List of all members
NewVrtSecInclusive.MaterialSVFinderTool Class Reference
Inheritance diagram for NewVrtSecInclusive.MaterialSVFinderTool:
Collaboration diagram for NewVrtSecInclusive.MaterialSVFinderTool:

Public Member Functions

def __init__ (self, name='MaterialSVFinderTool')
 

Detailed Description

Definition at line 127 of file NewVrtSecInclusive.py.

Constructor & Destructor Documentation

◆ __init__()

def NewVrtSecInclusive.MaterialSVFinderTool.__init__ (   self,
  name = 'MaterialSVFinderTool' 
)

Definition at line 129 of file NewVrtSecInclusive.py.

129  def __init__(self, name = 'MaterialSVFinderTool' ):
130 
131  from AthenaCommon.AppMgr import ToolSvc
132  mlog = logging.getLogger( 'MaterialSVFinderTool::__init__ ' )
133  mlog.info("entering")
134  #----------------------
135  # VKalVrt vertex fitter
136  #
137  from TrkVKalVrtFitter.TrkVKalVrtFitterConf import Trk__TrkVKalVrtFitter
138  SVertexFitterTool = Trk__TrkVKalVrtFitter(name="MaterialSVVertexFitterTool",
139  Extrapolator="Trk::Extrapolator/AtlasExtrapolator")
140  ToolSvc += SVertexFitterTool
141  #----------------------
142  # Soft B-hadron vertex finder itself
143  #
144  Rec__NewVrtSecInclusiveTool.__init__( self, name = name,
145  VertexFitterTool = SVertexFitterTool,
146  CutBLayHits = 0,
147  CutPixelHits = 1,
148  CutSiHits = 8,
149  CutTRTHits = 10,
150  useVertexCleaning = False,
151  MultiWithOneTrkVrt = False,
152  removeTrkMatSignif = -1., # No additional material rejection
153  AntiPileupSigRCut = 5.0,
154  cosSVPVCut = 0.,
155  TrkSigCut = 5.0, # Minimal track 3D impact significance
156  SelVrtSigCut = 10.0,
157  v2tIniBDTCut =-1.01, #Effectively remove MVA selection
158  v2tFinBDTCut =-1.01, #Effectively remove MVA selection
159  VrtMassLimit = 8000.,
160  Vrt2TrMassLimit = 8000.,
161  CutPt = 500.
162  )

The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18