master
Added `trackiness` function to parameter description code
Only changes from scram build code-format-all
Allow only one ParameterSetDescription per plugin
Better handling of initializing DescriptionCloner
Bug fix, crash would occur if helper plugin contains itself recursively
Introduce vFloat and float types in ParameterSets
FWCore: handle float and vfloat in the remaining ParameterSet code paths
Moved ParameterSet headers to src if not needed for API
Fix some global non-const statics
FWCore/ParameterSet: write float parameters to cfi with full precision
Improvements based on code review
Fix Looper type name used in python
Use std::string_view where appropriate
Can mark Parameters as obsolete in fillDescriptions
Make sure to report an error if process.options.numberOfThreads has wrong type
Fix memory use when writing ParameterSets to files
Generate only one cfi file for each Alpaka module
FWCore/ParameterSet: decode floating point with std::from_chars
Removed forceEventSetupCacheClearOnNewRun option