ROOT  6.06/09
Reference Guide
Functions
TArchiveFile.cxx File Reference
#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...
 

Function Documentation

ClassImp ( TArchiveFile  )

Specify the archive name and member name.

Parameters
[in]archiveName of the archive file
[in]memberName of the ROOT file or integer number
[in]fileAddress 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.