Versions Compared

Key

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

Here's a bunch of random tricks I use, some SLAC-related, but many are general to ATLAS.

If you leave a window open too long, your kerberos ticket will expire, so you can't write to your /afs home directory.
Get a new ticket with:

Code Block

kinit <username>

If you need a particular database release, for running over data typically,
you can set the database release you want to use by adding to your cmthome/requirements file:

...

Code Block
hadd -h #show how to use
hadd -f step.root */*step.root #for instance

Sometime Sometimes when running over data it helps to put a link in your running directory:

...