Difference between revisions of "Analysis Getting Started"

From SBS wiki
Jump to: navigation, search
(Getting Files from Cache)
(Getting Files from Cache)
Line 33: Line 33:
 
* Cached EVIO files are located at <code> /cache/halla/sbs/raw </code>
 
* Cached EVIO files are located at <code> /cache/halla/sbs/raw </code>
 
* To write files from tape to cache see documentation here, https://scicomp.jlab.org/docs/node/586
 
* To write files from tape to cache see documentation here, https://scicomp.jlab.org/docs/node/586
* For example, to get all EVIO splits from run ''runnumber'' to cache execute <code> jcache get /mss/halla/sbs/raw/*''runnumber''* </code>
+
** For example, to get all EVIO splits from run ''runnumber'' to cache execute <code> jcache get /mss/halla/sbs/raw/*''runnumber''* </code>

Revision as of 13:42, 25 February 2022

How to Reach the SBS Work Directory

  • The SBS work directory is located at /work/halla/sbs
    • Created a directory here with mkdir username
    • If you do not have permission contact Ole Hansen (ole@jlab.org) and ask to be added to the SBS user group.


Setting up Environments

  • Open ~/.cshrc and add the lines:
source /site/12gev_phys/softenv.csh 2.5
source /work/halla/sbs/ANALYZER/install/bin/setup.csh 


Setting up the SBS Replay


Getting Files from Cache

  • All raw EVIO files from GMn are on tape at /mss/halla/sbs/raw
  • Cached EVIO files are located at /cache/halla/sbs/raw
  • To write files from tape to cache see documentation here, https://scicomp.jlab.org/docs/node/586
    • For example, to get all EVIO splits from run runnumber to cache execute jcache get /mss/halla/sbs/raw/*runnumber*