Esempio n. 1
0
def getJetTagTwoTrackVertexD3PDObject(
        level,
        jetCollections,
        sgkey=JetTagD3PDKeys.JFTwoTrackVertexDataSGKey(),
        **kw):

    return JetTagTwoTrackVertexD3PDObject(level=level,
                                          jetCollections=jetCollections,
                                          sgkey=sgkey,
                                          **kw)
class JetJFTwoTrackVertexAssocSGKey(JobProperty):
    """ storegate key of the JetVxOnJetAxis data object to associate jets with
    """
    statusOn=True
    allowedTypes=['str']
    StoredValue=JetTagD3PDKeys.JFTwoTrackVertexDataSGKey()