Releases: cms-sw/hlt-confdb
V03-04-02
Adds a config check such that a menu with paths with duplicate versions (eg HLT_Ele32_v1 and HLT_Ele32_v2) will fail validation and not save
V03-04-01
This reenables config look up by run number
changes
- adapts config look up to use OMS tables, now enabling config look up by run number again
V03-04-00
This release adds support for ConditionalTasks for release templates >=12_4_0 (except 12_5_0_pre1)
The changes are:
- for configs with release template >=12_4_0 (except for 12_5_0_pre1) Task is now renamed to ConditionalTask in python output
- FWCore/ParameterSet updated to release CMSSW_12_4_0_pre4
- with minor modifications to support python2
- parser supports parsing both conditional and standard tasks (but as it parses them to the same location their type is lost and set to what confdb thinks it should be
V03-03-00
This release is primarily to add the ProcessAcceratorCUDA for release template >=12_3_0_pre6 to enable GPU functionality again
There are the following changes:
- added DAQ3 Val DB to the DB options
- converter now adds ProcessAcceleratorCUDA to configs with release template >=12_3
- python package updated to CMSSW_12_3_0
- following names are now reserved: ProcessAcceleratorCUDA, HLTConfigVersion, schedule
- global psets are now checked when considering name uniquenes and have name uniqueness enforced on creation
- smart renaming icon and menu entry now restored
- now checks that the default column in the prescale service exists on menu save
V03-02-04
This is a bug fix release dealing with dataset path interactions
- bug fix: dataset paths were not properly associated when migrating
- paths in smartprescale tables for dataset paths are now ordered as they are in the dataset filter
- paths are added to the dataset path are now alphabetical
V03-02-03
It has the following changes:
- prescales and smart prescales are transfered to the dataset path when "convert to path based is selected
- redraw GUI now works (the listener wasnt updated to the new name)
- dataset filters (aka smartprescalers) can now have zero as a prescale
- non dataset path filters ommit this entry as before
V03-02-02
Bug fix release, fixes bug when deep importing paths where and objects type changes (eg from module to switchproducer)
V03-02-01
Bug fix release for path defined datasets
changes are:
- TriggerResultsFilters with usePathStatus=True are allowed on normal paths. This facilitates adding back functionality lost when moving to datasetpaths as they cant handle complex expressions (ie ORing all muon paths together and prescaling the result)
- reordered the prescale module of a dataset path to after the dataset path filter as for the other way round it was possible to "lock" to a certain subset of split datasets for a given fu under the correct conditions
V03-02-00
This release introduces Path Defined Datasets and Final Path Support as well as changing the Output Module to GlobalEvFOutputModule
PR : #40
changes:
- reworked datasets to use DatasetPaths to select their events and all that entails
- support for split and cloned datasets using DatasetPaths
- adds support for cms.FinalPath, auto generates per stream with DatasetPath
- streams are now the sum of their datasets and can no longer have unassigned paths
- any existing configs with streams with unassigned paths will simply drop them on load
- bug fix in SwitchProducer reading from DB where it accidentally triggered a hasChanged and then forced it all to be saved again
- changed EvFOutputModule to GlobalEvFOutputModule
- added option under tools menu to redraw the GUI
V03-01-00
This release includes
- cms-sw/hlt-confdb#33: adds whitespaces around comma preceding Tasks in Paths/EndPaths (changes python output)
- cms-sw/hlt-confdb#35: allows
JPythonParser
to work from any folder - cms-sw/hlt-confdb#36: changes name of
cms.Schedule
from "HLTSchedule" to "schedule" (changes python output)
"Major-version" number is increased, because the python output changes wrt versions V03-00-**
.
Integrated in #39.