Versions Compared

Key

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

...

To get a list of filenames (to load into athena) from a given dataset (passed in as $1):

Code Block
dq2-ls -f -p -H $1 | sed "s%srm://osgserv04.slac.stanford.edu:8443/srm/v2/server?SFN=/xrootd/atlas/%filelist += [\"root://atl-xrdr//atlas/xrootd/%g" | sed "s%$%\"]%g" | grep xrootd
(may also need to add "-L SLACXRD_USERDISK" or wherever there is a complete replica of the dataset...)

This gets a ROOT file with info on a given data run (mag field configuration, #events, streams, etc.):

...