Difference between revisions of "Running prompt"
From PREX Wiki
Jump to navigationJump to searchCatherinef (talk | contribs) |
Catherinef (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | == Getting Started == | |
+ | You should have your own versions of japan and prex-prompt set up inside a folder named prompt. To do this, follow the instructions for [[Setting up postpan]] and [[Setting up japan]]. The rest of this page assumes that you have followed these instructions exactly. | ||
− | |||
+ | == Setting up for analysis == | ||
+ | === Create some directories === | ||
+ | # Create a japanOutput directory in <code> /aonl2/work1/my_dir </code> | ||
+ | #* No longer will you be using pre-existing japan rootfiles, like for postpan! This directory will store all the new japan output files you are going to make. | ||
+ | |||
+ | === More symbolic links === | ||
+ | # Go into your prex-prompt folder | ||
+ | # Create symbolic links pointing to the following places in your japan directory. '''Make sure the link and the folder have the same name.''' | ||
+ | ## Analysis | ||
+ | ## Parity | ||
+ | ## qwparity | ||
+ | # Delete your symbolic link for japanOutput, and replace it with | ||
+ | ## <code> ln -s /aonl2/work1/<my_directory>/japanOutput japanOutput </code> | ||
+ | |||
+ | == Running prompt == | ||
* To run prompt-analysis | * To run prompt-analysis | ||
Go to the prex-prompt directory and do, | Go to the prex-prompt directory and do, | ||
Line 20: | Line 35: | ||
* summary.sh script uploads plots and text summary to the webpage. So be mindful | * summary.sh script uploads plots and text summary to the webpage. So be mindful | ||
when pushing this button. | when pushing this button. | ||
+ | |||
+ | |||
+ | == Where is the output? == |
Revision as of 21:50, 22 July 2019
Getting Started
You should have your own versions of japan and prex-prompt set up inside a folder named prompt. To do this, follow the instructions for Setting up postpan and Setting up japan. The rest of this page assumes that you have followed these instructions exactly.
Setting up for analysis
Create some directories
- Create a japanOutput directory in
/aonl2/work1/my_dir
- No longer will you be using pre-existing japan rootfiles, like for postpan! This directory will store all the new japan output files you are going to make.
More symbolic links
- Go into your prex-prompt folder
- Create symbolic links pointing to the following places in your japan directory. Make sure the link and the folder have the same name.
- Analysis
- Parity
- qwparity
- Delete your symbolic link for japanOutput, and replace it with
ln -s /aonl2/work1/<my_directory>/japanOutput japanOutput
Running prompt
- To run prompt-analysis
Go to the prex-prompt directory and do,
./prompt.sh <run_number>
- Making summary plots for single run
./summary.sh <run_number>
- For list of runs, make a list of runs in a file and do,
./prompt_runlist.sh <runlist_filename>
This will analyse and plot the run number that you gave. Your plots will be saved in "SummaryPlots" folder and text file will be saved at "SummaryText" folder. The root file will be saved in "japanOutput" folder.
- summary.sh script uploads plots and text summary to the webpage. So be mindful
when pushing this button.