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
filterDf.h
Go to the documentation of this file.
1 
7 #ifndef FILTERDF_H
8 #define FILTERDF_H
9 
10 #include <ROOT/RDataFrame.hxx>
11 #include <cmath>
12 #include <string>
13 #include <TFile.h>
14 #include <iostream>
15 #include <filesystem>
16 
17 
33 int filterDf(std::string filepath_MC, std::string filepath_datas, std::string filename_MC_fil, std::string filename_datas_fil);
34 
35 #endif /* FILTERDF_H */
int filterDf(std::string filepath_MC, std::string filepath_datas, std::string filename_MC_fil, std::string filename_datas_fil)
This function creates filtered dataframes of MC datas and Run datas with a snapshot function with col...