Difference between revisions of "Analysis Software for Left HRS"
From SBS wiki
(Created page with "<< <b>SBS Main</b><< <b>Documentation</b><< <b>LHRS for SBS</b>") |
|||
Line 1: | Line 1: | ||
<< [[Main_Page | <b>SBS Main</b>]]<< [[Documentation | <b>Documentation</b>]]<< [[LHRS_for_SBS|<b>LHRS for SBS</b>]] | << [[Main_Page | <b>SBS Main</b>]]<< [[Documentation | <b>Documentation</b>]]<< [[LHRS_for_SBS|<b>LHRS for SBS</b>]] | ||
+ | |||
+ | Brief instructions on running the Podd analyzer | ||
+ | |||
+ | See also the more verbose file: /adaqfs/home/adev/bob/analyzer/run/README | ||
+ | |||
+ | Type "goana" on adev account on aonl1 or aonl2 to go to the | ||
+ | working directory and set the environment. | ||
+ | |||
+ | Run the analyzer as follows: | ||
+ | |||
+ | <pre> | ||
+ | ./anaHRS 583 | ||
+ | |||
+ | (to analyze run 583) | ||
+ | |||
+ | or | ||
+ | |||
+ | ./anaHRS | ||
+ | |||
+ | (with no argument, the latest run is analyzed) | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | This produced a root file Afile.root which is a link to root file | ||
+ | for that run on the work disk. What's more, the "online" GUI is | ||
+ | used to display standard histograms. | ||
+ | |||
+ | One may also use "show" scripts to work on Afile.root | ||
+ | <pre> | ||
+ | aonl1.jlab.org> root .x showVdc1.C | ||
+ | </pre> | ||
+ | |||
+ | and there are other macros like show*.C |
Latest revision as of 14:48, 23 August 2021
<< SBS Main<< Documentation<< LHRS for SBS
Brief instructions on running the Podd analyzer
See also the more verbose file: /adaqfs/home/adev/bob/analyzer/run/README
Type "goana" on adev account on aonl1 or aonl2 to go to the working directory and set the environment.
Run the analyzer as follows:
./anaHRS 583 (to analyze run 583) or ./anaHRS (with no argument, the latest run is analyzed)
This produced a root file Afile.root which is a link to root file for that run on the work disk. What's more, the "online" GUI is used to display standard histograms.
One may also use "show" scripts to work on Afile.root
aonl1.jlab.org> root .x showVdc1.C
and there are other macros like show*.C