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.