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
testEnergy.cpp File Reference

Testing if the sum of E1 and E2 is almost equal to Etot. More...

#include "../include/utilities.h"
#include <ROOT/RDataFrame.hxx>
#include <cmath>
#include <ROOT/RVec.hxx>
#include <Math/Vector4Dfwd.h>
#include <Math/Vector4D.h>
#include <iostream>
Include dependency graph for testEnergy.cpp:

Functions

void testEnergy (std::string filepath_MC, std::string filepath_datas)
 

Detailed Description

Testing if the sum of E1 and E2 is almost equal to Etot.

Function Documentation

◆ testEnergy()

void testEnergy ( std::string  filepath_MC,
std::string  filepath_datas 
)

Testing if the sum of E1 and E2 is almost equal to Etot

Parameters
filepath_MCdataframe of the MC datas
filepath_datasdataframe of the Run datas
Returns
None