% analyzer
Then run the offline physics analysis script:
.x offlana-phys.C
This script creates a filtered CODA file named
filtrdat/e01015_runnumber.dat
which contains all raw information for events which pass
the cuts described in the file "cuts_e01015_filter.def".
In addition a ROOT file is created in directory "rootfiles" which we need for physics analysis. The contents of this ROOT file are described in file "output_physics.def". Edit this file to add new variables to the Tree in the ROOT file. Also, a short summary is written in the directory "summary" about every analyzed run.
gophys
or
cd ../../PHYS/
analyzer cut_kin#.C makeplots.C
The macro "cut_kin#.C" calls
the macro "chain.C" and defines cuts for kinematics #.
The macro "makeplots.C" produces a set of plots for physics analysis.
When run as above, makeplots.C will show the results of only the runs that have been added to the results for the corresponding kinematics since the last time makeplots.C was run.
The physics results are written to file "plots.root". "chain.C" file use's "run_kin#n.dat" file which contains run numbers and some information about particular run quality.
analyzer makeplots.C
When invoked like this, makeplots.C will ask you for the name of the
kinematics you want to analyze.