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
dimuonSpectrumZ.h
Go to the documentation of this file.
1 
7 #ifndef DIMUONSPECTRUMZ_H
8 #define DIMUONSPECTRUMZ_H
9 
10 #include "graphicalUtilities.h"
11 #include "utilities.h"
12 #include <ROOT/RDataFrame.hxx>
13 #include <ROOT/RVec.hxx>
14 #include <Math/Vector4Dfwd.h>
15 #include <Math/Vector4D.h>
16 #include <TCanvas.h>
17 #include <TH1D.h>
18 #include <TLatex.h>
19 #include <TStyle.h>
20 #include <TLegend.h>
21 #include <TPad.h>
22 #include <filesystem>
23 #include <string>
24 #include <iostream>
25 
26 
38 void dimuonSpectrumZ(std::string filepath_MC, std::string filepath_datas);
39 
40 #endif /* DIMUON_SPECTRUM_Z_H */
41 
void dimuonSpectrumZ(std::string filepath_MC, std::string filepath_datas)
Creating dimuon spectrum histogram of Z from filtered dataframe. Firstly checks if in the dataframes ...
Graphical utilities for displaying histograms of Afb, Z spectrum, cos(theta*) and saving the plots.
Utilities to define new columns on the dataframe.