-
Notifications
You must be signed in to change notification settings - Fork 8
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
2017 Data/MC is not matching #18
Comments
Data/MC for 2017 (Z -> mu mu)CUT
Yield
The above distributions are made using commit: ram1123@7557a2d |
Data/MC for 2016 (Z -> mu mu)CUT
Yield
Even after applying the eff and id weights and including the opposite charge cut and mass window it does not effect significantly. In the code used there still MET part is there. So, just to confirm if its not doing anything strange, going to remove it and re-run the setup. The above distributions are made using commit: ram1123@d605fce |
…one and two lepton cases.
Data/MC for 2016 (After removing MET selection)Below plots are made using code: ram1123@0a29e32 . Here we just selected the two leptons in pre-selection. Here only drell-yan background will matter and for Drell-yan sample we have following:
Cutthe_cut = genWeight*
((type==0) &&
(l_pt1>50 && (((type==0)&&(abs(l_eta1)<2.4)) )) &&
(l_pt2>45 && (((type==0)&&(abs(l_eta2)<2.4)))) &&
((l_charge1>0 && l_charge2<0) || (l_charge1<0 && l_charge2>0)) Yield
|
Hi @arapyan, For 2017, the situation remains same as in previous post, where data/mc is ~7. I think we don't have HTbin sample less than 100 GeV. It might be the main culprit for less MC. We can check this by using the inclusive Drell-yan sample. What do you say? |
Run2016 onlyHi @arapyan, After using the amc@nlo sample of Z+jets the data/mc seems reasonable for 2016. Using just genweights:
the_cut = genWeight*
((type==0) &&
(l_pt1>50 && (((type==0)&&(abs(l_eta1)<2.4)) )) &&
(l_pt2>45 && (((type==0)&&(abs(l_eta2)<2.4)))) &&
((l_charge1>0 && l_charge2<0) || (l_charge1<0 && l_charge2>0)))
Using all weights
With/Without pileup weight
With/Without Trigger weight
With/Without ID/ISO weight
|
Hi @arapyan, Finally, data/mc for Drell-yan matched. This points that there was some issue with the single muon data that we used. At the same path I can also see single muon data. I think you reproduced this. So, this must be fixed (whatever the issue was). I will try to check the same for single muon and let you know. 2017 Single Ele data
|
Describe the bug
Huge discripency in the data/mc of 2017.
To Reproduce
Steps to reproduce the behavior:
Additional context
To resolve this issue start with following:
Z -> mu mu
selection for 2017The text was updated successfully, but these errors were encountered: