ATLAS Offline Software
JetTagging/JetTagAlgs/BTagging/python/JetParticleAssociationAlgConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 # this is just a thin wrapper on ParticleJetTools, I want to
4 # keep the scope of the MR where we moved this limited. Eventually I
5 # should move the things that point to this to point to the library
6 # below.
7 
8 from ParticleJetTools.JetParticleAssociationAlgConfig import ( # noqa: F401
9  JetParticleAssociationAlgCfg) # noqa: F401