cmssw
cmssw copied to clipboard
CMS Offline Software
#### PR description: This PR switches to the new Phase-2 emulators and removes the old simulations. It also fixes the PF DQM problem and adds DQM for muons. HLT needs...
#### PR description: EL9 IB had a build failure ``` In file included from /data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/b88bf8b0f9bf734c61d48d872f44fda5/opt/cmssw/el9_amd64_gcc11/cms/cmssw/CMSSW_12_5_X_2022-08-14-2300/src/HeterogeneousCore/AlpakaInterface/interface/getDeviceCachingAllocator.h:8, from /data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/b88bf8b0f9bf734c61d48d872f44fda5/opt/cmssw/el9_amd64_gcc11/cms/cmssw/CMSSW_12_5_X_2022-08-14-2300/src/HeterogeneousCore/AlpakaServices/src/alpaka/AlpakaService.cc:13: /data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/b88bf8b0f9bf734c61d48d872f44fda5/opt/cmssw/el9_amd64_gcc11/cms/cmssw/CMSSW_12_5_X_2022-08-14-2300/src/HeterogeneousCore/AlpakaInterface/interface/CachingAllocator.h:239:12: error: 'optional' in namespace 'std' does not name a template type 239...
backport of https://github.com/cms-sw/cmssw/pull/39065 #### PR description: This PR fixes a couple of compilation errors preventing the Zµµ alignment validation to run, due to failures in the merge step. The errors...
#### PR description: The `RooFitFunction` class uses the move constructor of the `RooRealProxy` class. However, this results in invalid proxy object because the copy and move constructors were never correctly...
#### PR description: There is an issue with too large memory consumption in the GEM DQM harvester procedure (#38976). To fix this issue, additional lines are added to suppress the...
This PR proposes the addition of a `TrackerTraits` template parameter for all the modules and the datastructres used for pixel tracks reconstruciton. This trait holds all the methods and constants...
#### PR description: This PR fixes a couple of compilation errors preventing the Zµµ alignment validation to run, due to failures in the merge step. The errors spotted are: ```...
Discussion in PPD Aug 4 https://indico.cern.ch/event/1187803/#43-discussion-of-reversion-to appears to be converging to the decision to switch the pixelLess iteration to use CKF instead of mkFit. This PR makes the switch and...
#### PR description: Miscellaneous updates to SiPixel Lorentz Angle Calibration harvesting: * introduce a single `siPixelLACalibration::cmToum` constant and use it everywhere where relevant; * address the comment at https://github.com/cms-sw/cmssw/pull/38700#discussion_r930864200 *...
#### PR description: PR #38692 changed the default Beam Spot in the Run-3 Global Tag , but it was thn now out-of-synch with the vertex smearing assumed for the Run-3...