2. Analysis of Signal Events ***************************** In this part we are going to reconstruct the signal channel **pbar p -> J/psi pi+ pi-** for which we just created some simulated events. The basis for the analysis is the macro **tut_ana.C** in the tutorial directory **tutorials/rho**, so all code snippets listed on this page can be found in the macro. To run it and inspect the resulting histograms simply type :: > root -l root [0] .x tut_ana.C root [1] TBrowser t The various aspects of analysis and the corresponding source code used in the macro are explained in detail in the following sections. .. toctree:: :maxdepth: 2 :caption: Topics: ./tut_02_01_analysis_dataaccess ./tut_02_02_analysis_pid ./tut_02_03_analysis_combinatorics ./tut_02_04_analysis_mctruth ./tut_02_05_analysis_fitting