ATLAS Offline Software
|
Functions | |
def | getTTVAToolForReco (name="TTVATool", **kwargs) |
def | TTVAToolCfg (flags, name, addDecoAlg=True, VertexContName="PrimaryVertices", **kwargs) |
def | isoTTVAToolCfg (flags, name="ttvaToolForIso", **kwargs) |
def | TauTTVAToolCfg (flags, name="TVATool", **kwargs) |
def | CVF_TTVAToolCfg (flags, name="CVF_TTVATool", **kwargs) |
def TrackVertexAssociationToolConfig.CVF_TTVAToolCfg | ( | flags, | |
name = "CVF_TTVATool" , |
|||
** | kwargs | ||
) |
Definition at line 50 of file TrackVertexAssociationToolConfig.py.
def TrackVertexAssociationToolConfig.getTTVAToolForReco | ( | name = "TTVATool" , |
|
** | kwargs | ||
) |
Definition at line 6 of file TrackVertexAssociationToolConfig.py.
def TrackVertexAssociationToolConfig.isoTTVAToolCfg | ( | flags, | |
name = "ttvaToolForIso" , |
|||
** | kwargs | ||
) |
Definition at line 36 of file TrackVertexAssociationToolConfig.py.
def TrackVertexAssociationToolConfig.TauTTVAToolCfg | ( | flags, | |
name = "TVATool" , |
|||
** | kwargs | ||
) |
Definition at line 42 of file TrackVertexAssociationToolConfig.py.
def TrackVertexAssociationToolConfig.TTVAToolCfg | ( | flags, | |
name, | |||
addDecoAlg = True , |
|||
VertexContName = "PrimaryVertices" , |
|||
** | kwargs | ||
) |
Create a component accumulator containing a TTVA tool If addDecoAlg is True, also adds an algorithm for decorating the 'used-in-fit' information
Definition at line 15 of file TrackVertexAssociationToolConfig.py.