-
This is to keep track of those objects that would be sensitive to changes in reconstruction, that may be important especially for analyses, and that are not regularly monitored (while they should). So…
-
Recently `testMakeTrackValidationPlots` failed twice, but only for slc7: [1](https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc11/CMSSW_13_2_X_2023-07-23-0000/unitTestLogs/Validation/RecoTrac…
-
The framework now runs the stream beginRun and beginLuminosityBlock transitions concurrently for all streams and within a stream the modules are allowed to run concurrently. We are unable to make full…
-
`DQMRootOutputModule` opens the `TFile` via `TFile` constructor
https://github.com/cms-sw/cmssw/blob/e6d78ea8ed91754e58675b2265cf808f22da02ad/DQMServices/FwkIO/plugins/DQMRootOutputModule.cc#L332-L33…
-
Following up of https://github.com/cms-sw/cmssw/pull/37566, there are still warnings of static code check from HGCal-related code. This issue is to keep track of it until fix comes.
```
>> Compili…
-
The locks visible in the stack trace in https://github.com/cms-sw/cmssw/issues/44561 made me wonder their performance impact. I ran the same job via VTune threading profile, which shows the following …
-
I was profiling the memory of ttbar+PU50 (with matrix workflow 10024.0 step3) for other reasons while I noticed that `EmDQM` is holding 700 kB (/stream) of copies of `edm::ParameterSet`.
Problemati…
-
This is mainly for my own purposes as I plow through an e-mail backlog. I am reconnecting with the major outstanding issues after losing the thread a bit due to my family's transatlantic move. Many …
-
I made a small search for unused code in cmssw. I found the list below (I'm certain another pass through is needed..). I'd like to make a PR with any files on this list not thought to be needed.. Plea…
-
While reviewing 36998 with @lwang046 we realised that adding a `fillDescriptions()` method to a `DQMEDAnalizer` results in a cfi file that uses the `cms.EDProducer` module type:
```python
import FWC…