Study of the CMS Monte Carlo and Run open data for the dimuon system
1.0
A C++ software for the measurement of the Z resonance, the angle of the negative muon in the Collins–Soper frame of the dimuon system and the forward-backward asymmetry of Drell–Yan events in pp collisions at 8 TeV
|
Creating afb histogram in function of dimuon mass. More...
#include "utilities.h"
#include "graphicalUtilities.h"
#include <ROOT/RDataFrame.hxx>
#include <ROOT/RVec.hxx>
#include <Math/Vector4Dfwd.h>
#include <Math/Vector4D.h>
#include <TCanvas.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TLatex.h>
#include <TStyle.h>
#include <TROOT.h>
#include <TLegend.h>
#include <filesystem>
#include <string>
#include <iostream>
Go to the source code of this file.
Functions | |
void | afb (std::string filepath_MC, std::string filepath_datas) |
Creating afb histogram in function of dimuon mass. Firstly checks if in the dataframes exist and if there are the right columns, then creates all quantities necessary to the analysis, then makes six filters for the rapidity conditions and creates six histograms in one canvas, saving them in .pdf and .png. More... | |
Creating afb histogram in function of dimuon mass.
void afb | ( | std::string | filepath_MC, |
std::string | filepath_datas | ||
) |
Creating afb histogram in function of dimuon mass. Firstly checks if in the dataframes exist and if there are the right columns, then creates all quantities necessary to the analysis, then makes six filters for the rapidity conditions and creates six histograms in one canvas, saving them in .pdf and .png.
filepath_MC | file path of the dataframe of the MC datas |
filepath_datas | file path of the dataframe of the RUN datas |