Difference between revisions of "Weekly Analysis Coordinator"

From PREX Wiki
Jump to: navigation, search
(Online analysis)
(Online analysis)
Line 91: Line 91:
 
* [https://hallaweb.jlab.org/parity/prex/onlinePlots/ onlinePlots], [https://hallaweb.jlab.org/parity/prex/onlinePlots/index.php?all=true list of all runs]- from prompt analysis
 
* [https://hallaweb.jlab.org/parity/prex/onlinePlots/ onlinePlots], [https://hallaweb.jlab.org/parity/prex/onlinePlots/index.php?all=true list of all runs]- from prompt analysis
 
* [https://docs.google.com/spreadsheets/d/1zc3_XIiwO2gzZOC9s4OADb5hWb8D1z0ZqVKc1kHCDZM/edit#gid=1146168969 ResultsSummary] Only updated upto slug 13. Now stale.
 
* [https://docs.google.com/spreadsheets/d/1zc3_XIiwO2gzZOC9s4OADb5hWb8D1z0ZqVKc1kHCDZM/edit#gid=1146168969 ResultsSummary] Only updated upto slug 13. Now stale.
   A stable grandroot file can be found in /chafs2/work1/apar/aggRootfiles/grandRootfile/archive/grand_aggregator_1-30.root which has all slugs between 1-30.  
+
   A stable grandroot file can be found in /chafs2/work1/apar/aggRootfiles/slugRootfiles/grandRootfile/archive/grand_aggregator_1-30.root which has all slugs between 1-30.  
 
   Useful cuts: ihwp==1 (in) ihwp==2 (out)
 
   Useful cuts: ihwp==1 (in) ihwp==2 (out)
 
               wein==1 (right) wein==2 (left)
 
               wein==1 (right) wein==2 (left)

Revision as of 16:05, 8 August 2019

Documentation
HOW TOs for shift crew
Expert Tools
All Expert Contacts




PREX Main >> WAC Notes Index

Weekly Analysis Coordinator (WAC)

Daily Meeting BlueJeans

Useful Links:


WAC schedule
Dates (2010) WAC name
06/24 - 07/06 Tao Ye
07/06 - 07/17 Sakib Rahman
07/17 - 07/23 Cameron Clarke
07/23 - 07/30 Devi Adhikari
07/30 - 08/06 Victoria Owen
08/06 - 08/13 Adam Zec
08/13 - 08/20

WAC Tasks

  1. Coordinate with the Analysis Expert
  2. Run the scripts for looking at daily/weekly data
    • Daily: use gojapan ; cd ~/PREX/prompt ; ./prompt.sh runnumber&
    • Slugly: How To
  3. Look closely at runs marked "junk" and update runs every time something is done in the analysis chain (use PVDB tools)
  4. Collect each shift data - How To
  5. Develop scripts to monitor data
  6. Monitor changes made to the regular japan operations branch. This is the directory that opens when the gojapan command is used at login. The regular japan operations branch is the engine for realtime analysis. So, shiftcrew plot macros should be updated in this branch. If map files are updated, propagate that into japan_wac_only folder.
    • For a given change in the maps/pedestals/cuts, push it to operations and pull to wac only
    • cd ~/PREX/japan/Parity/prminput
    • git add [things that are new]
    • git commit --author=[email]
    • git push -u origin operations
    • [enter username and password for github]
    • cd ~/PREX/japan_WAC_only/Parity/prminput
    • git pull
    • redo prompts with cd ~/PREX/prompt ; ./prompt.sh [runnumber]
  7. Pull in changes from regular japan operations branch into the japan_wac_only folder after reviewing the commits made.
  8. Track developments and make presentations from WAC Notes

Online analysis

 A stable grandroot file can be found in /chafs2/work1/apar/aggRootfiles/slugRootfiles/grandRootfile/archive/grand_aggregator_1-30.root which has all slugs between 1-30. 
 Useful cuts: ihwp==1 (in) ihwp==2 (out)
              wein==1 (right) wein==2 (left)
              hrs==0 (both arm) hrs==1 (right arm only) hrs==2 (left arm only)
 To get an idea about variable nomenclature, look in the root tree or the grand_prototype.pdf
  • comptonPlots
  • Check the Feedback log: (/adaqfs/home/apar/PREX/japan_feedback/LogFiles/Feedback_PITA_log.txt)

Accessing onsite computers

With the access to hallgw, one can have access to the onsite computers.

  • Do not connect remotely to the adaq1 computer unless necessary for some DAQ related process
  • Focus on aonl[1-3], especially for analysis jobs
  • For large analysis jobs focus on the ifarm installation of JAPAN


To get access to hallgw:

  • Request to help desk for 2 factor authentication
    • If approved, you will receive an email guiding you through the steps for setting up the access pin and the pin generator app(MobilePASS)
  • In a terminal type in: ssh username@login.jlab.org
  • With access granted, type in: ssh username@hallgw

WAC Notes

To calculate statistical precision so far

Exp error bar = sqrt(1/(sum(1/sigma^2)))