ATLAS Offline Software
|
Pythonize the access to TFile
so they can be used as file-like python objects.
More...
#include <inttypes.h>
#include "TFile.h"
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... | |
Pythonize the access to TFile
so they can be used as file-like python objects.
Definition in file PyROOTTFilePythonize.h.