Difference between revisions of "Analysis Getting Started"

From SBS wiki
Jump to: navigation, search
(Setting up the SBS Replay)
(Setting up the SBS Replay)
Line 25: Line 25:
 
* The SBS analysis is located at https://github.com/JeffersonLab/SBS-offline and https://github.com/JeffersonLab/SBS-replay
 
* The SBS analysis is located at https://github.com/JeffersonLab/SBS-offline and https://github.com/JeffersonLab/SBS-replay
 
** You can copy the github versions to your own work directory.
 
** You can copy the github versions to your own work directory.
* If you do not plan to make changes to the analyzer code you can simply use the version located at <code> /work/halla/sbs/SBS_OFFLINE</code> and <code> /work/halla/sbs/SBS_REPLAY </code>
+
* If you do not plan to make changes to the replay code you can simply use the version located at <code> /work/halla/sbs/SBS_OFFLINE</code> and <code> /work/halla/sbs/SBS_REPLAY </code>

Revision as of 16:51, 23 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