Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Control/xAODRootAccess/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 # $Id: __init__.py 653633 2015-03-12 13:44:48Z krasznaa $
4 #
5 # File to make it possible to refer to xAODRootAccess as a module in
6 # Python (PyROOT) code.
7 #
8 
9 __version__ = "$Revision: 653633 $"
10 __author__ = "Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>"
11 __all__ = [ "TPyEvent", "TPyStore", "GenerateDVIterators" ]