Skip to content

Conversation

@kristenleib
Copy link

Added the angular distributions for the WW-> cs + ud decays

@kristenleib kristenleib requested a review from izamiza10 June 25, 2025 14:42
@kristenleib kristenleib self-assigned this Jun 25, 2025
@kristenleib
Copy link
Author

Added a calculation of cos phi using the truth variables. It is mostly working but a few things need fixed.

c_W1_W2_e->SaveAs("/usatlas/u/kleibensperger/FCCeePostCutCode/run/w1_w2_e.png");


// *************************** COMPARATIVE ANGULAR DISTRIBUTIONS PLOTS ***************************

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be done during this stage. You just run the event loop here and can make TH1D histograms. The plotting should be done with a separate script

@kristenleib
Copy link
Author

Added the ee correlator calculations and the histograms are normalize using 1 / (N_events * binwidth).

@kristenleib
Copy link
Author

Added the macro containing most of the plots from AnalysisWWCR.cxx

}

void CosPhi_Angle(const TLorentzVector& jet1, const TLorentzVector& jet2, TH1F* hist_cosphi, TH1F* hist_eec) {
double phi = jet1.Angle(jet2.Vect());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using Angle and not DeltaPhi?

@kristenleib
Copy link
Author

I am having issues with opening the branches for the jet constituents and I cannot find much documentation on vectors of vectors.

@kristenleib
Copy link
Author

This is a more complete version of Plots_AnalysisWWCR (from when my vs code was down). All plots from my powerpoint are here.

@kristenleib
Copy link
Author

  • Fixed issues with loading in the jet constituents for the jet substructure
  • Started the process of calculating the four-vector

@kristenleib
Copy link
Author

Most recent push for AnalysisWWCR is the updated macro from the merge with the EE correlation measurement in the jet substructure.

@kristenleib
Copy link
Author

removed the cosPhiAngle function and doing the calculations within their respective loops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants