Analysis scripts and databases for the Hall C NPS experiments
You should create a fork of this repo in your personal github account.
You can work on cdaql3 or the ifarm group directories
Starting on the cdaql3 machines:
- login into cdaql3 through the gateway
- cd /data1/cdaq/eel108
- mkdir "name" ( make a subdirectory with your "name")
- cd "name"
- git clone git clone https://github.com/"githubUserName"/nps_replay
- cd nps_replay
- mkdir /data1/cdaq/eel108/output/ROOTfiles/"name"
- ln -sf /data1/cdaq/eel108/output/ROOTfiles/"name" ROOTfiles
- mkdir /data1/cdaq/eel108/output/REPORT_OUTPUT/"name"
- mkdir /data1/cdaq/eel108/output/REPORT_OUTPUT/"name"/NPS
- mkdir /data1/cdaq/eel108/output/REPORT_OUTPUT/"name"/NPS/eel108
- ln -sf /data1/cdaq/eel108/output/REPORT_OUTPUT/"name" REPORT_OUTPUT
- ln -sf /data1/cdaq/NPS/ cache ( do not have access to cache disk)
- ln -sf /data1/cdaq/NPS/ raw
To run on the cdaql3:
- cd /data1/cdaq/eel108/"name"/nps_replay
- source setup.csh ( this will use the defualt hcana)
- hcana
- hcana [0] .x SCRIPTS/NPS/eel108_replay.C(707,1000)
- Root file will be in the ROOTfiles directory
Suggest that one makes a separate subdirectory under /data1/cdaq/eel10/"name" for analyzing the root files rather than in the nps_replay directory.