-
Notifications
You must be signed in to change notification settings - Fork 22
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
CMS: CMSSW versions & GT for pPb and pp ref data & MC #144
Comments
This was referenced Sep 12, 2022
Check the difference between STARTHI_V27 and STARTHI_V28
So the difference is in the beamspot. Checking the actual values from the text dump:
|
From the discussion on June 6, 2023:
For differences btw V25/V27 and V26/V28 see https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideFrontierConditions?rev=609#HI_Simulation_AN4 Check the actual difference (instructions)
|
2 tasks
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #129
Finding the information
CMSSW version:
Identifying the version to be used in the analysis:
In https://github.com/CmsHI/cmssw check branches for "forest":
Question: would it make sense to provide a container with the CmsHI fork on top of a CMSSW version?
GT:
Look at the HIForest production configs (pPb, pp, PbPb, MC or DATA) in the respective branches under
2013 pPb 5.02 TeV data
(datasets see #136)
CMSSW for RECO production:
CMSSW for HIForest:
GT
taken from JetAnalyzer as the JEC were not from the standard GT
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/JetAnalysis/test/runForest_pPb_DATA_53X.py#L63 shows GR_P_V43D::All with centrality and jec tags overidden
Find overrides in
Question: why such an old GT (43) for data processed with 53?
Question: these are the modifications for JetAnalysis. For other objects under https://github.com/CmsHI/cmssw/tree/forest_CMSSW_5_3_20/HeavyIonsAnalysis (Photon, Muon) are there similar things to take into account?
2013 pp 2.76 TeV ref
(datasets see #140)
CMSSW for RECO production:
CMSSW for HIForest
GT
From https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/JetAnalysis/test/runForest_pp_DATA_53X.py#L61 GR_P_V43D::All
with overrides in
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L1148
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L54
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L752
2015 pp 5.02 TeV ref
(datasets see #139)
CMSSW for RECO production:
CMSSW for HIForest
GT
From https://github.com/CmsHI/cmssw/blob/forest_CMSSW_7_5_8_patch3/HeavyIonsAnalysis/JetAnalysis/test/runForestAOD_pp_DATA_75X.py#L49: 75X_dataRun2_v13
Find
auto:run2_data
(throughfrom Configuration.AlCa.autoCond import *
inGlobalTag_condDBv2
) in https://github.com/cms-sw/cmssw/blob/CMSSW_7_5_8_patch3/Configuration/AlCa/python/autoCond.py#L23: 75X_dataRun2_v13Find what overrides in https://github.com/CmsHI/cmssw/blob/forest_CMSSW_7_5_8_patch3/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L752
HI MC
(datasets in #138 including 2.76TeV PbPb and 5.02TeV pPb)
CMSSW for GEN-SIM-RECO production
CMSSW for HIForest
GT
PbPb: https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/JetAnalysis/test/runForest_PbPb_MC_53X.py#L55 STARTHI53_LV1::All
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L54
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/Configuration/python/CommonFunctions_cff.py#L184
NB that the directory contains a db file STARTHI53_LV1.db
pPb:
https://github.com/CmsHI/cmssw/blob/forest_CMSSW_5_3_20/HeavyIonsAnalysis/JetAnalysis/test/runForest_pPb_MC_53X.py#L63 STARTHI53_V27::All
The text was updated successfully, but these errors were encountered: