Difference between revisions of "Procedures for shift takers"

From HallCWiki
Jump to navigationJump to search
Line 52: Line 52:
  
 
   ./UTIL_SIDIS/run_beancounter.sh <run_number> <target>
 
   ./UTIL_SIDIS/run_beancounter.sh <run_number> <target>
   <polarity> = h or d
+
   <target> = h or d
 
   Type .q to exit ROOT
 
   Type .q to exit ROOT

Revision as of 17:41, 22 October 2018

Instructions for SIDIS Experiment


1. Keep an eye on the Hall C Scaler Data GUI and make sure the rates with beam ON are steady

2. In the middle of the run, check online plots for the detectors

a. Login to cdaql1 machine and go to hallc_replay directory if you are not there already:

  > ssh cdaql1 
  > go_analysis 

b. Update the file " standard.Kinematics "

  path : 
  /net/cdaqfs/home/cdaq/hallc-online/hallc_replay_sidis_fall18/DBASE/COIN/standard.kinematics

c. At 50k events, run scripts

  for SHMS detector check: ./run_coin_shms.sh <run_number>
  for HMS detector check: ./run_coin_hms.sh <run_number>

Note electron tracking efficiency for HMS and hadron tracking efficiency for SHMS from resulting report files.

d. Keep charge counter running in background to keep track of charge collected:

   ./run_charge_counter.csh <detector>

The count will automatically reset when a new run starts.


3. After the full run, check the Good events and Update the run_list wiki

a. Make sure the standard.kinematics file was updated correctly in step 2 above.

b. Analyze the full run with :

 ./run_full_sidis.sh <run_number> 

Fill in the run sheets and update the runlist:

  UTIL_SIDIS/sidis_runlist.txt

The tracking efficiencies should not have changed much from step 2c.

c. Run this script. Make sure we see a clear coincidence time peak. Record counts to run_list wiki

 ./UTIL_SIDIS/run_beancounter.sh <run_number> <target>
  <target> = h or d
 Type .q to exit ROOT