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
afb.h File Reference

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>
Include dependency graph for afb.h:

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...
 

Detailed Description

Creating afb histogram in function of dimuon mass.

Function Documentation

◆ afb()

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.

Parameters
filepath_MCfile path of the dataframe of the MC datas
filepath_datasfile path of the dataframe of the RUN datas
Returns
None