Published December 5, 2019
| Version v1.4.5.0
Software
Open
OstapHEP/ostap: v1.4.5.0
Authors/Creators
- 1. University of Cincinnati
- 2. Gitter
Description
v1.4.5.0
New features:
- Add new functions:
parametersparameter( and shortcut as__getitem__) for the base classPDFto allow "easy" access to the values of parameters by name, e.g.a = pdf['A']ora = pdf.parameter('A')
- New function
mid_pointis added toPDF-base class, defined as 0.5(x_low + x_high), where f(x_low)=f(x_high)=0.5 f_max. x_low and x_high are the same points used for evaluation of FWHM. It characterises the location of the peak, similar tomode,median,get_meanand other related functions - Add
ResoBukin- symmetric resolution function based on Bukin-pdf. - Update
tests_fitting_resolutions.py - Add
Losev-function&pdf - a kind of asymmetric hyperbolic secant functionOstap::Math::LosevOstap::Models::Losevostap.fitting.signals.Losev_pdf
- tune
RooFitResult.tableprintout method - update some fitting examples
- add option/property
directoryforostap.parallel.task.Taskto indicate the directory where the job needs to be executed - add option/property
environmentforostap.parallel.task.Taskto setup additional environmental variables (if needed) - Add argument
keysfor the methodclonefor all databases, allowng to copy only certain keys into cloned database. (Default: copy all keys) - add
json,gifandjpgoutput formats for defaultcanvas >> 'aaa'operator - add
haddmethod forostap.trees.data_utils.Filesto merge ROOT file viahaddscript
- MASSIVE RENAME/FIX: Apolonios -> Apollonios
- Add
jobidargument forTask.process- All existing tasks are updated properly
- All new functions and tasks must take this argument into account!
- Fix minor bug in
ResoBukin-resolution function
Files
OstapHEP/ostap-v1.4.5.0.zip
Files
(16.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f26711799f3a076b11d065fe8c416c7d
|
16.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OstapHEP/ostap/tree/v1.4.5.0 (URL)