Versions Compared

Key

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

...

To transfer large files from CERN to SLAC (or SLAC to CERN, etc.), use bbcp. You can get upto ~1GB/min!
This page descibes its usage.

...

If a root file wasn't closed, you'll get a lot of "Trying to recover..." messages every time you open it.
To recover what you can, once and for all:

Code Block

root
[0] TFile f("<filename>","update")
[1] .q

...