Skip to content

Releases: cms-sw/hlt-confdb

V03-06-03

18 Mar 08:35
b61ec72
Compare
Choose a tag to compare

Use new IP aliases that point to the different hostname-v values as recommended by Oracle experts:
* #106

V03-06-02

07 Mar 13:56
bedfeff
Compare
Choose a tag to compare

Bugfixes for the pseditor tool

V03-06-01

07 Mar 08:10
1a64f46
Compare
Choose a tag to compare

Miscellaneous fixes for the preparation of the 2025 data taking menus:

  • #98 JavaCodeExecution: add customiseForCMSHLT3326
  • #99 readme: added link to instructions for deployment to DAQ
  • #100 JavaCodeExecution: add customiseForCMSHLT3395
  • #101 place OutputModules on EndPaths (not FinalPaths) in HLT configs
  • #102 PSEditor Updates to Confdb

V03-06-00

10 Oct 08:05
3e21778
Compare
Choose a tag to compare

Miscellaneous fixes to cope with CMSSW_14_1_X

  • Parsing for 141X updated cfipython variant
  • change max number of split PDs from 32 to 64
  • Add hltCandPtrSelector
  • removing whitespace in VEventID parsing

V03-05-02

17 Apr 14:54
6ade11b
Compare
Choose a tag to compare

Fixes bugs with the process name:

  • process name now copies across when "open from different db"
  • process name field updates when focus is lost and not only when enter is pressed

V03-05-01

11 Mar 11:09
9e48d10
Compare
Choose a tag to compare

This release is an improvement on top of V03-05-01 to allow support of alpaka modules in the HLT configuration:

  • #88 Hack to make "Output Module Inserter" support plugin-type names with :

V03-05-00

28 Feb 07:39
fca2e86
Compare
Choose a tag to compare

This is a major release update. Adds support for Alpaka modules in HLT configs of CMSSW_14_0_0_pre1 or higher

  • #85 : Add support for Alpaka modules in HLT configs of CMSSW_14_0_0_pre1 or higher

V03-04-08

22 Sep 12:49
70206f4
Compare
Choose a tag to compare

This release

  • improved the updating of prescale tables (now can completely overriden) from .csv files and made it slightly more robust
  • added addSplitStreams function for use in customistation code
  • a fix for empty streams not being removed when making subtables

V03-04-07

03 Jul 06:02
99177c4
Compare
Choose a tag to compare

This is a minor release update. It fixes a couple of small bugs in the GUI (coloring of SwitchProducers in EventContent "keep/drop" statements, fix to renaming of EventContent objects). A customisation function, disabled by default, is also added.

  • #76 : adds customisation function used for CMSHLT-2800 (by default, disabled).
  • #77 : recognise SwitchProducers when coloring EventContent statements.
  • #69 : avoid exception when renaming EventContents.

Release version updated in #78.

V03-04-06

14 Mar 16:01
a071f75
Compare
Choose a tag to compare

This is a minor release update. It changes the default compression settings in the constructor of the OutputModule class (new default: "ZSTD, level=3"), see #73. A few customisation functions, all disabled by default, are also added.

  • #70 : adds customisation function to aid migration of menus to release template "CMSSW_13_0_0_pre3" (by default, disabled).
  • #71 : adds customisation function used for CMSHLT-2641 (by default, disabled).
  • #72 : adds customisation function used for CMSHLT-2651 (by default, disabled).
  • #73 : change default compression settings of OutputModules (new default: "ZSTD, level 3").

Release version updated in #75.