Fabio Cossutti
Fabio Cossutti
#### PR description: A new implementation of the BTL geometry is proposed, and all the software components related to it are updated accordingly. The model includes now a much more...
During the review of #43407 a static analyser warning was reported (see https://github.com/cms-sw/cmssw/pull/43407#issuecomment-1836279159) : ``` >> Analyzing /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2023-11-29-1100/src/Geometry/MTDNumberingBuilder/src/module.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2023-11-29-1100/src/Geometry/MTDNumberingBuilder/src/GeometricTimingDet.cc:222:67: warning: const_cast was used, this may result in thread-unsafe code [threadsafety.ConstCast]...
#### PR description: The transition from CALO to Tracker is monitored in the ```Phase2SteppingAction``` of ```SimG4Core/Application``` to define the back-scattering condition of a particle, used to define the corresponding category...
#### PR description: The ```MtdSimLayerCluster``` collection, used to encode MTD ```PSimHit``` clusters and associate them to both ```TrackingParticle``` collection and MTD reconstructed hits, was tested to properly handle pile-up in...
IN CMSSW_14_0_18 the PR #46298, backport of #46293, has been integrated with the purpose of alleviating the memory issues faced by Tier0 in express harvesting workflows. It turns out that...