ATLAS Offline Software
Classes | Namespaces | Functions
PyROOTTFilePythonize.h File Reference

Pythonize the access to TFile so they can be used as file-like python objects. More...

#include <inttypes.h>
#include "TFile.h"
Include dependency graph for PyROOTTFilePythonize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RootUtils::PyBytes
 

Namespaces

 RootUtils
 

Functions

PyBytes RootUtils::_pythonize_read_root_file (TFile *f, Int_t len)
 read len bytes from file f More...
 
Long64_t RootUtils::_pythonize_tell_root_file (TFile *f)
 tell the current position in file f More...
 

Detailed Description

Pythonize the access to TFile so they can be used as file-like python objects.

Author
Sebastien Binet
Date
Nov 2009

Definition in file PyROOTTFilePythonize.h.