ATLAS Offline Software
Loading...
Searching...
No Matches
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" ]