-
Notifications
You must be signed in to change notification settings - Fork 0
Added the angular distributions for W1->cs and W2->ud #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: WW_CR
Are you sure you want to change the base?
Conversation
|
Added a calculation of cos phi using the truth variables. It is mostly working but a few things need fixed. |
PostCutCode/Root/AnalysisWWCR.cxx
Outdated
| c_W1_W2_e->SaveAs("/usatlas/u/kleibensperger/FCCeePostCutCode/run/w1_w2_e.png"); | ||
|
|
||
|
|
||
| // *************************** COMPARATIVE ANGULAR DISTRIBUTIONS PLOTS *************************** |
There was a problem hiding this comment.
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
|
Added the ee correlator calculations and the histograms are normalize using 1 / (N_events * binwidth). |
|
Added the macro containing most of the plots from AnalysisWWCR.cxx |
PostCutCode/Root/AnalysisWWCR.cxx
Outdated
| } | ||
|
|
||
| void CosPhi_Angle(const TLorentzVector& jet1, const TLorentzVector& jet2, TH1F* hist_cosphi, TH1F* hist_eec) { | ||
| double phi = jet1.Angle(jet2.Vect()); |
There was a problem hiding this comment.
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?
|
I am having issues with opening the branches for the jet constituents and I cannot find much documentation on vectors of vectors. |
|
This is a more complete version of Plots_AnalysisWWCR (from when my vs code was down). All plots from my powerpoint are here. |
|
|
Most recent push for AnalysisWWCR is the updated macro from the merge with the EE correlation measurement in the jet substructure. |
|
removed the cosPhiAngle function and doing the calculations within their respective loops |
Added the angular distributions for the WW-> cs + ud decays