-
Notifications
You must be signed in to change notification settings - Fork 36
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
2011 branch: updates needed (other than the poet config) #85
Comments
@katilp unfortunately I think we are kind of stuck on the JetResolution input file... we got this file from the Workbook instructions, and it's definitely for 2012: https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideJetResolution Looking at the same folder in central cmssw, the 53X branch only contains resolutions marked as "Spring10": https://github.com/cms-sw/cmssw/tree/CMSSW_5_3_X/CondFormats/JetMETObjects/data Similarly, that TWiki seems to have been updated directly from 2010 to 2012. Revision 5 looks to be for 2010 data: So the information for 2011 looks to be a bit lost... Options:
|
OK, thanks for investigating! I would expect JER for 2011 to be more recent than those for 2012 (because of their later reprocessing) but that does not change what you've found (or did not find...). They should still be 5_3_X. I can try to do some further data archeology with that file JER file name, and then we can decide. |
For the record going through JEC/JER meetings at that time:
And for the record, in general on that reprocessing (but no information on JER): |
There's a collection of different tables for JER in https://twiki.cern.ch/twiki/bin/viewauth/CMS/JetResolution and, in particular, for 2011
e.g However, I'm not sure how these numbers correlate with those in the file JetResolutionInputAK5PF.txt that have function parameters and narrower eta bins. |
Yes, the JER factors themselves are all accessible for each year, and I
believe/hope we already have 2011 and 2012 different from each other.
But to apply them one needs to know the measured pT resolution of jets.
That's the information stored in that text file, and that's what we're
missing for 2011.
Julie
…On Wed, Nov 23, 2022, 5:30 AM Kati Lassila-Perini ***@***.***> wrote:
There's a collection of different tables for JER in
https://twiki.cern.ch/twiki/bin/viewauth/CMS/JetResolution
and, in particular, for Run-1
https://twiki.cern.ch/twiki/bin/viewauth/CMS/JetResolution#History_of_JER_measurements
e.g. for 2011:
[image: image]
<https://user-images.githubusercontent.com/5859918/203533983-cabf4745-bb9d-4240-bc0e-f43ef5d670d3.png>
However, I'm not sure how these numbers correlate with those in the file
JetResolutionInputAK5PF.txt
<https://github.com/cms-opendata-analyses/PhysObjectExtractorTool/blob/2012/PhysObjectExtractor/JEC/JetResolutionInputAK5PF.txt>
that have function parameters and narrower eta bins.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVFOJBBHAA3ULNUJB2KBKDWJX55PANCNFSM6AAAAAASBFMGVA>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
B-tagging efficiency setup is updated for 2011, separate from 2012. |
Chat with @kirschen :
Page 11 in these slides shows the values in the file for a certain pt (not mentioned) |
For the future Run2 jets
Corrections are applied but smearing is still expected to be done at the mini/nano level because it involves random numbers so cannot be "undone" (although discussions were ongoing whether to do it for Mini/Nano and store the smearing factor used ) |
@katilp Aha, I was wrong to think we had already used the 2011 numbers in the 2011 branch... Fixed now! |
clean the data directory and copy over the correct json file
create the JEC txt files by running the updated jec_cfg.py
cmsRun jec_cfg.py True
andcmsRun jec_cfg.py False
find out where to get the correct
JetResolutionInputAK5PF.txt
- NB: I copied over the one from the 2012 branch but that is certainly not correct
when running with option
isPat = False
JetAnalyzer.cc is called. 2012 values are hardcoded in the 2012 JetAnalyzer.cc and are the same in the 2011 branchThe 2012 input file is
MonteCarlo2012/Summer12_DR53X/TTbar_8TeV-Madspin_aMCatNLO-herwig/
, now updating to this (/TTJets_TuneZ2_7TeV-madgraph-tauola/Summer11LegDR-PU_S13_START53_LV6-v1/AODSIM
).with this input file
cmsRun python/befficiency_recojets_cfg.py
fails with:befficiency_recojets_cfg.py
up in a separate issue Remove (of fix) befficiency_recojets_cfg.py #88with this input and GT update,
cmsRun python/befficiency_patjets_cfg.py
fails with thesoftElectronByPtBJetTags
, see belowwhen running with option
isPat = True
, PatJetAnalyter.cc is called. It fails due tosoftElectronByPtBJetTags
. ForcmsRun python/poet_cfg.py False True
(i.e. MC, PAT)There's a similar label in the data but not this one:
The text was updated successfully, but these errors were encountered: