in the above code add new TLorentzVector el3, el4 for the 3rd and 4th lepton and set their pt, eta phi, mass.
Add these two vectors to get a new vector TLorentzVector zCandidate2.
Add the two vectors zCandidate and zCandidate2 to get a new TLorentzVector Higgs.
DEfine a new histogram H_zz
TH1F* H_zz = new TH1F("H_zz", "ZZ candidate invariant mass", 200, 0, 300);
Fill the H_zz histogram with HIggs mass. (using Higgs.M() )
Write the H_zz histogram.
open the output file and paste the Z_ee and H_zz histograms in your HW file.
Followed instructions.
Got data on higgs mass - 124 average
Added 3rd histogram for 2nd Z