18 TString dir =
"$ROOTSYS/test/Event.root";
21 {oldfile =
new TFile(
"$ROOTSYS/test/Event.root");}
22 else {oldfile =
new TFile(
"./Event.root");}
24 Event *
event =
new Event();
33 TFile *newfile =
new TFile(
"small.root",
"recreate");
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
virtual void SetBranchStatus(const char *bname, Bool_t status=1, UInt_t *found=0)
Set branch status to Process or DoNotProcess.
virtual void Print(Option_t *option="") const
Print a summary of the tree contents.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
virtual TTree * CloneTree(Long64_t nentries=-1, Option_t *option="")
Create a clone of this tree and copy nentries.
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=0)
Change branch address, dealing with clone trees properly.
R__EXTERN TSystem * gSystem
virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t bufsiz=0)
Write memory objects to this file.
#define R__LOAD_LIBRARY(LIBRARY)
typedef void((*Func_t)())
A TTree object has a header with a name and a title.
virtual Bool_t ExpandPathName(TString &path)
Expand a pathname getting rid of special shell characters like ~.