Skip to content

Releases: cms-DQM/dqmgui_prod

10.0.1

23 Feb 11:28
9e19b2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.0.1

10.0.0

01 Feb 10:42
8592761
Compare
Choose a tag to compare

Breaking changes

  • Support for CC7 has been dropped.
  • Support for Python2 has been dropped.

What's Changed

Full Changelog: 9.8.1...10.0.0

9.8.1

15 Dec 11:54
77b0a1d
Compare
Choose a tag to compare

What's Changed

  • Possible fix for verification of newer versions of ROOT files by @nothingface0 in #19

Full Changelog: 9.8.0...9.8.1

9.8.0

21 Jul 11:06
4bbfe9b
Compare
Choose a tag to compare

add min_run input argument for prioritizing the file indexing

Instead of using a hard-wired run number as in 9.7.9, this release updates visDQMImportDaemon and adds an additional input argument: min_run. By default, the value of min_run is zero and priority of file indexing is given to runs with smaller run numbers. If one specifies a larger than zero value for min_run, run numbers >= min_run will be given priority over those with run numbers < min_run.

If both files have run numbers >= min_run (or both < min_run), runs with smaller run numbers will be given higher priority when performing file indexing.

9.7.9

03 Jul 20:10
57d28a5
Compare
Choose a tag to compare

This release will prioritize 2023 runs over 2022 runs (using the first collision run in 2023 365753 as the threshold).

9.7.8

03 Oct 08:39
33172c3
Compare
Choose a tag to compare

See #12

9.7.7: increase maximum string atom tree size

11 Aug 05:56
84e16f5
Compare
Choose a tag to compare
Merge pull request #11 from cms-DQM/emanueleusai-patch-1

Update StringAtom.h

9.7.6: Merge pull request #9 from pmandrik/index128

01 Jun 10:56
af0a388
Compare
Choose a tag to compare
[index128] fix DQMStore: WARNING: cannot extract object '<nHits>CPUvsGPU RecHits

9.7.5: Merge pull request #8 from pmandrik/index128

01 Jun 10:17
48da065
Compare
Choose a tag to compare
[dev128] fix DQMStore: WARNING: cannot extract object '<nHits>CPUvsGPU RecHits

9.7.4: Merge pull request #3 from pmandrik/index128

20 May 14:53
b282784
Compare
Choose a tag to compare
  • add TH1I and TH2I support
  • add code DQMCore code from CMSSW into guid code