rootpy.io: ROOT I/O

Classes

io.DoesNotExist This exception is raised if an attempt is made to access an object that does not exist in a directory.
io.Key(*args, **kwargs) A subclass of ROOT’s TKey [1]
io.Directory(name[, title, classname, parent]) A subclass of ROOT’s TDirectoryFile [1]
io.File(name, *args, **kwargs) A subclass of ROOT’s TFile [1]
io.MemFile([name, mode]) A subclass of ROOT’s TMemFile [1]
io.TemporaryFile([suffix]) A temporary ROOT file that is automatically deleted when closed.

Functions

io.root_open(filename[, mode]) Open a ROOT file via ROOT’s static ROOT.TFile.Open [1] function and return an asrootpy’d File.