ATLAS Offline Software
|
pythonize access to (raw) TFile More...
#include <stdlib.h>
#include <stdio.h>
#include "TFile.h"
#include "RootUtils/PyROOTTFilePythonize.h"
Go to the source code of this file.
Namespaces | |
RootUtils | |
Functions | |
Long64_t | RootUtils::_pythonize_tell_root_file (TFile *f) |
tell the current position in file f More... | |
PyBytes | RootUtils::_pythonize_read_root_file (TFile *f, Int_t len) |
read len bytes from file f More... | |