![]() |
ROOT
6.06/09
Reference Guide
|
#include "TArchiveFile.h"#include "TPluginManager.h"#include "TROOT.h"#include "TObjArray.h"#include "TObjString.h"#include "TError.h"#include "TUrl.h"#include <stdlib.h>
Include dependency graph for TArchiveFile.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TArchiveFile) TArchiveFile | |
| Specify the archive name and member name. More... | |
| ClassImp (TArchiveMember) TArchiveMember | |
| Default ctor. More... | |
| ClassImp | ( | TArchiveFile | ) |
Specify the archive name and member name.
| [in] | archive | Name of the archive file |
| [in] | member | Name of the ROOT file or integer number |
| [in] | file | Address of the TFile instance from where the call takes place |
The member can be a decimal number which allows to access the n-th sub-file. This method is normally only called via TFile.
Definition at line 31 of file TArchiveFile.cxx.
| ClassImp | ( | TArchiveMember | ) |
Default ctor.
Definition at line 206 of file TArchiveFile.cxx.