You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Using Xrootd from ROOT

   TFile *f = TFile::Open("root://glast-rdr//wilko/test/basic.root")
will load TXnetFile automatically

 

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

requires that the library (Netx.so) that contains TXNetFile has to be loaded first.   

 

Using Xrootd client command line tools

xrdcp:   Copy files to and from XROOTD

 

  • No labels