|
Class Reference for E1039 Core & Analysis Software
|
``` git clone https://github.com/E1039-Collaboration/seaquest-analysis.git ```
``` cd <path-to-hodo-acc-gap> root -l Fun4HodoAccGap.C ``` Several root files are generated. The 'trk_eval.root' contains the information from the evaluator `TrkEval`. You may open that file and check the contents.
``` $root -l trk_eval.root root [0] Attaching file trk_eval.root as _file0... root [1] .ls TFile** trk_eval.root TFile* trk_eval.root KEY: TTree T;1 TrkEval ```
The 'ana.C' is an example macro for analysis. You may test it using the example data.
``` ln -s /e906/app/users/yuhw/seaquest-analysis/HodoAccGap/300cm/*.root .
root -l root [0] .L ana.C root [1] drawRelAcc() root [2] drawAccPhi() ```