Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using Xrootd from ROOT

Wiki Markup
       root \[2\] TFile \*f = 
   TFile *f =
TFile::Open("root://glast-rdr//wilko/test/basic.root")


will load TXnetFile automatically
 

Wiki Markup
       root\[2 \]  .L lib/libNetx.so
       root\[3\]  TFile \*f = new TXNetFile("root://glast-rdr//wilko/test/basic.root"))

...