ATLAS Offline Software
TileIdentifier/python/Classes.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 import cppyy
4 
5 TileHWID = cppyy.gbl.TileHWID
6 TileFragHash = cppyy.gbl.TileFragHash
7