Difference between revisions of "WAC Collection"

From PREX Wiki
Jump to navigationJump to search
m
 
(48 intermediate revisions by 5 users not shown)
Line 13: Line 13:
  
  
[[Main_Page|<B>PREX Main</B>]] << [[Weekly Analysis Coordinator]] << [[WAC Notes]]
+
[[Main_Page|<B>PREX Main</B>]] << [[Weekly Analysis Coordinator]] << [[WAC Notes]] << [[WAC Collection PREXII]]
 
<br><br>
 
<br><br>
  
= Prompt Code =
+
== CREX ==
The prompt code lives in the master branch of [https://github.com/JeffersonLab/prex-prompt Prex-Prompt]
+
After the experience of PREX II, some simplifications and automation scripts have been developed.
  
 
+
* Logging into apar@adaq#
The plots are uploaded to the folder /u/group/halla/www/hallaweb/html/parity/prex/onlinePlots, which is visible from [https://hallaweb.jlab.org/parity/prex/onlinePlots/ Haweb]
+
* execute: 
 
+
'''gowac'''
= Collector Code =
+
* Follow the instructions listed there
The collector code lives in [https://github.com/leafybillow/collector Tao's collector repository]
+
* The only things requiring manual adjustment are RCDB condition changes, including slug number and arm flag (for magnet trips) - '''these are explained in [[PVDB]]'''
 
+
* Everything should be explained, but if not then ask a prior WAC for help
== WAC Shift-wise Collection ==
 
 
 
* login as '''apar@adaq3'''
 
* cd into '''~/PREX/prompt/collector'''
 
* '''source ../../setup_japan.tcsh'''
 
* create a list of run number you want to (see for example test.list)
 
* run the command: '''./collector -d ../results/ -l test.list''' (Note:replace test with your file name)
 
* a root file named '''prexPrompt_test.root''' will be stored in the '''rootfiles''' directory
 
* to produce plots stay in the '''collector''' directory and run '''./aggregate'''
 
* you will be asked to enter a '''test''' part of the '''rootfile''', enter it and hit '''Enter'''
 
* a '''aggregate_plots_test.pdf''' file will be created in the '''plots''' directory.
 
 
 
== Pull Plots ==
 
* To make Pull Plots
 
root -x drawPostPan.C'("/adaq1/work1/apar/taoye/collection/prexPrompt_slug3.root","slug3")'
 
 
 
= Aggregator =
 
  
 
[[Category:HOW TO]] [[Category:WAC]]
 
[[Category:HOW TO]] [[Category:WAC]]

Latest revision as of 07:27, 4 February 2020

Documentation
HOW TOs for shift crew
Expert Tools
All Expert Contacts


PREX Main << Weekly Analysis Coordinator << WAC Notes << WAC Collection PREXII

CREX

After the experience of PREX II, some simplifications and automation scripts have been developed.

  • Logging into apar@adaq#
  • execute:
gowac
  • Follow the instructions listed there
  • The only things requiring manual adjustment are RCDB condition changes, including slug number and arm flag (for magnet trips) - these are explained in PVDB
  • Everything should be explained, but if not then ask a prior WAC for help