Skip to content
Snippets Groups Projects
SystemOfUnits.py 878 B
Newer Older
Marko Petric's avatar
Marko Petric committed
# ==========================================================================
Marko Petric's avatar
Marko Petric committed
#  AIDA Detector description implementation
Marko Petric's avatar
Marko Petric committed
# --------------------------------------------------------------------------
# Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
# All rights reserved.
# For the licensing terms see $DD4hepINSTALL/LICENSE.
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
Marko Petric's avatar
Marko Petric committed
# ==========================================================================
#  BACKWARDS COMPATIBILITY FILE!
#  The namespace "DD4hep" is deprecated. Please use "dd4hep" instead.
Marko Petric's avatar
Marko Petric committed
# ==========================================================================
from __future__ import absolute_import, unicode_literals, print_function
from g4units import *
print('DEPRECATION WARNING  The namespace "SystemOfUnits" is deprecated. Please use "g4units" instead.')