Marco Musich
Marco Musich
The following script shows that few cfi fragments are broken in `CMSSW_14_1_X_2024-05-29-2300`: ```bash #!/bin/bash # Array of module paths modules=( "DQM.EcalMonitorDbModule.EcalCondDBWriter_cfi" "Geometry.ForwardCommonData.hfnoseV15ParametersInitialization_cfi" "Geometry.HcalEventSetup.HcalTrigTowerGeometry_cfi" "JetMETCorrections.TauJet.TCRecoTauDiscriminationAlgoComponent_cfi" "RecoMET.METPUSubtraction.mvaPFMET_leptons_cfi" "RecoTauTag.RecoTau.PFRecoTauProducer_cfi" "RecoTracker.MkFit.mkFitHitConverter_cfi" "L1Trigger.L1TCalorimeter.caloStage2Params_2016_v0.0_cfi" "DQM.SiStripMonitorClient.SiStripDQMRecoConfigOfflineGlobalRunCAF_cfi" "RecoParticleFlow.PFProducer.pfGsfElectronCiCSelector_cfi"...
#### PR description: Title says it all, implements https://github.com/cms-sw/cmssw/issues/45040#issuecomment-2136128879: > There seems to exist a `pat::XGBooster` abstraction already in `PhysicsTools/PatAlgos`, that does the proper `XGBoosterSetParam(..., "nthread", "1")` call > *...
#### PR description: Somewhat inspired by https://github.com/cms-sw/cms-bot/pull/2228, trying to debug crashes reported at https://github.com/cms-sw/cms-bot/pull/2228#issuecomment-2108606810, improve the modules `SiStripHitEffFromCalibTree` and `SiStripHitResolFromCalibTree`: * close input calibTree files after reading them; * `delete`...
Just set `export MALLOC_CONF=junk:true` here: https://github.com/cms-sw/cmssw/blob/ab77a26b8f468cc38636c60812dff1082c6fa645/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh#L2-L3 and here: https://github.com/cms-sw/cmssw/blob/ab77a26b8f468cc38636c60812dff1082c6fa645/CalibTracker/SiStripHitResolution/test/test_SiStripHitResolution.sh#L2-L3 crashes with: ``` A fatal system signal has occurred: segmentation violation The following is the call stack containing the origin of...
#### PR description: The goal of this PR is to add `GEN-SIM` related branches to the outputs of several Tracker Alignment ALCARECO producers (using resonant di-muon inputs). The main goal...
#### PR description: This is in response of https://github.com/cms-sw/cmssw/issues/43097#issuecomment-2180065547. * https://github.com/cms-sw/cmssw/pull/45328/commits/9fe55e7fa5e6b687805e2c6dfe1a7e5bd358bc38 : improves the handing of phase-2 global tags and eras in `dumpRecoGeometry` * https://github.com/cms-sw/cmssw/pull/45328/commits/d7d4b43869c202467c39273407c4e8fba63b5c83 : adds a testing script...
backport of https://github.com/cms-sw/cmssw/pull/46438 backport of https://github.com/cms-sw/cmssw/pull/45614 #### PR description: As discussed in https://github.com/cms-sw/cmssw/issues/45888#issuecomment-2332194431 these unit tests failed to catch an issue when running the reconstruction of data coming out the...
While investigating something else I stumbled upon the fact that `ElectronSeedProducer` is noisy in several 2024 (but also Phase2) workflows, see e.g.: * `13034.0`: [log](https://cmssdt.cern.ch/SDT/cgi-bin/logreader/el8_amd64_gcc12/CMSSW_14_1_X_2024-08-05-2300/pyRelValMatrixLogs/run/13034.0_TTbar_14TeV+2024PU/step3_TTbar_14TeV+2024PU.log#/) * `29634.0`: [log](https://cmssdt.cern.ch/SDT/cgi-bin/logreader/el8_amd64_gcc12/CMSSW_14_1_X_2024-08-05-2300/pyRelValMatrixLogs/run/29634.0_TTbar_14TeV+2026D110/step3_TTbar_14TeV+2026D110.log#) The warnings...
#### PR description: This PR is a quick follow-up to https://github.com/cms-sw/cmssw/pull/45795, in which few improvements are added to the tools to generate Tracker maps given user input introduced there: *...
Dumping in a gitHub issue the content of an [old Hypernews message](https://hypernews.cern.ch/HyperNews/CMS/get/recoDevelopment/1526/1/2/1) (dating back from 2017) and some private conversations: >One noticeable memory "hoarder" is the `AlcaBeamMonitor`: it collects a...