ATLAS Offline Software
Loading...
Searching...
No Matches
xAODType.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3from ROOT import xAODType # noqa: F401
4
5# pull in the ObjectType enum dictionary by name - it makes the enum names
6# visible directly in the xAODType namespace
7from ROOT.xAODType import ObjectType # noqa: F401