Versions Compared

Key

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

...

See the Account Setup section to set up the analysis environment. Set up your release working directory from pslogin:

Code Block
none
none
[user@pslogin ~] newrel ana-current myrelease
[user@pslogin ~] cd myrelease
[user@pslogin myrelease] sit_setup

Optional: Add the XtcExplorer package to your analysis release and "compile" (Note that you need to have an afs token to check out the package, so you may need to run 'kinit' first) :

Code Block
none
none

[user@pslogin myrelease] kinit
Password for user@SLAC.STANFORD.EDU:
[user@pslogin myrelease] addpkg XtcExplorer V00-01-01
[user@pslogin myrelease] scons

...