ATLAS Offline Software
LArCalorimeter/LArROD/python/__init__.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 #=======================================================================
4 # File: LArROD/python/__init__.py
5 #=======================================================================
6 __version__ = '1.0.0'
7 __author__ = 'David Rousseau '
8 __all__ = [ 'LArRawChannelGetter' ]
9 __doc__ =""" - Python modules for the ATLAS Reconstruction -
10  LArRawChannelGetter -> build LArRawChannels
11  """
12 __description__ ='Python interface for ATLAS reconstruction '
13 
14 #
15 #=======================================================================