A repository for tools used to debug and visualize results of "Big Structure" alignment (or "Global Mode" alignment) of CMS muon system with GPR fitter
- Script for making 2D level plots, contour plots and 1D slice plots of the likelihood function minimized by the fitter
- Script for fitting and visualizing plots of residual distributions: distributions are fitted to a gaussian, then
$\chi^2/N_{\text{dof}}$ is computed
- To build and run plotting script do
cd likelihood_plots/ ./run.sh file_with_plots.root file_with_contours.rootfile_with_contours.rootis optional; if specified, contour plots will be drawn on top of level plots, otherwise only level plots will be made. If no file is provided program will finish with an error message. Results will be saved infcn_graphs/folder. - To build and run comparison script do
Input files must be specified in the program.
cd residual_plots/ make cmp ./cmp$\chi^2/N_{\text{dof}}$ is saved in.txtfiles for each residual distribution. Plots are saved inresid_distr/folder.