HI OD images on cmssw_5_3_20-slc6_amd64_gcc472 and cmssw_7_5_8_patch3-slc6_amd64_gcc491
To run "HIForest" (the skimming code for HI data) on the HI data to be released one needs to merge the CmsHI fork on top of the existing releases.
The two base images are already built:
- gitlab-registry.cern.ch/cms-cloud/cmssw-docker/cmssw_5_3_20-slc6_amd64_gcc472:2022-09-12-21580815
- gitlab-registry.cern.ch/cms-cloud/cmssw-docker/cmssw_7_5_8_patch3-slc6_amd64_gcc491:2022-09-13-a741022e
Could we have OD images with CmsHI already merged and compiled as in https://github.com/cernopendata/data-curation/issues/147?
That would be, in the cmssw_5_3_20 image:
git cms-merge-topic CmsHI:forest_CMSSW_5_3_20
scram b
and in the cmssw_7_5_8_patch3:
git cms-merge-topic CmsHI:forest_CMSSW_7_5_8_patch3
scram b
The exact forks seem to be the easiest way to get the proper code and conditions (it makes some updates to the CMSSW packages and the HeavyIonsAnalysis includes GT overrides that were used for jet and other corrections).