Difference between revisions of "Online Analysis"
From Hall A Wiki
(New page: 1, Login into adaq machines in counting house: [adaq@adaql2 $] ssh -X adaq@adaqlN (N=3~10, DONOT use adaql1,adaql2 for data analysis) 2, Go to Experiment Directory: (/adaqfs/home/adaq/e...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
3, Run replay Script: | 3, Run replay Script: | ||
[adaq@adaql10 $]analyzer 'replay_HRS.C(XXXX,50000)' (XXXX is the run number) | [adaq@adaql10 $]analyzer 'replay_HRS.C(XXXX,50000)' (XXXX is the run number) | ||
− | 4, Run OnlineGUI: | + | 4, Run OnlineGUI (detector check-out): |
[adaq@adaql10 $]analyzer | [adaq@adaql10 $]analyzer | ||
analyzer [3]: online("HRS",XXXX) | analyzer [3]: online("HRS",XXXX) | ||
+ | 5, Run physics: | ||
+ | [adaq@adaql10 $]analyzer | ||
+ | analyzer [3]: .x xgt2_Lphys.C | ||
+ | analyzer [3]: .x xgt2_Rphys.C | ||
+ | |||
+ | If the z_plot is empty, use: | ||
+ | analyzer [3]: .x xgt2_Lphys_y.C | ||
+ | analyzer [3]: .x xgt2_Rphys_y.C |
Latest revision as of 11:54, 16 April 2011
1, Login into adaq machines in counting house:
[adaq@adaql2 $] ssh -X adaq@adaqlN (N=3~10, DONOT use adaql1,adaql2 for data analysis)
2, Go to Experiment Directory: (/adaqfs/home/adaq/e07006/onlana)
[adaq@adaql10 $]goonlana
3, Run replay Script:
[adaq@adaql10 $]analyzer 'replay_HRS.C(XXXX,50000)' (XXXX is the run number)
4, Run OnlineGUI (detector check-out):
[adaq@adaql10 $]analyzer analyzer [3]: online("HRS",XXXX)
5, Run physics:
[adaq@adaql10 $]analyzer analyzer [3]: .x xgt2_Lphys.C analyzer [3]: .x xgt2_Rphys.C
If the z_plot is empty, use: analyzer [3]: .x xgt2_Lphys_y.C analyzer [3]: .x xgt2_Rphys_y.C