Skip to content
Snippets Groups Projects

AthenaPython+AthenaROOTAccess: Remove reference to enable_tree_speedups.

Merged Scott Snyder requested to merge ssnyder/athena:obsSpeedups.AthenaPython-20200818 into master
2 files
+ 0
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -611,13 +611,6 @@ del %s""" % (n,n,n,n,n)
del popitem
## ------------------------------
## try to install ttree access enhancement
try:
from RootUtils.PyROOTFixes import enable_tree_speedups
enable_tree_speedups()
except ImportError:
pass
## FIXME: would be nice... but somehow interferes with _py_cache property
## ## allow the use of the pythonized properties interface
## def __getattr__( self, attr ):
Loading