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

Public Member Functions

def __init__ (self, name='AllBVertexFinderAlg')
 

Detailed Description

Definition at line 258 of file NewVrtSecInclusive.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 260 of file NewVrtSecInclusive.py.

260  def __init__(self, name = 'AllBVertexFinderAlg' ):
261 
262  from AthenaCommon.AppMgr import ToolSvc
263  mlog = logging.getLogger( 'AllBVertexFinderAlg::__init__ ' )
264  mlog.info("entering")
265 
266  BFinderTool = InclusiveBFinderTool()
267  ToolSvc += BFinderTool
268  #----------------------
269  # All B-hadron vertex finder itself
270  #
271  Rec__NewVrtSecInclusiveAlg.__init__( self, name = name,
272  BVertexTool = BFinderTool
273  )

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