Simulation starting 2019-10-02 05:02:19.306547: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcuda.so.1 2019-10-02 05:02:19.741399: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 pciBusID: 0000:10:00.0 2019-10-02 05:02:19.741794: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 2019-10-02 05:02:19.744336: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 2019-10-02 05:02:19.746315: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 2019-10-02 05:02:19.746810: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 2019-10-02 05:02:19.749239: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 2019-10-02 05:02:19.750995: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 2019-10-02 05:02:19.756799: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 2019-10-02 05:02:19.767905: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 2019-10-02 05:02:19.768363: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA 2019-10-02 05:02:19.796909: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz 2019-10-02 05:02:19.797364: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x559d702c3fb0 executing computations on platform Host. Devices: 2019-10-02 05:02:19.797397: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): <undefined>, <undefined> 2019-10-02 05:02:19.802381: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 pciBusID: 0000:10:00.0 2019-10-02 05:02:19.802504: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 2019-10-02 05:02:19.802533: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 2019-10-02 05:02:19.802556: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 2019-10-02 05:02:19.802577: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 2019-10-02 05:02:19.802599: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 2019-10-02 05:02:19.802621: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 2019-10-02 05:02:19.802643: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 2019-10-02 05:02:19.812040: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 2019-10-02 05:02:19.812209: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 2019-10-02 05:02:20.084952: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: 2019-10-02 05:02:20.085006: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 2019-10-02 05:02:20.085020: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N 2019-10-02 05:02:20.095024: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:10:00.0, compute capability: 3.7) 2019-10-02 05:02:20.097969: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x559d708204e0 executing computations on platform CUDA. Devices: 2019-10-02 05:02:20.098019: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 WARNING: Logging before flag parsing goes to stderr. W1002 05:02:22.417657 140105548060416 deprecation_wrapper.py:119] From raremodel-nb.py:140: The name tf.angle is deprecated. Please use tf.math.angle instead. W1002 05:02:22.904212 140105548060416 deprecation_wrapper.py:119] From raremodel-nb.py:244: The name tf.log is deprecated. Please use tf.math.log instead. W1002 05:02:22.918474 140105548060416 deprecation.py:323] From raremodel-nb.py:249: add_dispatch_support.<locals>.wrapper (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.where in 2.0, which has the same broadcast rule as np.where 2019-10-02 05:02:44.010109: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set. If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU. To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile. W1002 05:02:45.574822 140105548060416 deprecation.py:323] From /home/cluster/saslie/.conda/envs/rmd1/lib/python3.7/site-packages/zfit/core/parameter.py:447: Variable.load (from tensorflow.python.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Prefer Variable.assign which has equivalent behavior in 2.X. VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296626.9804656 Edm = 0.0321234 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296626.9804656 Edm = 0.0321234 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296626.6645296 Edm = 0.00315811 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 296626.3513382 Edm = 0.244794 NCalls = 9 VariableMetric: Iteration # 3 - FCN = 296624.9874905 Edm = 0.000367524 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 296624.983572 Edm = 0.00358335 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 296624.549823 Edm = 0.0116122 NCalls = 22 VariableMetric: Iteration # 6 - FCN = 296624.5073257 Edm = 0.000352807 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 296624.5022076 Edm = 0.00468667 NCalls = 26 VariableMetric: Iteration # 8 - FCN = 296623.2623606 Edm = 0.0462606 NCalls = 32 VariableMetric: Iteration # 9 - FCN = 296623.2160563 Edm = 0.000242189 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 296623.2153044 Edm = 0.000542113 NCalls = 35 VariableMetric: Iteration # 11 - FCN = 296622.9975366 Edm = 0.0849329 NCalls = 42 VariableMetric: Iteration # 12 - FCN = 296622.5725063 Edm = 0.0375363 NCalls = 44 VariableMetric: Iteration # 13 - FCN = 296622.5276441 Edm = 0.000213311 NCalls = 46 VariableMetric: Iteration # 14 - FCN = 296622.5090258 Edm = 0.0182652 NCalls = 51 VariableMetric: Iteration # 15 - FCN = 296621.2445855 Edm = 0.00905578 NCalls = 56 VariableMetric: Iteration # 16 - FCN = 296621.2342477 Edm = 6.7611e-05 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 296621.2341217 Edm = 4.91147e-05 NCalls = 59 VariableMetric: After Hessian - FCN = 296621.2341217 Edm = 1.15957 NCalls = 412 VariableMetric: Iteration # 18 - FCN = 296621.2341217 Edm = 1.15957 NCalls = 412 VariableMetric: Iteration # 19 - FCN = 296619.9127231 Edm = 0.0598511 NCalls = 415 VariableMetric: Iteration # 20 - FCN = 296619.8079326 Edm = 0.0199147 NCalls = 418 VariableMetric: Iteration # 21 - FCN = 296619.7660092 Edm = 0.00483573 NCalls = 420 VariableMetric: Iteration # 22 - FCN = 296619.7595329 Edm = 0.00229623 NCalls = 422 VariableMetric: Iteration # 23 - FCN = 296619.7571254 Edm = 0.00093807 NCalls = 425 VariableMetric: Iteration # 24 - FCN = 296619.7544448 Edm = 0.000698608 NCalls = 429 VariableMetric: Iteration # 25 - FCN = 296619.7530587 Edm = 6.44517e-05 NCalls = 431 VariableMetric: Iteration # 26 - FCN = 296619.7529537 Edm = 2.22907e-05 NCalls = 433 VariableMetric: After Hessian - FCN = 296619.7529537 Edm = 3.06958e-05 NCalls = 798 VariableMetric: Iteration # 27 - FCN = 296619.7529537 Edm = 3.06958e-05 NCalls = 798 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296626.9804656 Edm = 0.0321173 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296626.9804656 Edm = 0.0321173 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296626.6646163 Edm = 0.00315459 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 296626.3517189 Edm = 0.244799 NCalls = 9 VariableMetric: Iteration # 3 - FCN = 296624.9819519 Edm = 0.000358648 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 296624.9782571 Edm = 0.00336437 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 296624.5517457 Edm = 0.0113747 NCalls = 22 VariableMetric: Iteration # 6 - FCN = 296624.5074312 Edm = 0.000353012 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 296624.501974 Edm = 0.00498924 NCalls = 26 VariableMetric: Iteration # 8 - FCN = 296623.2556733 Edm = 0.05004 NCalls = 32 VariableMetric: Iteration # 9 - FCN = 296623.205385 Edm = 0.000227078 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 296623.204812 Edm = 0.000365376 NCalls = 35 VariableMetric: Iteration # 11 - FCN = 296623.063835 Edm = 0.119323 NCalls = 42 VariableMetric: Iteration # 12 - FCN = 296622.3842076 Edm = 0.000301771 NCalls = 45 VariableMetric: Iteration # 13 - FCN = 296622.383135 Edm = 0.00076827 NCalls = 47 VariableMetric: Iteration # 14 - FCN = 296622.0266224 Edm = 0.0366994 NCalls = 54 VariableMetric: Iteration # 15 - FCN = 296621.3397778 Edm = 0.0314677 NCalls = 56 VariableMetric: Iteration # 16 - FCN = 296621.2937241 Edm = 0.000288137 NCalls = 58 VariableMetric: Iteration # 17 - FCN = 296621.293383 Edm = 3.3121e-05 NCalls = 60 VariableMetric: After Hessian - FCN = 296621.293383 Edm = 1.16796 NCalls = 386 VariableMetric: Iteration # 18 - FCN = 296621.293383 Edm = 1.16796 NCalls = 386 VariableMetric: Iteration # 19 - FCN = 296619.9607716 Edm = 0.0618716 NCalls = 389 VariableMetric: Iteration # 20 - FCN = 296619.8555889 Edm = 0.020106 NCalls = 392 VariableMetric: Iteration # 21 - FCN = 296619.8131785 Edm = 0.00545 NCalls = 394 VariableMetric: Iteration # 22 - FCN = 296619.8063313 Edm = 0.00254953 NCalls = 396 VariableMetric: Iteration # 23 - FCN = 296619.80358 Edm = 0.000944461 NCalls = 399 VariableMetric: Iteration # 24 - FCN = 296619.8008899 Edm = 0.000720709 NCalls = 403 VariableMetric: Iteration # 25 - FCN = 296619.7993924 Edm = 7.16112e-05 NCalls = 405 VariableMetric: Iteration # 26 - FCN = 296619.7992708 Edm = 2.08664e-05 NCalls = 407 VariableMetric: After Hessian - FCN = 296619.7992708 Edm = 3.25077e-05 NCalls = 747 VariableMetric: Iteration # 27 - FCN = 296619.7992708 Edm = 3.25077e-05 NCalls = 747 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296095.8672895 Edm = 0.084012 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296095.8672895 Edm = 0.084012 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296095.0709297 Edm = 0.00306663 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 296095.0125609 Edm = 0.0517995 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 296092.5571608 Edm = 0.00149169 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 296092.5482274 Edm = 0.00120171 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 296091.580307 Edm = 0.0312934 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 296091.5472934 Edm = 0.000366025 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 296091.4938345 Edm = 0.0476834 NCalls = 29 VariableMetric: Iteration # 8 - FCN = 296090.9920037 Edm = 0.000317299 NCalls = 32 VariableMetric: Iteration # 9 - FCN = 296090.9857852 Edm = 0.00592275 NCalls = 36 VariableMetric: Iteration # 10 - FCN = 296090.3947287 Edm = 0.00101318 NCalls = 43 VariableMetric: Iteration # 11 - FCN = 296087.5419299 Edm = 0.00645203 NCalls = 45 VariableMetric: Iteration # 12 - FCN = 296087.5336801 Edm = 7.5547e-05 NCalls = 47 VariableMetric: Iteration # 13 - FCN = 296087.5332567 Edm = 0.000343286 NCalls = 50 VariableMetric: Iteration # 14 - FCN = 296087.0546319 Edm = 0.0884569 NCalls = 57 VariableMetric: Iteration # 15 - FCN = 296086.4867591 Edm = 0.0236335 NCalls = 59 VariableMetric: Iteration # 16 - FCN = 296086.4527763 Edm = 0.000277254 NCalls = 61 VariableMetric: Iteration # 17 - FCN = 296086.4523848 Edm = 4.38156e-05 NCalls = 63 VariableMetric: After Hessian - FCN = 296086.4523848 Edm = 1.83696 NCalls = 416 VariableMetric: Iteration # 18 - FCN = 296086.4523848 Edm = 1.83696 NCalls = 416 VariableMetric: Iteration # 19 - FCN = 296084.4849903 Edm = 0.106821 NCalls = 418 VariableMetric: Iteration # 20 - FCN = 296084.3732709 Edm = 0.0243589 NCalls = 419 VariableMetric: Iteration # 21 - FCN = 296084.3445635 Edm = 0.00080591 NCalls = 421 VariableMetric: Iteration # 22 - FCN = 296084.3435961 Edm = 0.000133868 NCalls = 423 VariableMetric: Iteration # 23 - FCN = 296084.3433148 Edm = 4.63795e-05 NCalls = 425 VariableMetric: After Hessian - FCN = 296084.3433148 Edm = 4.81194e-05 NCalls = 782 VariableMetric: Iteration # 24 - FCN = 296084.3433148 Edm = 4.81194e-05 NCalls = 782 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296118.9955841 Edm = 0.0429181 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296118.9955841 Edm = 0.0429181 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296118.2155641 Edm = 0.0411174 NCalls = 5 VariableMetric: Iteration # 2 - FCN = 296107.122092 Edm = 3.27338 NCalls = 11 VariableMetric: Iteration # 3 - FCN = 296101.2036044 Edm = 0.0142969 NCalls = 13 VariableMetric: Iteration # 4 - FCN = 296101.1665531 Edm = 0.0216471 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 296092.0487797 Edm = 0.0207985 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 296092.0132667 Edm = 0.000640232 NCalls = 22 VariableMetric: Iteration # 7 - FCN = 296092.0091657 Edm = 0.00359276 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 296091.4849551 Edm = 0.0553418 NCalls = 32 VariableMetric: Iteration # 9 - FCN = 296091.4202428 Edm = 0.000291075 NCalls = 34 VariableMetric: Iteration # 10 - FCN = 296091.4120231 Edm = 0.00788843 NCalls = 38 VariableMetric: Iteration # 11 - FCN = 296088.8349901 Edm = 0.0647279 NCalls = 44 VariableMetric: Iteration # 12 - FCN = 296088.764537 Edm = 0.000154838 NCalls = 45 VariableMetric: Iteration # 13 - FCN = 296088.7639853 Edm = 0.000398662 NCalls = 47 VariableMetric: Iteration # 14 - FCN = 296088.5610093 Edm = 0.0140334 NCalls = 54 VariableMetric: Iteration # 15 - FCN = 296087.6802537 Edm = 0.114161 NCalls = 56 VariableMetric: Iteration # 16 - FCN = 296087.4556155 Edm = 0.000360445 NCalls = 58 VariableMetric: Iteration # 17 - FCN = 296087.4551676 Edm = 5.04868e-05 NCalls = 60 VariableMetric: After Hessian - FCN = 296087.4551676 Edm = 2.14725 NCalls = 386 VariableMetric: Iteration # 18 - FCN = 296087.4551676 Edm = 2.14725 NCalls = 386 VariableMetric: Iteration # 19 - FCN = 296085.2535292 Edm = 0.159036 NCalls = 387 VariableMetric: Iteration # 20 - FCN = 296085.1058041 Edm = 0.038858 NCalls = 388 VariableMetric: Iteration # 21 - FCN = 296085.0549311 Edm = 0.00378497 NCalls = 390 VariableMetric: Iteration # 22 - FCN = 296085.0460966 Edm = 0.00179482 NCalls = 392 VariableMetric: Iteration # 23 - FCN = 296085.0427937 Edm = 0.000156765 NCalls = 394 VariableMetric: Iteration # 24 - FCN = 296085.0425468 Edm = 2.37558e-05 NCalls = 396 VariableMetric: After Hessian - FCN = 296085.0425468 Edm = 4.74308e-05 NCalls = 732 VariableMetric: Iteration # 25 - FCN = 296085.0425468 Edm = 4.74308e-05 NCalls = 732 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296137.1629165 Edm = 0.00811189 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296137.1629165 Edm = 0.00811189 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296137.0610599 Edm = 0.00287187 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 296136.2762905 Edm = 0.252175 NCalls = 10 VariableMetric: Iteration # 3 - FCN = 296135.901343 Edm = 0.000443759 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 296135.898291 Edm = 0.00265134 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 296135.2769553 Edm = 0.00317514 NCalls = 22 VariableMetric: Iteration # 6 - FCN = 296134.9072884 Edm = 0.00248894 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 296134.9044054 Edm = 0.0007663 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 296134.6883206 Edm = 0.187835 NCalls = 31 VariableMetric: Iteration # 9 - FCN = 296133.7099008 Edm = 0.00513242 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 296133.7048885 Edm = 0.000597032 NCalls = 34 VariableMetric: Iteration # 11 - FCN = 296133.7008804 Edm = 0.00388355 NCalls = 37 VariableMetric: Iteration # 12 - FCN = 296133.0686535 Edm = 0.120912 NCalls = 44 VariableMetric: Iteration # 13 - FCN = 296132.4059489 Edm = 0.0331401 NCalls = 46 VariableMetric: Iteration # 14 - FCN = 296132.3677225 Edm = 0.000399634 NCalls = 48 VariableMetric: Iteration # 15 - FCN = 296132.3646977 Edm = 0.0030243 NCalls = 51 VariableMetric: Iteration # 16 - FCN = 296131.7999535 Edm = 0.0701879 NCalls = 58 VariableMetric: Iteration # 17 - FCN = 296130.6630992 Edm = 0.0988027 NCalls = 60 VariableMetric: Iteration # 18 - FCN = 296130.5184564 Edm = 0.00274985 NCalls = 62 VariableMetric: Iteration # 19 - FCN = 296130.514942 Edm = 0.000147108 NCalls = 64 VariableMetric: Iteration # 20 - FCN = 296130.5145682 Edm = 0.000175573 NCalls = 66 VariableMetric: Iteration # 21 - FCN = 296130.4909202 Edm = 0.0208975 NCalls = 71 VariableMetric: Iteration # 22 - FCN = 296129.5964353 Edm = 0.0631376 NCalls = 75 VariableMetric: Iteration # 23 - FCN = 296129.5289107 Edm = 0.000300434 NCalls = 77 VariableMetric: Iteration # 24 - FCN = 296129.5285757 Edm = 4.81371e-05 NCalls = 79 VariableMetric: After Hessian - FCN = 296129.5285757 Edm = 3.49798 NCalls = 434 VariableMetric: Iteration # 25 - FCN = 296129.5285757 Edm = 3.49798 NCalls = 434 VariableMetric: Iteration # 26 - FCN = 296126.4189083 Edm = 0.664982 NCalls = 437 VariableMetric: Iteration # 27 - FCN = 296126.0401352 Edm = 0.114005 NCalls = 440 VariableMetric: Iteration # 28 - FCN = 296125.8432573 Edm = 0.0390428 NCalls = 442 VariableMetric: Iteration # 29 - FCN = 296125.8037067 Edm = 0.00559235 NCalls = 444 VariableMetric: Iteration # 30 - FCN = 296125.7941106 Edm = 0.00223659 NCalls = 446 VariableMetric: Iteration # 31 - FCN = 296125.7867154 Edm = 0.00183946 NCalls = 449 VariableMetric: Iteration # 32 - FCN = 296125.7835472 Edm = 0.000285405 NCalls = 451 VariableMetric: Iteration # 33 - FCN = 296125.7828551 Edm = 0.000241904 NCalls = 453 VariableMetric: Iteration # 34 - FCN = 296125.7822584 Edm = 0.000202253 NCalls = 455 VariableMetric: Iteration # 35 - FCN = 296125.7819382 Edm = 0.000169808 NCalls = 457 VariableMetric: Iteration # 36 - FCN = 296125.7816484 Edm = 4.64577e-05 NCalls = 459 VariableMetric: After Hessian - FCN = 296125.7816484 Edm = 5.13219e-05 NCalls = 824 VariableMetric: Iteration # 37 - FCN = 296125.7816484 Edm = 5.13219e-05 NCalls = 824 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 296164.7061479 Edm = 0.0284015 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 296164.7061479 Edm = 0.0284015 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 296164.2441353 Edm = 0.0230385 NCalls = 5 VariableMetric: Iteration # 2 - FCN = 296154.1857158 Edm = 2.07499 NCalls = 12 VariableMetric: Iteration # 3 - FCN = 296151.372297 Edm = 0.00772081 NCalls = 14 VariableMetric: Iteration # 4 - FCN = 296151.3159579 Edm = 0.0481599 NCalls = 17 VariableMetric: Iteration # 5 - FCN = 296145.8361203 Edm = 0.259876 NCalls = 22 VariableMetric: Iteration # 6 - FCN = 296145.601914 Edm = 0.000422861 NCalls = 24 VariableMetric: Iteration # 7 - FCN = 296145.5921997 Edm = 0.00951488 NCalls = 28 VariableMetric: Iteration # 8 - FCN = 296144.9813512 Edm = 0.0119214 NCalls = 35 VariableMetric: Iteration # 9 - FCN = 296144.7333431 Edm = 0.000743446 NCalls = 36 VariableMetric: Iteration # 10 - FCN = 296144.7284574 Edm = 0.00420228 NCalls = 39 VariableMetric: Iteration # 11 - FCN = 296143.7269678 Edm = 0.0213155 NCalls = 46 VariableMetric: Iteration # 12 - FCN = 296143.0213059 Edm = 0.00570877 NCalls = 48 VariableMetric: Iteration # 13 - FCN = 296143.0163123 Edm = 0.000284453 NCalls = 50 VariableMetric: Iteration # 14 - FCN = 296143.0134983 Edm = 0.00273878 NCalls = 53 VariableMetric: Iteration # 15 - FCN = 296142.6395327 Edm = 0.0996938 NCalls = 60 VariableMetric: Iteration # 16 - FCN = 296141.4642486 Edm = 0.146023 NCalls = 62 VariableMetric: Iteration # 17 - FCN = 296141.2169172 Edm = 0.000672245 NCalls = 64 VariableMetric: Iteration # 18 - FCN = 296141.2159487 Edm = 8.67635e-05 NCalls = 66 VariableMetric: Iteration # 19 - FCN = 296141.2085765 Edm = 0.00602892 NCalls = 71 VariableMetric: Iteration # 20 - FCN = 296141.0465257 Edm = 0.0894705 NCalls = 75 VariableMetric: Iteration # 21 - FCN = 296140.6085747 Edm = 0.00295597 NCalls = 77 VariableMetric: Iteration # 22 - FCN = 296140.6048178 Edm = 3.09531e-05 NCalls = 78 VariableMetric: After Hessian - FCN = 296140.6048178 Edm = 3.10593 NCalls = 406 VariableMetric: Iteration # 23 - FCN = 296140.6048178 Edm = 3.10593 NCalls = 406 VariableMetric: Iteration # 24 - FCN = 296137.4226071 Edm = 0.136114 NCalls = 407 VariableMetric: Iteration # 25 - FCN = 296137.2425413 Edm = 0.0624291 NCalls = 410 VariableMetric: Iteration # 26 - FCN = 296137.1547801 Edm = 0.0192312 NCalls = 413 VariableMetric: Iteration # 27 - FCN = 296137.1375805 Edm = 0.00248004 NCalls = 415 VariableMetric: Iteration # 28 - FCN = 296137.1293333 Edm = 0.00328394 NCalls = 417 VariableMetric: Iteration # 29 - FCN = 296137.1212605 Edm = 0.000463148 NCalls = 419 VariableMetric: Iteration # 30 - FCN = 296137.1206905 Edm = 5.92792e-05 NCalls = 421 VariableMetric: After Hessian - FCN = 296137.1206905 Edm = 0.000105198 NCalls = 753 VariableMetric: Iteration # 31 - FCN = 296137.1206905 Edm = 0.000105198 NCalls = 753 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295849.5726243 Edm = 0.00485878 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295849.5726243 Edm = 0.00485878 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295849.0500982 Edm = 0.041255 NCalls = 6 VariableMetric: Iteration # 2 - FCN = 295847.4398114 Edm = 0.0461838 NCalls = 10 VariableMetric: Iteration # 3 - FCN = 295847.3898385 Edm = 0.000386475 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295847.3597246 Edm = 0.0289119 NCalls = 17 VariableMetric: Iteration # 5 - FCN = 295846.0539337 Edm = 0.0081435 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295846.0452772 Edm = 0.00115925 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295845.9668506 Edm = 0.0788658 NCalls = 28 VariableMetric: Iteration # 8 - FCN = 295845.8652618 Edm = 0.0946453 NCalls = 33 VariableMetric: Iteration # 9 - FCN = 295844.168602 Edm = 0.00399705 NCalls = 37 VariableMetric: Iteration # 10 - FCN = 295844.1631194 Edm = 0.000246254 NCalls = 39 VariableMetric: Iteration # 11 - FCN = 295844.1542308 Edm = 0.00959644 NCalls = 43 VariableMetric: Iteration # 12 - FCN = 295844.0001307 Edm = 0.119231 NCalls = 50 VariableMetric: Iteration # 13 - FCN = 295843.2092644 Edm = 0.00419996 NCalls = 53 VariableMetric: Iteration # 14 - FCN = 295843.204863 Edm = 0.000168162 NCalls = 54 VariableMetric: Iteration # 15 - FCN = 295843.2032215 Edm = 0.00140034 NCalls = 57 VariableMetric: Iteration # 16 - FCN = 295843.0628712 Edm = 0.084761 NCalls = 62 VariableMetric: Iteration # 17 - FCN = 295842.7762543 Edm = 0.000468973 NCalls = 65 VariableMetric: Iteration # 18 - FCN = 295842.7754136 Edm = 5.26499e-05 NCalls = 67 VariableMetric: After Hessian - FCN = 295842.7754136 Edm = 1.72084 NCalls = 422 VariableMetric: Iteration # 19 - FCN = 295842.7754136 Edm = 1.72084 NCalls = 422 VariableMetric: Iteration # 20 - FCN = 295841.1264024 Edm = 0.306505 NCalls = 423 VariableMetric: Iteration # 21 - FCN = 295840.9689524 Edm = 0.0462093 NCalls = 425 VariableMetric: Iteration # 22 - FCN = 295840.8729818 Edm = 0.00664562 NCalls = 427 VariableMetric: Iteration # 23 - FCN = 295840.8668408 Edm = 0.000146133 NCalls = 428 VariableMetric: Iteration # 24 - FCN = 295840.8667022 Edm = 7.07945e-06 NCalls = 430 VariableMetric: After Hessian - FCN = 295840.8667022 Edm = 1.31199e-05 NCalls = 793 VariableMetric: Iteration # 25 - FCN = 295840.8667022 Edm = 1.31199e-05 NCalls = 793 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295904.4118744 Edm = 0.123907 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295904.4118744 Edm = 0.123907 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295902.5490424 Edm = 0.0837187 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295886.1728576 Edm = 6.79819 NCalls = 10 VariableMetric: Iteration # 3 - FCN = 295871.5693855 Edm = 0.0376299 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295871.5138183 Edm = 0.0175414 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295867.4559669 Edm = 3.13635 NCalls = 20 VariableMetric: Iteration # 6 - FCN = 295855.3203739 Edm = 0.0165871 NCalls = 22 VariableMetric: Iteration # 7 - FCN = 295855.267786 Edm = 0.00066952 NCalls = 23 VariableMetric: Iteration # 8 - FCN = 295855.2658481 Edm = 0.001354 NCalls = 25 VariableMetric: Iteration # 9 - FCN = 295854.8582602 Edm = 0.247498 NCalls = 32 VariableMetric: Iteration # 10 - FCN = 295854.3807261 Edm = 0.00114813 NCalls = 34 VariableMetric: Iteration # 11 - FCN = 295854.3782422 Edm = 0.00131389 NCalls = 36 VariableMetric: Iteration # 12 - FCN = 295853.4841499 Edm = 0.13717 NCalls = 43 VariableMetric: Iteration # 13 - FCN = 295852.7624376 Edm = 0.0336547 NCalls = 45 VariableMetric: Iteration # 14 - FCN = 295852.72625 Edm = 0.000289912 NCalls = 47 VariableMetric: Iteration # 15 - FCN = 295852.7257078 Edm = 0.00027476 NCalls = 49 VariableMetric: Iteration # 16 - FCN = 295852.6511078 Edm = 0.0794463 NCalls = 56 VariableMetric: Iteration # 17 - FCN = 295852.40955 Edm = 0.0190271 NCalls = 63 VariableMetric: Iteration # 18 - FCN = 295851.7357664 Edm = 0.0486996 NCalls = 65 VariableMetric: Iteration # 19 - FCN = 295851.6471777 Edm = 0.000640238 NCalls = 67 VariableMetric: Iteration # 20 - FCN = 295851.6463317 Edm = 0.000124052 NCalls = 69 VariableMetric: Iteration # 21 - FCN = 295851.6418333 Edm = 0.003627 NCalls = 73 VariableMetric: Iteration # 22 - FCN = 295851.3664737 Edm = 0.238389 NCalls = 78 VariableMetric: Iteration # 23 - FCN = 295850.3113367 Edm = 0.0294147 NCalls = 80 VariableMetric: Iteration # 24 - FCN = 295850.2765261 Edm = 0.000435261 NCalls = 82 VariableMetric: Iteration # 25 - FCN = 295850.2760881 Edm = 3.5539e-05 NCalls = 83 VariableMetric: After Hessian - FCN = 295850.2760881 Edm = 0.828047 NCalls = 411 VariableMetric: Iteration # 26 - FCN = 295850.2760881 Edm = 0.828047 NCalls = 411 VariableMetric: Iteration # 27 - FCN = 295849.3817709 Edm = 2.50808 NCalls = 413 VariableMetric: Iteration # 28 - FCN = 295849.3343878 Edm = 0.145088 NCalls = 415 VariableMetric: Iteration # 29 - FCN = 295849.2506413 Edm = 0.0123725 NCalls = 418 VariableMetric: Iteration # 30 - FCN = 295849.219002 Edm = 0.00565114 NCalls = 421 VariableMetric: Iteration # 31 - FCN = 295849.2104276 Edm = 0.00258517 NCalls = 424 VariableMetric: Iteration # 32 - FCN = 295849.2063305 Edm = 0.0011893 NCalls = 426 VariableMetric: Iteration # 33 - FCN = 295849.202575 Edm = 0.000883273 NCalls = 428 VariableMetric: Iteration # 34 - FCN = 295849.2011105 Edm = 0.000127001 NCalls = 431 VariableMetric: Iteration # 35 - FCN = 295849.200915 Edm = 2.33761e-05 NCalls = 433 VariableMetric: After Hessian - FCN = 295849.200915 Edm = 7.39228e-05 NCalls = 763 VariableMetric: Iteration # 36 - FCN = 295849.200915 Edm = 7.39228e-05 NCalls = 763 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295612.1567234 Edm = 0.0267983 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295612.1567234 Edm = 0.0267983 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295611.8958001 Edm = 0.00139087 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295611.8136017 Edm = 0.0749712 NCalls = 9 VariableMetric: Iteration # 3 - FCN = 295610.7884343 Edm = 0.000930624 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295610.7854677 Edm = 0.00187309 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295609.5658387 Edm = 0.00138437 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295609.5603661 Edm = 0.00372049 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295607.7380913 Edm = 0.0520017 NCalls = 30 VariableMetric: Iteration # 8 - FCN = 295607.6691737 Edm = 0.000217548 NCalls = 32 VariableMetric: Iteration # 9 - FCN = 295607.6682892 Edm = 0.000603319 NCalls = 34 VariableMetric: Iteration # 10 - FCN = 295607.3859589 Edm = 0.216281 NCalls = 41 VariableMetric: Iteration # 11 - FCN = 295606.3934881 Edm = 0.000407052 NCalls = 43 VariableMetric: Iteration # 12 - FCN = 295606.3924526 Edm = 0.000609253 NCalls = 45 VariableMetric: Iteration # 13 - FCN = 295606.1687152 Edm = 0.181287 NCalls = 52 VariableMetric: Iteration # 14 - FCN = 295605.3667006 Edm = 0.0022178 NCalls = 54 VariableMetric: Iteration # 15 - FCN = 295605.3625734 Edm = 7.77241e-05 NCalls = 55 VariableMetric: Iteration # 16 - FCN = 295605.362198 Edm = 0.000277274 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 295605.2956412 Edm = 0.0620034 NCalls = 63 VariableMetric: Iteration # 18 - FCN = 295604.4664138 Edm = 0.00993142 NCalls = 67 VariableMetric: Iteration # 19 - FCN = 295604.4585216 Edm = 0.00015256 NCalls = 69 VariableMetric: Iteration # 20 - FCN = 295604.45836 Edm = 3.06774e-05 NCalls = 71 VariableMetric: After Hessian - FCN = 295604.45836 Edm = 1.38579 NCalls = 428 VariableMetric: Iteration # 21 - FCN = 295604.45836 Edm = 1.38579 NCalls = 428 VariableMetric: Iteration # 22 - FCN = 295603.8710411 Edm = 0.507768 NCalls = 430 VariableMetric: Iteration # 23 - FCN = 295603.6352432 Edm = 0.0873891 NCalls = 432 VariableMetric: Iteration # 24 - FCN = 295603.5597309 Edm = 0.0128139 NCalls = 433 VariableMetric: Iteration # 25 - FCN = 295603.5391143 Edm = 0.00817 NCalls = 435 VariableMetric: Iteration # 26 - FCN = 295603.5292155 Edm = 0.000709845 NCalls = 437 VariableMetric: Iteration # 27 - FCN = 295603.5279594 Edm = 0.000258371 NCalls = 439 VariableMetric: Iteration # 28 - FCN = 295603.5273547 Edm = 2.2144e-05 NCalls = 441 VariableMetric: After Hessian - FCN = 295603.5273547 Edm = 3.03377e-05 NCalls = 802 VariableMetric: Iteration # 29 - FCN = 295603.5273547 Edm = 3.03377e-05 NCalls = 802 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295679.3297983 Edm = 0.24656 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295679.3297983 Edm = 0.24656 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295676.6933434 Edm = 0.0495896 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295675.7996489 Edm = 0.831544 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 295644.2116231 Edm = 0.0487651 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295644.1125676 Edm = 0.0219859 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295639.8142501 Edm = 3.12582 NCalls = 20 VariableMetric: Iteration # 6 - FCN = 295626.4828162 Edm = 0.0486768 NCalls = 22 VariableMetric: Iteration # 7 - FCN = 295626.4028565 Edm = 0.000983022 NCalls = 23 VariableMetric: Iteration # 8 - FCN = 295626.3988119 Edm = 0.00286611 NCalls = 25 VariableMetric: Iteration # 9 - FCN = 295625.3412051 Edm = 0.264944 NCalls = 31 VariableMetric: Iteration # 10 - FCN = 295624.9776791 Edm = 0.00116763 NCalls = 33 VariableMetric: Iteration # 11 - FCN = 295624.9714943 Edm = 0.00506027 NCalls = 36 VariableMetric: Iteration # 12 - FCN = 295623.4299786 Edm = 0.000620841 NCalls = 43 VariableMetric: Iteration # 13 - FCN = 295622.3628526 Edm = 0.00139853 NCalls = 44 VariableMetric: Iteration # 14 - FCN = 295622.361256 Edm = 8.58122e-05 NCalls = 46 VariableMetric: Iteration # 15 - FCN = 295622.3548513 Edm = 0.00598875 NCalls = 51 VariableMetric: Iteration # 16 - FCN = 295621.4175437 Edm = 0.18026 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 295621.2047184 Edm = 0.000500044 NCalls = 59 VariableMetric: Iteration # 18 - FCN = 295621.2042157 Edm = 3.33296e-05 NCalls = 60 VariableMetric: After Hessian - FCN = 295621.2042157 Edm = 1.19692 NCalls = 386 VariableMetric: Iteration # 19 - FCN = 295621.2042157 Edm = 1.19692 NCalls = 386 VariableMetric: Iteration # 20 - FCN = 295620.4509363 Edm = 0.508104 NCalls = 388 VariableMetric: Iteration # 21 - FCN = 295620.2324434 Edm = 0.0226528 NCalls = 390 VariableMetric: Iteration # 22 - FCN = 295620.213127 Edm = 0.00524898 NCalls = 392 VariableMetric: Iteration # 23 - FCN = 295620.2064206 Edm = 0.00151483 NCalls = 394 VariableMetric: Iteration # 24 - FCN = 295620.2036297 Edm = 0.000160087 NCalls = 396 VariableMetric: Iteration # 25 - FCN = 295620.203444 Edm = 2.19294e-06 NCalls = 398 VariableMetric: After Hessian - FCN = 295620.203444 Edm = 2.26361e-06 NCalls = 734 VariableMetric: Iteration # 26 - FCN = 295620.203444 Edm = 2.26361e-06 NCalls = 734 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295742.2630706 Edm = 0.00789549 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295742.2630706 Edm = 0.00789549 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295742.1732063 Edm = 0.00164541 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295741.7882286 Edm = 0.161161 NCalls = 10 VariableMetric: Iteration # 3 - FCN = 295741.4946607 Edm = 0.000223752 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295741.4833998 Edm = 0.0109939 NCalls = 17 VariableMetric: Iteration # 5 - FCN = 295738.1430495 Edm = 0.000651926 NCalls = 24 VariableMetric: Iteration # 6 - FCN = 295738.140616 Edm = 0.000905543 NCalls = 26 VariableMetric: Iteration # 7 - FCN = 295738.0936809 Edm = 0.0504473 NCalls = 31 VariableMetric: Iteration # 8 - FCN = 295737.5440284 Edm = 0.124453 NCalls = 38 VariableMetric: Iteration # 9 - FCN = 295737.3869156 Edm = 0.000266943 NCalls = 40 VariableMetric: Iteration # 10 - FCN = 295737.3831446 Edm = 0.00353739 NCalls = 43 VariableMetric: Iteration # 11 - FCN = 295736.9957995 Edm = 0.0155183 NCalls = 50 VariableMetric: Iteration # 12 - FCN = 295736.7012219 Edm = 0.0015544 NCalls = 52 VariableMetric: Iteration # 13 - FCN = 295736.6992265 Edm = 0.000203927 NCalls = 54 VariableMetric: Iteration # 14 - FCN = 295736.6901916 Edm = 0.00790114 NCalls = 58 VariableMetric: Iteration # 15 - FCN = 295736.0579962 Edm = 0.12517 NCalls = 63 VariableMetric: Iteration # 16 - FCN = 295735.8769522 Edm = 0.000495656 NCalls = 65 VariableMetric: Iteration # 17 - FCN = 295735.876278 Edm = 7.01395e-05 NCalls = 67 VariableMetric: After Hessian - FCN = 295735.876278 Edm = 2.50412 NCalls = 420 VariableMetric: Iteration # 18 - FCN = 295735.876278 Edm = 2.50412 NCalls = 420 VariableMetric: Iteration # 19 - FCN = 295734.2772158 Edm = 1.53963 NCalls = 422 VariableMetric: Iteration # 20 - FCN = 295733.6172804 Edm = 0.100287 NCalls = 424 VariableMetric: Iteration # 21 - FCN = 295733.5032457 Edm = 0.0239361 NCalls = 426 VariableMetric: Iteration # 22 - FCN = 295733.4796364 Edm = 0.0041124 NCalls = 428 VariableMetric: Iteration # 23 - FCN = 295733.4723849 Edm = 0.00105068 NCalls = 430 VariableMetric: Iteration # 24 - FCN = 295733.4693307 Edm = 0.000567437 NCalls = 434 VariableMetric: Iteration # 25 - FCN = 295733.4677838 Edm = 0.00025067 NCalls = 437 VariableMetric: Iteration # 26 - FCN = 295733.4673762 Edm = 4.66603e-05 NCalls = 439 VariableMetric: After Hessian - FCN = 295733.4673762 Edm = 9.4493e-05 NCalls = 806 VariableMetric: Iteration # 27 - FCN = 295733.4673762 Edm = 9.4493e-05 NCalls = 806 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295821.2101978 Edm = 0.130598 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295821.2101978 Edm = 0.130598 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295818.8945337 Edm = 0.127999 NCalls = 5 VariableMetric: Iteration # 2 - FCN = 295797.7513236 Edm = 9.41461 NCalls = 11 VariableMetric: Iteration # 3 - FCN = 295775.6904936 Edm = 0.0644303 NCalls = 13 VariableMetric: Iteration # 4 - FCN = 295775.5958562 Edm = 0.0286287 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 295770.3100159 Edm = 4.23773 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295750.89404 Edm = 0.0153825 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295750.8345755 Edm = 0.000717203 NCalls = 24 VariableMetric: Iteration # 8 - FCN = 295750.833046 Edm = 0.000913254 NCalls = 26 VariableMetric: Iteration # 9 - FCN = 295750.492535 Edm = 0.325384 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 295747.6155297 Edm = 0.00472084 NCalls = 36 VariableMetric: Iteration # 11 - FCN = 295747.609657 Edm = 0.000808355 NCalls = 38 VariableMetric: Iteration # 12 - FCN = 295747.5363214 Edm = 0.0680925 NCalls = 43 VariableMetric: Iteration # 13 - FCN = 295746.933649 Edm = 0.000811187 NCalls = 46 VariableMetric: Iteration # 14 - FCN = 295746.9326472 Edm = 0.000176812 NCalls = 48 VariableMetric: Iteration # 15 - FCN = 295746.6622835 Edm = 0.00546843 NCalls = 55 VariableMetric: Iteration # 16 - FCN = 295745.5262132 Edm = 0.0264199 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 295745.4868726 Edm = 0.000202788 NCalls = 59 VariableMetric: Iteration # 18 - FCN = 295745.486584 Edm = 8.79679e-05 NCalls = 61 VariableMetric: Iteration # 19 - FCN = 295745.3906218 Edm = 0.0200335 NCalls = 68 VariableMetric: Iteration # 20 - FCN = 295745.0878646 Edm = 0.12408 NCalls = 71 VariableMetric: Iteration # 21 - FCN = 295744.795531 Edm = 0.00262761 NCalls = 73 VariableMetric: Iteration # 22 - FCN = 295744.7929969 Edm = 9.46281e-05 NCalls = 74 VariableMetric: Iteration # 23 - FCN = 295744.7927725 Edm = 0.00013965 NCalls = 76 VariableMetric: Iteration # 24 - FCN = 295744.7659113 Edm = 0.0250475 NCalls = 82 VariableMetric: Iteration # 25 - FCN = 295744.0686355 Edm = 0.0242903 NCalls = 86 VariableMetric: Iteration # 26 - FCN = 295744.0433093 Edm = 0.000149072 NCalls = 87 VariableMetric: Iteration # 27 - FCN = 295744.0431176 Edm = 1.47226e-05 NCalls = 89 VariableMetric: After Hessian - FCN = 295744.0431176 Edm = 15.1598 NCalls = 415 VariableMetric: Iteration # 28 - FCN = 295744.0431176 Edm = 15.1598 NCalls = 415 VariableMetric: Iteration # 29 - FCN = 295743.8650277 Edm = 13.1639 NCalls = 418 VariableMetric: Iteration # 30 - FCN = 295743.7003242 Edm = 1.14756 NCalls = 420 VariableMetric: Iteration # 31 - FCN = 295743.011993 Edm = 0.149596 NCalls = 422 VariableMetric: Iteration # 32 - FCN = 295742.9386815 Edm = 0.0118394 NCalls = 424 VariableMetric: Iteration # 33 - FCN = 295742.9136871 Edm = 0.0042497 NCalls = 427 VariableMetric: Iteration # 34 - FCN = 295742.9038283 Edm = 0.0030691 NCalls = 429 VariableMetric: Iteration # 35 - FCN = 295742.894994 Edm = 0.00124624 NCalls = 433 VariableMetric: Iteration # 36 - FCN = 295742.8926673 Edm = 0.000397715 NCalls = 435 VariableMetric: Iteration # 37 - FCN = 295742.891826 Edm = 5.29932e-05 NCalls = 437 VariableMetric: After Hessian - FCN = 295742.891826 Edm = 0.000685222 NCalls = 765 VariableMetric: Iteration # 38 - FCN = 295742.891826 Edm = 0.000685222 NCalls = 765 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295435.0893069 Edm = 0.109566 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295435.0893069 Edm = 0.109566 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295433.9891394 Edm = 0.00832801 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295433.8418069 Edm = 0.135593 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 295430.7159643 Edm = 0.00134507 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295430.7142024 Edm = 0.000430854 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295430.1875553 Edm = 0.00112019 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295429.8502245 Edm = 0.000841662 NCalls = 22 VariableMetric: Iteration # 7 - FCN = 295429.8480475 Edm = 0.0012413 NCalls = 24 VariableMetric: Iteration # 8 - FCN = 295428.6969645 Edm = 0.0540634 NCalls = 31 VariableMetric: Iteration # 9 - FCN = 295428.6234863 Edm = 0.000267044 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 295428.6217509 Edm = 0.0013114 NCalls = 36 VariableMetric: Iteration # 11 - FCN = 295428.2267953 Edm = 0.142096 NCalls = 42 VariableMetric: Iteration # 12 - FCN = 295427.9991797 Edm = 0.000112695 NCalls = 44 VariableMetric: Iteration # 13 - FCN = 295427.9988402 Edm = 0.000212899 NCalls = 46 VariableMetric: Iteration # 14 - FCN = 295427.7219329 Edm = 0.10694 NCalls = 53 VariableMetric: Iteration # 15 - FCN = 295427.1345428 Edm = 0.0815213 NCalls = 55 VariableMetric: Iteration # 16 - FCN = 295427.0426264 Edm = 0.000834004 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 295427.0418182 Edm = 3.79912e-05 NCalls = 59 VariableMetric: After Hessian - FCN = 295427.0418182 Edm = 1.80732 NCalls = 414 VariableMetric: Iteration # 18 - FCN = 295427.0418182 Edm = 1.80732 NCalls = 414 VariableMetric: Iteration # 19 - FCN = 295426.3523846 Edm = 0.545503 NCalls = 416 VariableMetric: Iteration # 20 - FCN = 295425.949182 Edm = 0.0155919 NCalls = 418 VariableMetric: Iteration # 21 - FCN = 295425.9289624 Edm = 0.00537561 NCalls = 420 VariableMetric: Iteration # 22 - FCN = 295425.9179292 Edm = 0.00149254 NCalls = 422 VariableMetric: Iteration # 23 - FCN = 295425.9160885 Edm = 3.17825e-05 NCalls = 424 VariableMetric: After Hessian - FCN = 295425.9160885 Edm = 3.41121e-05 NCalls = 783 VariableMetric: Iteration # 24 - FCN = 295425.9160885 Edm = 3.41121e-05 NCalls = 783 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295517.590579 Edm = 0.520409 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295517.590579 Edm = 0.520409 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295512.4367898 Edm = 0.0557183 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295512.0905199 Edm = 0.300833 NCalls = 7 VariableMetric: Iteration # 3 - FCN = 295470.4640753 Edm = 5.54118 NCalls = 14 VariableMetric: Iteration # 4 - FCN = 295461.4339797 Edm = 0.0436939 NCalls = 16 VariableMetric: Iteration # 5 - FCN = 295461.3261827 Edm = 0.0551747 NCalls = 18 VariableMetric: Iteration # 6 - FCN = 295446.2615605 Edm = 2.77231 NCalls = 24 VariableMetric: Iteration # 7 - FCN = 295443.3844847 Edm = 0.00368572 NCalls = 26 VariableMetric: Iteration # 8 - FCN = 295443.3799721 Edm = 0.000627845 NCalls = 28 VariableMetric: Iteration # 9 - FCN = 295443.3250059 Edm = 0.0519049 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 295441.7569138 Edm = 0.0023416 NCalls = 37 VariableMetric: Iteration # 11 - FCN = 295441.7515504 Edm = 0.00280619 NCalls = 39 VariableMetric: Iteration # 12 - FCN = 295440.0319897 Edm = 0.836222 NCalls = 46 VariableMetric: Iteration # 13 - FCN = 295438.282336 Edm = 0.0110504 NCalls = 48 VariableMetric: Iteration # 14 - FCN = 295438.269608 Edm = 0.000108097 NCalls = 50 VariableMetric: Iteration # 15 - FCN = 295438.2689593 Edm = 0.000544632 NCalls = 53 VariableMetric: Iteration # 16 - FCN = 295438.1027187 Edm = 0.00770209 NCalls = 60 VariableMetric: Iteration # 17 - FCN = 295437.2309523 Edm = 0.122393 NCalls = 62 VariableMetric: Iteration # 18 - FCN = 295437.0439624 Edm = 0.00179299 NCalls = 64 VariableMetric: Iteration # 19 - FCN = 295437.042176 Edm = 4.81002e-05 NCalls = 65 VariableMetric: After Hessian - FCN = 295437.042176 Edm = 2.04564 NCalls = 391 VariableMetric: Iteration # 20 - FCN = 295437.042176 Edm = 2.04564 NCalls = 391 VariableMetric: Iteration # 21 - FCN = 295436.1755357 Edm = 0.768495 NCalls = 393 VariableMetric: Iteration # 22 - FCN = 295435.6816714 Edm = 0.0174572 NCalls = 395 VariableMetric: Iteration # 23 - FCN = 295435.6658504 Edm = 0.00051692 NCalls = 397 VariableMetric: Iteration # 24 - FCN = 295435.6652008 Edm = 4.78434e-05 NCalls = 399 VariableMetric: After Hessian - FCN = 295435.6652008 Edm = 5.14651e-05 NCalls = 729 VariableMetric: Iteration # 25 - FCN = 295435.6652008 Edm = 5.14651e-05 NCalls = 729 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295484.8427514 Edm = 0.00225079 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295484.8427514 Edm = 0.00225079 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295484.7712848 Edm = 0.00512271 NCalls = 5 VariableMetric: Iteration # 2 - FCN = 295482.6542734 Edm = 0.109674 NCalls = 11 VariableMetric: Iteration # 3 - FCN = 295482.5458931 Edm = 0.00210411 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295482.5128848 Edm = 0.0308115 NCalls = 16 VariableMetric: Iteration # 5 - FCN = 295480.831318 Edm = 0.012033 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295480.8199551 Edm = 0.000644902 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295480.7983749 Edm = 0.0215794 NCalls = 27 VariableMetric: Iteration # 8 - FCN = 295480.0955116 Edm = 0.0647686 NCalls = 34 VariableMetric: Iteration # 9 - FCN = 295479.986822 Edm = 0.000932213 NCalls = 35 VariableMetric: Iteration # 10 - FCN = 295479.9856557 Edm = 0.000256557 NCalls = 37 VariableMetric: Iteration # 11 - FCN = 295479.9692147 Edm = 0.0181006 NCalls = 42 VariableMetric: Iteration # 12 - FCN = 295479.9459939 Edm = 0.0204543 NCalls = 47 VariableMetric: Iteration # 13 - FCN = 295479.7258809 Edm = 0.000742118 NCalls = 50 VariableMetric: Iteration # 14 - FCN = 295479.7251262 Edm = 8.27893e-05 NCalls = 51 VariableMetric: Iteration # 15 - FCN = 295479.7236326 Edm = 0.00149138 NCalls = 55 VariableMetric: Iteration # 16 - FCN = 295479.5905187 Edm = 0.00305423 NCalls = 62 VariableMetric: Iteration # 17 - FCN = 295478.83091 Edm = 0.0201113 NCalls = 64 VariableMetric: Iteration # 18 - FCN = 295478.8023511 Edm = 0.000408396 NCalls = 66 VariableMetric: Iteration # 19 - FCN = 295478.8018676 Edm = 5.53118e-05 NCalls = 68 VariableMetric: After Hessian - FCN = 295478.8018676 Edm = 6.76963 NCalls = 421 VariableMetric: Iteration # 20 - FCN = 295478.8018676 Edm = 6.76963 NCalls = 421 VariableMetric: Iteration # 21 - FCN = 295478.5891094 Edm = 2.99695 NCalls = 424 VariableMetric: Iteration # 22 - FCN = 295477.2416999 Edm = 0.237698 NCalls = 425 VariableMetric: Iteration # 23 - FCN = 295477.1393451 Edm = 0.0285872 NCalls = 427 VariableMetric: Iteration # 24 - FCN = 295477.101337 Edm = 0.00980636 NCalls = 429 VariableMetric: Iteration # 25 - FCN = 295477.0884305 Edm = 0.00304859 NCalls = 431 VariableMetric: Iteration # 26 - FCN = 295477.0818769 Edm = 0.00128188 NCalls = 433 VariableMetric: Iteration # 27 - FCN = 295477.0782914 Edm = 0.000885742 NCalls = 435 VariableMetric: Iteration # 28 - FCN = 295477.0762703 Edm = 0.00012171 NCalls = 437 VariableMetric: Iteration # 29 - FCN = 295477.0761351 Edm = 2.76708e-06 NCalls = 439 VariableMetric: After Hessian - FCN = 295477.0761351 Edm = 3.20041e-06 NCalls = 802 VariableMetric: Iteration # 30 - FCN = 295477.0761351 Edm = 3.20041e-06 NCalls = 802 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295618.5773305 Edm = 0.221378 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295618.5773305 Edm = 0.221378 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295615.5120967 Edm = 0.125602 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295612.5598482 Edm = 2.63471 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 295551.5611665 Edm = 0.562909 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295550.9175606 Edm = 0.039612 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295543.1914934 Edm = 6.20098 NCalls = 20 VariableMetric: Iteration # 6 - FCN = 295515.2805165 Edm = 0.0319638 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295515.2379493 Edm = 0.000994563 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 295515.2333878 Edm = 0.00386564 NCalls = 27 VariableMetric: Iteration # 9 - FCN = 295514.6192501 Edm = 0.600303 NCalls = 34 VariableMetric: Iteration # 10 - FCN = 295512.019143 Edm = 0.0187363 NCalls = 37 VariableMetric: Iteration # 11 - FCN = 295512.0009118 Edm = 0.00162731 NCalls = 39 VariableMetric: Iteration # 12 - FCN = 295511.9882766 Edm = 0.0121927 NCalls = 42 VariableMetric: Iteration # 13 - FCN = 295510.6892731 Edm = 0.448532 NCalls = 49 VariableMetric: Iteration # 14 - FCN = 295510.1537347 Edm = 0.00360601 NCalls = 51 VariableMetric: Iteration # 15 - FCN = 295510.1496531 Edm = 0.00105322 NCalls = 53 VariableMetric: Iteration # 16 - FCN = 295510.136789 Edm = 0.0150114 NCalls = 57 VariableMetric: Iteration # 17 - FCN = 295509.0498117 Edm = 0.248643 NCalls = 64 VariableMetric: Iteration # 18 - FCN = 295507.270089 Edm = 0.128833 NCalls = 66 VariableMetric: Iteration # 19 - FCN = 295507.0850135 Edm = 0.00303066 NCalls = 68 VariableMetric: Iteration # 20 - FCN = 295507.0806412 Edm = 0.000120152 NCalls = 70 VariableMetric: Iteration # 21 - FCN = 295507.0804178 Edm = 8.55564e-05 NCalls = 72 VariableMetric: Iteration # 22 - FCN = 295507.0358123 Edm = 0.0402363 NCalls = 79 VariableMetric: Iteration # 23 - FCN = 295506.4059173 Edm = 0.0331 NCalls = 82 VariableMetric: Iteration # 24 - FCN = 295506.3643523 Edm = 9.20397e-05 NCalls = 84 VariableMetric: Iteration # 25 - FCN = 295506.3642255 Edm = 3.2715e-05 NCalls = 86 VariableMetric: After Hessian - FCN = 295506.3642255 Edm = 8.11596 NCalls = 412 VariableMetric: Iteration # 26 - FCN = 295506.3642255 Edm = 8.11596 NCalls = 412 VariableMetric: Iteration # 27 - FCN = 295506.2068605 Edm = 6.16272 NCalls = 415 VariableMetric: Iteration # 28 - FCN = 295505.1587725 Edm = 1.17251 NCalls = 417 VariableMetric: Iteration # 29 - FCN = 295504.7498848 Edm = 0.0450197 NCalls = 419 VariableMetric: Iteration # 30 - FCN = 295504.6806222 Edm = 0.0176949 NCalls = 421 VariableMetric: Iteration # 31 - FCN = 295504.6481902 Edm = 0.00736648 NCalls = 423 VariableMetric: Iteration # 32 - FCN = 295504.6377591 Edm = 0.00321639 NCalls = 425 VariableMetric: Iteration # 33 - FCN = 295504.6328803 Edm = 0.00165438 NCalls = 427 VariableMetric: Iteration # 34 - FCN = 295504.629376 Edm = 0.000609682 NCalls = 429 VariableMetric: Iteration # 35 - FCN = 295504.6285623 Edm = 1.00629e-05 NCalls = 431 VariableMetric: After Hessian - FCN = 295504.6285623 Edm = 9.91851e-06 NCalls = 765 VariableMetric: Iteration # 36 - FCN = 295504.6285623 Edm = 9.91851e-06 NCalls = 765 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295665.8737885 Edm = 0.00647883 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295665.8737885 Edm = 0.00647883 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295665.7986045 Edm = 0.00144728 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295665.1024976 Edm = 0.43035 NCalls = 11 VariableMetric: Iteration # 3 - FCN = 295663.9684672 Edm = 0.00112656 NCalls = 13 VariableMetric: Iteration # 4 - FCN = 295663.9659068 Edm = 0.000491928 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 295663.5143425 Edm = 0.0894702 NCalls = 22 VariableMetric: Iteration # 6 - FCN = 295663.3642608 Edm = 0.000723227 NCalls = 24 VariableMetric: Iteration # 7 - FCN = 295663.3630857 Edm = 0.000435803 NCalls = 26 VariableMetric: Iteration # 8 - FCN = 295662.6879348 Edm = 0.126625 NCalls = 33 VariableMetric: Iteration # 9 - FCN = 295661.4663255 Edm = 0.2309 NCalls = 36 VariableMetric: Iteration # 10 - FCN = 295661.1894894 Edm = 0.00215546 NCalls = 38 VariableMetric: Iteration # 11 - FCN = 295661.187404 Edm = 0.000259516 NCalls = 39 VariableMetric: Iteration # 12 - FCN = 295661.1783038 Edm = 0.00878378 NCalls = 43 VariableMetric: Iteration # 13 - FCN = 295660.0806882 Edm = 0.0757461 NCalls = 48 VariableMetric: Iteration # 14 - FCN = 295659.9883784 Edm = 0.00132456 NCalls = 50 VariableMetric: Iteration # 15 - FCN = 295659.98659 Edm = 8.72304e-05 NCalls = 52 VariableMetric: Iteration # 16 - FCN = 295659.986011 Edm = 0.000435074 NCalls = 55 VariableMetric: Iteration # 17 - FCN = 295659.9393659 Edm = 0.00936535 NCalls = 60 VariableMetric: Iteration # 18 - FCN = 295659.9260915 Edm = 9.3813e-05 NCalls = 62 VariableMetric: Iteration # 19 - FCN = 295659.9257289 Edm = 0.000242029 NCalls = 64 VariableMetric: Iteration # 20 - FCN = 295659.7833418 Edm = 0.111225 NCalls = 71 VariableMetric: Iteration # 21 - FCN = 295659.3390591 Edm = 0.00288095 NCalls = 73 VariableMetric: Iteration # 22 - FCN = 295659.3362067 Edm = 2.19425e-05 NCalls = 74 VariableMetric: After Hessian - FCN = 295659.3362067 Edm = 1.21966 NCalls = 429 VariableMetric: Iteration # 23 - FCN = 295659.3362067 Edm = 1.21966 NCalls = 429 VariableMetric: Iteration # 24 - FCN = 295657.9955883 Edm = 0.046179 NCalls = 432 VariableMetric: Iteration # 25 - FCN = 295657.903927 Edm = 0.0169444 NCalls = 434 VariableMetric: Iteration # 26 - FCN = 295657.8720005 Edm = 0.00287591 NCalls = 436 VariableMetric: Iteration # 27 - FCN = 295657.8644675 Edm = 0.00190787 NCalls = 439 VariableMetric: Iteration # 28 - FCN = 295657.8584409 Edm = 0.00189033 NCalls = 441 VariableMetric: Iteration # 29 - FCN = 295657.8565166 Edm = 0.00143507 NCalls = 442 VariableMetric: Iteration # 30 - FCN = 295657.8553263 Edm = 0.000167511 NCalls = 445 VariableMetric: Iteration # 31 - FCN = 295657.8548704 Edm = 0.000106192 NCalls = 448 VariableMetric: Iteration # 32 - FCN = 295657.8546405 Edm = 5.70473e-05 NCalls = 450 VariableMetric: Iteration # 33 - FCN = 295657.8545877 Edm = 2.50571e-05 NCalls = 452 VariableMetric: After Hessian - FCN = 295657.8545877 Edm = 3.33405e-05 NCalls = 819 VariableMetric: Iteration # 34 - FCN = 295657.8545877 Edm = 3.33405e-05 NCalls = 819 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295780.0117478 Edm = 0.208996 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295780.0117478 Edm = 0.208996 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295777.0974768 Edm = 0.121702 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295773.9356692 Edm = 2.75406 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 295726.972808 Edm = 0.416902 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295726.4908 Edm = 0.0250787 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295720.1168182 Edm = 5.02787 NCalls = 20 VariableMetric: Iteration # 6 - FCN = 295697.7707837 Edm = 0.037038 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295697.7321037 Edm = 0.00063499 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 295697.7162343 Edm = 0.0152012 NCalls = 29 VariableMetric: Iteration # 9 - FCN = 295694.7006922 Edm = 0.0578677 NCalls = 35 VariableMetric: Iteration # 10 - FCN = 295694.6464017 Edm = 0.00194455 NCalls = 37 VariableMetric: Iteration # 11 - FCN = 295694.6063439 Edm = 0.0388655 NCalls = 41 VariableMetric: Iteration # 12 - FCN = 295692.613702 Edm = 0.192121 NCalls = 48 VariableMetric: Iteration # 13 - FCN = 295692.3347673 Edm = 0.000682266 NCalls = 50 VariableMetric: Iteration # 14 - FCN = 295692.3339018 Edm = 0.000217102 NCalls = 52 VariableMetric: Iteration # 15 - FCN = 295692.2834329 Edm = 0.0489391 NCalls = 58 VariableMetric: Iteration # 16 - FCN = 295691.3683708 Edm = 0.00138904 NCalls = 62 VariableMetric: Iteration # 17 - FCN = 295691.3645888 Edm = 0.00011426 NCalls = 64 VariableMetric: Iteration # 18 - FCN = 295691.3641404 Edm = 0.000297102 NCalls = 66 VariableMetric: Iteration # 19 - FCN = 295691.3230682 Edm = 0.0344136 NCalls = 71 VariableMetric: Iteration # 20 - FCN = 295690.6617039 Edm = 0.0112502 NCalls = 75 VariableMetric: Iteration # 21 - FCN = 295690.6519672 Edm = 0.000134939 NCalls = 77 VariableMetric: Iteration # 22 - FCN = 295690.651824 Edm = 2.9838e-05 NCalls = 79 VariableMetric: After Hessian - FCN = 295690.651824 Edm = 1.76165 NCalls = 405 VariableMetric: Iteration # 23 - FCN = 295690.651824 Edm = 1.76165 NCalls = 405 VariableMetric: Iteration # 24 - FCN = 295688.7822292 Edm = 0.0854013 NCalls = 408 VariableMetric: Iteration # 25 - FCN = 295688.6676537 Edm = 0.0470264 NCalls = 411 VariableMetric: Iteration # 26 - FCN = 295688.5873469 Edm = 0.0173739 NCalls = 413 VariableMetric: Iteration # 27 - FCN = 295688.5686573 Edm = 0.00481007 NCalls = 415 VariableMetric: Iteration # 28 - FCN = 295688.5611162 Edm = 0.00348862 NCalls = 418 VariableMetric: Iteration # 29 - FCN = 295688.5557768 Edm = 0.00216116 NCalls = 421 VariableMetric: Iteration # 30 - FCN = 295688.5519177 Edm = 0.00154262 NCalls = 424 VariableMetric: Iteration # 31 - FCN = 295688.5499415 Edm = 0.000542328 NCalls = 426 VariableMetric: Iteration # 32 - FCN = 295688.5492546 Edm = 0.000185859 NCalls = 429 VariableMetric: Iteration # 33 - FCN = 295688.5490322 Edm = 5.09599e-05 NCalls = 431 VariableMetric: After Hessian - FCN = 295688.5490322 Edm = 9.77875e-05 NCalls = 767 VariableMetric: Iteration # 34 - FCN = 295688.5490322 Edm = 9.77875e-05 NCalls = 767 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295527.7098431 Edm = 0.00574504 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295527.7098431 Edm = 0.00574504 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295527.6315522 Edm = 0.00240014 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295526.9980154 Edm = 0.185043 NCalls = 10 VariableMetric: Iteration # 3 - FCN = 295526.7238492 Edm = 0.000385371 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295526.7011469 Edm = 0.0219555 NCalls = 17 VariableMetric: Iteration # 5 - FCN = 295525.7598756 Edm = 0.00141044 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295525.757061 Edm = 0.000335239 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295525.7015662 Edm = 0.0547758 NCalls = 29 VariableMetric: Iteration # 8 - FCN = 295523.4801029 Edm = 0.00251225 NCalls = 33 VariableMetric: Iteration # 9 - FCN = 295523.4743399 Edm = 0.0015275 NCalls = 35 VariableMetric: Iteration # 10 - FCN = 295522.7425848 Edm = 0.390458 NCalls = 42 VariableMetric: Iteration # 11 - FCN = 295522.0715398 Edm = 0.00768687 NCalls = 44 VariableMetric: Iteration # 12 - FCN = 295522.0642855 Edm = 0.000145706 NCalls = 46 VariableMetric: Iteration # 13 - FCN = 295522.04948 Edm = 0.0149916 NCalls = 51 VariableMetric: Iteration # 14 - FCN = 295521.9911048 Edm = 0.0512365 NCalls = 57 VariableMetric: Iteration # 15 - FCN = 295521.1082748 Edm = 0.00981962 NCalls = 61 VariableMetric: Iteration # 16 - FCN = 295521.097729 Edm = 8.24126e-05 NCalls = 63 VariableMetric: Iteration # 17 - FCN = 295521.0975608 Edm = 9.02968e-05 NCalls = 65 VariableMetric: Iteration # 18 - FCN = 295521.0578864 Edm = 0.0381145 NCalls = 74 VariableMetric: Iteration # 19 - FCN = 295520.6768931 Edm = 0.0392988 NCalls = 78 VariableMetric: Iteration # 20 - FCN = 295520.6346108 Edm = 3.73761e-05 NCalls = 80 VariableMetric: After Hessian - FCN = 295520.6346108 Edm = 0.651276 NCalls = 433 VariableMetric: Iteration # 21 - FCN = 295520.6346108 Edm = 0.651276 NCalls = 433 VariableMetric: Iteration # 22 - FCN = 295520.0365381 Edm = 0.0485757 NCalls = 435 VariableMetric: Iteration # 23 - FCN = 295520.0036408 Edm = 0.00327174 NCalls = 437 VariableMetric: Iteration # 24 - FCN = 295519.9980495 Edm = 0.000841181 NCalls = 439 VariableMetric: Iteration # 25 - FCN = 295519.996128 Edm = 7.55838e-05 NCalls = 441 VariableMetric: After Hessian - FCN = 295519.996128 Edm = 8.66778e-05 NCalls = 802 VariableMetric: Iteration # 26 - FCN = 295519.996128 Edm = 8.66778e-05 NCalls = 802 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295676.1803886 Edm = 0.27092 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295676.1803886 Edm = 0.27092 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295672.2088693 Edm = 0.182806 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295668.2255153 Edm = 3.47888 NCalls = 8 VariableMetric: Iteration # 3 - FCN = 295604.8788543 Edm = 0.500655 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295604.2687013 Edm = 0.0310712 NCalls = 14 VariableMetric: Iteration # 5 - FCN = 295599.1826018 Edm = 4.37148 NCalls = 20 VariableMetric: Iteration # 6 - FCN = 295566.84398 Edm = 0.276886 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295566.5695837 Edm = 0.00111432 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 295566.5666969 Edm = 0.00181389 NCalls = 27 VariableMetric: Iteration # 9 - FCN = 295565.4893835 Edm = 0.248171 NCalls = 34 VariableMetric: Iteration # 10 - FCN = 295561.7237466 Edm = 0.922766 NCalls = 36 VariableMetric: Iteration # 11 - FCN = 295560.0495318 Edm = 0.0013231 NCalls = 38 VariableMetric: Iteration # 12 - FCN = 295560.0406722 Edm = 0.00757514 NCalls = 41 VariableMetric: Iteration # 13 - FCN = 295559.1073564 Edm = 0.0573495 NCalls = 48 VariableMetric: Iteration # 14 - FCN = 295559.0447629 Edm = 0.000203413 NCalls = 50 VariableMetric: Iteration # 15 - FCN = 295559.0424975 Edm = 0.00200068 NCalls = 53 VariableMetric: Iteration # 16 - FCN = 295557.2893443 Edm = 0.173852 NCalls = 60 VariableMetric: Iteration # 17 - FCN = 295557.1054201 Edm = 0.000276314 NCalls = 62 VariableMetric: Iteration # 18 - FCN = 295557.1050932 Edm = 5.64788e-05 NCalls = 64 VariableMetric: After Hessian - FCN = 295557.1050932 Edm = 1.3033 NCalls = 390 VariableMetric: Iteration # 19 - FCN = 295557.1050932 Edm = 1.3033 NCalls = 390 VariableMetric: Iteration # 20 - FCN = 295556.2202299 Edm = 0.137329 NCalls = 392 VariableMetric: Iteration # 21 - FCN = 295556.0939992 Edm = 0.0167065 NCalls = 394 VariableMetric: Iteration # 22 - FCN = 295556.0845377 Edm = 0.00208084 NCalls = 396 VariableMetric: Iteration # 23 - FCN = 295556.0816503 Edm = 0.000823206 NCalls = 398 VariableMetric: Iteration # 24 - FCN = 295556.0808841 Edm = 0.000118736 NCalls = 400 VariableMetric: Iteration # 25 - FCN = 295556.0807273 Edm = 2.10305e-05 NCalls = 402 VariableMetric: After Hessian - FCN = 295556.0807273 Edm = 2.9789e-05 NCalls = 736 VariableMetric: Iteration # 26 - FCN = 295556.0807273 Edm = 2.9789e-05 NCalls = 736 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295281.9415775 Edm = 0.0055328 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295281.9415775 Edm = 0.0055328 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295281.8773398 Edm = 0.00122486 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295281.3230062 Edm = 0.274626 NCalls = 11 VariableMetric: Iteration # 3 - FCN = 295280.7386324 Edm = 0.00110965 NCalls = 13 VariableMetric: Iteration # 4 - FCN = 295280.7327365 Edm = 0.00427546 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 295279.7956945 Edm = 0.508442 NCalls = 21 VariableMetric: Iteration # 6 - FCN = 295278.6933095 Edm = 0.00261539 NCalls = 23 VariableMetric: Iteration # 7 - FCN = 295278.6828276 Edm = 0.0066466 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 295276.3989488 Edm = 0.475224 NCalls = 31 VariableMetric: Iteration # 9 - FCN = 295275.7939856 Edm = 0.00274271 NCalls = 33 VariableMetric: Iteration # 10 - FCN = 295275.7906705 Edm = 0.00023229 NCalls = 35 VariableMetric: Iteration # 11 - FCN = 295275.7704949 Edm = 0.0198505 NCalls = 40 VariableMetric: Iteration # 12 - FCN = 295273.3320003 Edm = 0.144211 NCalls = 45 VariableMetric: Iteration # 13 - FCN = 295273.1860627 Edm = 0.000666764 NCalls = 46 VariableMetric: Iteration # 14 - FCN = 295273.1853765 Edm = 7.44175e-05 NCalls = 47 VariableMetric: After Hessian - FCN = 295273.1853765 Edm = 1.6236 NCalls = 400 VariableMetric: Iteration # 15 - FCN = 295273.1853765 Edm = 1.6236 NCalls = 400 VariableMetric: Iteration # 16 - FCN = 295271.5434174 Edm = 0.0814274 NCalls = 401 VariableMetric: Iteration # 17 - FCN = 295271.44404 Edm = 0.0358164 NCalls = 403 VariableMetric: Iteration # 18 - FCN = 295271.3828467 Edm = 0.00902863 NCalls = 405 VariableMetric: Iteration # 19 - FCN = 295271.3712846 Edm = 0.00181902 NCalls = 407 VariableMetric: Iteration # 20 - FCN = 295271.3687272 Edm = 0.000284387 NCalls = 409 VariableMetric: Iteration # 21 - FCN = 295271.3683694 Edm = 2.02779e-05 NCalls = 411 VariableMetric: After Hessian - FCN = 295271.3683694 Edm = 2.21788e-05 NCalls = 776 VariableMetric: Iteration # 22 - FCN = 295271.3683694 Edm = 2.21788e-05 NCalls = 776 VariableMetric: start iterating until Edm is < 0.0001 VariableMetric: Initial state - FCN = 295449.5676398 Edm = 0.432441 NCalls = 1 VariableMetric: Iteration # 0 - FCN = 295449.5676398 Edm = 0.432441 NCalls = 1 VariableMetric: Iteration # 1 - FCN = 295444.2831737 Edm = 0.167669 NCalls = 4 VariableMetric: Iteration # 2 - FCN = 295442.2099668 Edm = 1.83524 NCalls = 7 VariableMetric: Iteration # 3 - FCN = 295429.5608096 Edm = 8.32096 NCalls = 12 VariableMetric: Iteration # 4 - FCN = 295365.1925558 Edm = 0.949993 NCalls = 15 VariableMetric: Iteration # 5 - FCN = 295364.1155188 Edm = 0.0422034 NCalls = 17 VariableMetric: Iteration # 6 - FCN = 295362.5083478 Edm = 1.48388 NCalls = 21 VariableMetric: Iteration # 7 - FCN = 295317.8436804 Edm = 1.26864 NCalls = 25 VariableMetric: Iteration # 8 - FCN = 295316.7248945 Edm = 0.00859583 NCalls = 27 VariableMetric: Iteration # 9 - FCN = 295316.7146582 Edm = 0.00153057 NCalls = 29 VariableMetric: Iteration # 10 - FCN = 295316.4108069 Edm = 0.298866 NCalls = 35 VariableMetric: Iteration # 11 - FCN = 295310.2533718 Edm = 0.00566376 NCalls = 39 VariableMetric: Iteration # 12 - FCN = 295310.2353909 Edm = 0.0106623 NCalls = 41 VariableMetric: Iteration # 13 - FCN = 295306.3483303 Edm = 0.718965 NCalls = 47 VariableMetric: Iteration # 14 - FCN = 295305.4268224 Edm = 0.000575225 NCalls = 49 VariableMetric: Iteration # 15 - FCN = 295305.4257136 Edm = 0.000426812 NCalls = 51 VariableMetric: Iteration # 16 - FCN = 295305.402978 Edm = 0.0189313 NCalls = 56 VariableMetric: Iteration # 17 - FCN = 295303.9179648 Edm = 0.748725 NCalls = 61 VariableMetric: Iteration # 18 - FCN = 295302.5535687 Edm = 0.00785572 NCalls = 64 VariableMetric: Iteration # 19 - FCN = 295302.5459901 Edm = 5.41755e-05 NCalls = 65 VariableMetric: After Hessian - FCN = 295302.5459901 Edm = 1.61467 NCalls = 391 VariableMetric: Iteration # 20 - FCN = 295302.5459901 Edm = 1.61467 NCalls = 391 VariableMetric: Iteration # 21 - FCN = 295300.957713 Edm = 0.0828707 NCalls = 392 VariableMetric: Iteration # 22 - FCN = 295300.8966186 Edm = 0.0130339 NCalls = 394 VariableMetric: Iteration # 23 - FCN = 295300.8700451 Edm = 0.00260878 NCalls = 396 VariableMetric: Iteration # 24 - FCN = 295300.865987 Edm = 0.000283476 NCalls = 398 VariableMetric: Iteration # 25 - FCN = 295300.8655916 Edm = 3.59378e-05 NCalls = 400 VariableMetric: After Hessian - FCN = 295300.8655916 Edm = 5.40639e-05 NCalls = 730 VariableMetric: Iteration # 26 - FCN = 295300.8655916 Edm = 5.40639e-05 NCalls = 730 raremodel-nb.py:773: UserWarning: Creating legend with loc="best" can be slow with large amounts of data. plt.savefig('test.png') [0. 0.48795004 0.69006556 0.84515425 0.97590007 1.09108945 1.19522861 1.29099445 1.38013112 1.46385011 1.5430335 ] Step: 0/11 Current Ctt: 0.0 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.966E+05 | Ncalls=798 (798 total) | | EDM = 3.07E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296619.7529537121 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.463 | 0.020 | | | -2 | 2 | | | 1 | Ctt | 0.06 | 0.21 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.04 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 0.93 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.74 | 0.23 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.20 | 0.09 | | | -2 | 2 | | | 7 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.58 | 0.26 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.64 | 0.19 | | |-6.28319 | 6.28319 | | | 10| rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.051 | 0.032 | | |-6.28319 | 6.28319 | | | 12| phi_s | 18.7 | 1.1 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.97 | 0.11 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.460 | 0.024 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.44 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.74 | 0.21 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.88 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.35 | 0.14 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.33 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.018 0.005 0.225 0.021 0.093 0.020 -0.001 0.027 0.025 0.075 -0.011 -0.019 0.018 -0.088 0.018 0.000 -0.941 0.027 0.051 | | Ctt | 0.018 1.000 -0.365 -0.032 0.399 0.019 0.724 -0.001 -0.039 -0.165 0.139 0.174 -0.057 -0.284 0.249 0.204 -0.031 -0.110 0.015 0.308 | | p4160_p | 0.005 -0.365 1.000 -0.011 -0.535 -0.005 -0.006 -0.001 -0.111 0.020 -0.003 -0.168 -0.008 0.197 -0.051 -0.124 -0.005 -0.075 0.287 -0.199 | | rho_s | 0.225 -0.032 -0.011 1.000 0.002 0.537 -0.095 0.039 -0.003 -0.010 0.108 0.006 0.032 0.005 0.029 0.019 0.118 -0.201 -0.019 -0.008 | | p4040_s | 0.021 0.399 -0.535 0.002 1.000 0.011 0.098 -0.000 0.157 -0.210 0.050 0.093 -0.020 -0.137 0.020 0.197 -0.012 0.061 -0.213 -0.009 | | omega_p | 0.093 0.019 -0.005 0.537 0.011 1.000 0.027 0.484 0.006 0.004 0.154 0.001 0.017 -0.004 -0.016 0.007 0.043 -0.084 0.008 0.016 | | bplus_2 | 0.020 0.724 -0.006 -0.095 0.098 0.027 1.000 -0.003 -0.021 0.021 0.291 -0.023 -0.143 -0.106 0.110 -0.113 -0.089 -0.223 0.197 0.174 | | omega_s | -0.001 -0.001 -0.001 0.039 -0.000 0.484 -0.003 1.000 -0.001 -0.002 0.028 -0.002 0.001 -0.001 -0.008 0.000 -0.023 0.002 -0.002 -0.001 | | p3770_s | 0.027 -0.039 -0.111 -0.003 0.157 0.006 -0.021 -0.001 1.000 -0.103 0.034 -0.289 -0.021 -0.322 -0.018 0.059 -0.013 0.030 -0.048 0.028 | | p4040_p | 0.025 -0.165 0.020 -0.010 -0.210 0.004 0.021 -0.002 -0.103 1.000 0.040 -0.254 -0.027 0.157 -0.084 0.072 -0.017 -0.004 0.082 0.337 | | rho_p | 0.075 0.139 -0.003 0.108 0.050 0.154 0.291 0.028 0.034 0.040 1.000 0.003 -0.175 -0.029 -0.112 0.003 -0.244 -0.053 0.072 0.091 | | psi2s_p | -0.011 0.174 -0.168 0.006 0.093 0.001 -0.023 -0.002 -0.289 -0.254 0.003 1.000 -0.004 -0.206 -0.051 0.054 -0.004 0.053 -0.119 -0.067 | | phi_s | -0.019 -0.057 -0.008 0.032 -0.020 0.017 -0.143 0.001 -0.021 -0.027 -0.175 -0.004 1.000 0.006 0.043 0.003 0.628 0.010 -0.040 -0.043 | | p3770_p | 0.018 -0.284 0.197 0.005 -0.137 -0.004 -0.106 -0.001 -0.322 0.157 -0.029 -0.206 0.006 1.000 -0.095 -0.101 0.005 -0.029 0.080 -0.053 | | jpsi_p | -0.088 0.249 -0.051 0.029 0.020 -0.016 0.110 -0.008 -0.018 -0.084 -0.112 -0.051 0.043 -0.095 1.000 -0.040 0.024 -0.028 -0.012 -0.029 | | p4415_s | 0.018 0.204 -0.124 0.019 0.197 0.007 -0.113 0.000 0.059 0.072 0.003 0.054 0.003 -0.101 -0.040 1.000 0.002 0.127 -0.173 0.360 | | phi_p | 0.000 -0.031 -0.005 0.118 -0.012 0.043 -0.089 -0.023 -0.013 -0.017 -0.244 -0.004 0.628 0.005 0.024 0.002 1.000 -0.010 -0.025 -0.026 | | bplus_1 | -0.941 -0.110 -0.075 -0.201 0.061 -0.084 -0.223 0.002 0.030 -0.004 -0.053 0.053 0.010 -0.029 -0.028 0.127 -0.010 1.000 -0.053 0.032 | | p4415_p | 0.027 0.015 0.287 -0.019 -0.213 0.008 0.197 -0.002 -0.048 0.082 0.072 -0.119 -0.040 0.080 -0.012 -0.173 -0.025 -0.053 1.000 -0.116 | | p4160_s | 0.051 0.308 -0.199 -0.008 -0.009 0.016 0.174 -0.001 0.028 0.337 0.091 -0.067 -0.043 -0.053 -0.029 0.360 -0.026 0.032 -0.116 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.01980179566736595}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.2081032855864875}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09402218262414941}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3193664368003742}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.18085168342739616}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.2294481885304709}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.08663619092114361}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.5917467724123187}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.259718432157622}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.18716701353797704}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.3644350702669632}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03154351649610465}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.0770470778137913}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10615439948728955}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02391016824401282}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19607961723484424}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.20922708125464196}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03757500747099218}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.1416678675887153}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.17334287530278947})]) Step: 0/11 Current Ctt: 0.0 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.966E+05 | Ncalls=747 (747 total) | | EDM = 3.25E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296619.7992708013 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.463 | 0.020 | | | -2 | 2 | | | 1 | p4160_p | -2.03 | 0.09 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.74 | 0.23 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.91 | 0.17 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.22 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.58 | 0.26 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.63 | 0.19 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.050 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.8 | 1.1 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.96 | 0.10 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.461 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.43 | 0.19 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.74 | 0.21 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.88 | 0.04 | | | -2 | 2 | | | 17| p4415_p | -2.35 | 0.14 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.31 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.012 0.225 0.094 0.015 -0.004 -0.001 0.028 0.027 0.076 -0.015 -0.018 0.024 -0.095 0.014 0.000 -0.944 0.026 0.047 | | p4160_p | 0.012 1.000 -0.025 0.003 -0.455 0.402 -0.002 -0.135 -0.048 0.051 -0.113 -0.031 0.105 0.047 -0.060 -0.018 -0.125 0.316 -0.102 | | rho_s | 0.225 -0.025 1.000 0.540 0.016 -0.112 0.037 -0.005 -0.016 0.107 0.012 0.033 -0.005 0.041 0.026 0.122 -0.206 -0.020 0.001 | | omega_p | 0.094 0.003 0.540 1.000 0.003 0.018 0.468 0.006 0.008 0.159 -0.003 0.017 0.001 -0.022 0.003 0.045 -0.083 0.008 0.010 | | p4040_s | 0.015 -0.455 0.016 0.003 1.000 -0.302 0.000 0.189 -0.159 -0.005 0.026 0.003 -0.029 -0.090 0.132 0.000 0.115 -0.239 -0.151 | | bplus_2 | -0.004 0.402 -0.112 0.018 -0.302 1.000 -0.003 0.012 0.206 0.277 -0.219 -0.148 0.149 -0.103 -0.388 -0.097 -0.197 0.269 -0.074 | | omega_s | -0.001 -0.002 0.037 0.468 0.000 -0.003 1.000 -0.001 -0.002 0.027 -0.001 0.001 -0.002 -0.007 0.000 -0.022 0.002 -0.002 -0.001 | | p3770_s | 0.028 -0.135 -0.005 0.006 0.189 0.012 -0.001 1.000 -0.110 0.040 -0.290 -0.023 -0.349 -0.008 0.069 -0.014 0.026 -0.047 0.042 | | p4040_p | 0.027 -0.048 -0.016 0.008 -0.159 0.206 -0.002 -0.110 1.000 0.064 -0.233 -0.037 0.116 -0.043 0.109 -0.023 -0.022 0.086 0.414 | | rho_p | 0.076 0.051 0.107 0.159 -0.005 0.277 0.027 0.040 0.064 1.000 -0.022 -0.169 0.010 -0.153 -0.026 -0.241 -0.040 0.071 0.051 | | psi2s_p | -0.015 -0.113 0.012 -0.003 0.026 -0.219 -0.001 -0.290 -0.233 -0.022 1.000 0.006 -0.163 -0.098 0.021 0.001 0.075 -0.123 -0.129 | | phi_s | -0.018 -0.031 0.033 0.017 0.003 -0.148 0.001 -0.023 -0.037 -0.169 0.006 1.000 -0.010 0.059 0.015 0.627 0.004 -0.039 -0.027 | | p3770_p | 0.024 0.105 -0.005 0.001 -0.029 0.149 -0.002 -0.349 0.116 0.010 -0.163 -0.010 1.000 -0.025 -0.047 -0.004 -0.064 0.088 0.037 | | jpsi_p | -0.095 0.047 0.041 -0.022 -0.090 -0.103 -0.007 -0.008 -0.043 -0.153 -0.098 0.059 -0.025 1.000 -0.096 0.033 -0.001 -0.015 -0.114 | | p4415_s | 0.014 -0.060 0.026 0.003 0.132 -0.388 0.000 0.069 0.109 -0.026 0.021 0.015 -0.047 -0.096 1.000 0.008 0.154 -0.182 0.319 | | phi_p | 0.000 -0.018 0.122 0.045 0.000 -0.097 -0.022 -0.014 -0.023 -0.241 0.001 0.627 -0.004 0.033 0.008 1.000 -0.014 -0.024 -0.017 | | bplus_1 | -0.944 -0.125 -0.206 -0.083 0.115 -0.197 0.002 0.026 -0.022 -0.040 0.075 0.004 -0.064 -0.001 0.154 -0.014 1.000 -0.051 0.070 | | p4415_p | 0.026 0.316 -0.020 0.008 -0.239 0.269 -0.002 -0.047 0.086 0.071 -0.123 -0.039 0.088 -0.015 -0.182 -0.024 -0.051 1.000 -0.126 | | p4160_s | 0.047 -0.102 0.001 0.010 -0.151 -0.074 -0.001 0.042 0.414 0.051 -0.129 -0.027 0.037 -0.114 0.319 -0.017 0.070 -0.126 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.019732126461880828}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.08810315159134019}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3190969331397583}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.226801306873198}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1657670946004376}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.0595395540875121}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.5914038604484286}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25881575327343986}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.18849769251819026}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.36078539918781205}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.031101543459196357}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.0754592019840246}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10174871848535894}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02319700559501925}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.1919562895590219}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.20891126231349366}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03717597638946768}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.1426039002378796}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1647162769934276})]) Time taken: 5 min, 24 s Estimated time left: 59 min, 32 s Step: 1/11 Current Ctt: 0.4879500364742666 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.961E+05 | Ncalls=782 (782 total) | | EDM = 4.81E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296084.343314843 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.515 | 0.023 | | | -2 | 2 | | | 1 | Ctt | 0.24 | 0.20 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.01 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.9 | 0.3 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 0.78 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | -0.08 | 0.31 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.38 | 0.09 | | | -2 | 2 | | | 7 | omega_s | 6.5 | 1.1 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.41 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.82 | 0.22 | | |-6.28319 | 6.28319 | | | 10| rho_p | -0.030 | 0.208 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.105 | 0.031 | | |-6.28319 | 6.28319 | | | 12| phi_s | 17.4 | 1.4 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.79 | 0.11 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.528 | 0.024 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.20 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.23 | 0.34 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.95 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.47 | 0.17 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.26 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.027 0.000 0.155 0.019 -0.045 -0.073 -0.083 0.030 0.027 -0.076 -0.006 -0.012 0.011 -0.069 0.017 0.005 -0.945 0.027 0.052 | | Ctt | 0.027 1.000 -0.342 0.036 0.379 0.012 0.709 0.016 -0.057 -0.071 0.120 0.208 -0.036 -0.275 0.263 0.174 -0.013 -0.112 0.062 0.296 | | p4160_p | 0.000 -0.342 1.000 -0.007 -0.483 0.001 0.017 0.002 -0.094 -0.107 0.006 -0.167 -0.009 0.193 -0.043 -0.142 -0.007 -0.070 0.264 -0.182 | | rho_s | 0.155 0.036 -0.007 1.000 0.016 -0.072 0.051 -0.205 0.012 0.016 0.242 0.005 -0.004 -0.010 -0.030 0.008 0.003 -0.131 0.020 0.032 | | p4040_s | 0.019 0.379 -0.483 0.016 1.000 0.001 0.059 0.001 0.160 -0.173 0.023 0.139 -0.006 -0.159 0.030 0.169 -0.001 0.053 -0.186 -0.105 | | omega_p | -0.045 0.012 0.001 -0.072 0.001 1.000 0.045 0.556 0.003 0.005 0.143 -0.004 0.041 -0.005 -0.034 -0.005 0.015 0.046 0.008 0.007 | | bplus_2 | -0.073 0.709 0.017 0.051 0.059 0.045 1.000 0.063 -0.023 0.050 0.281 -0.001 -0.084 -0.095 0.130 -0.156 -0.035 -0.130 0.191 0.159 | | omega_s | -0.083 0.016 0.002 -0.205 0.001 0.556 0.063 1.000 0.003 0.006 0.436 -0.005 0.001 -0.007 -0.041 -0.008 -0.050 0.082 0.010 0.008 | | p3770_s | 0.030 -0.057 -0.094 0.012 0.160 0.003 -0.023 0.003 1.000 -0.055 0.028 -0.343 -0.015 -0.280 -0.027 0.056 -0.007 0.023 -0.030 0.028 | | p4040_p | 0.027 -0.071 -0.107 0.016 -0.173 0.005 0.050 0.006 -0.055 1.000 0.046 -0.241 -0.022 0.138 -0.071 0.119 -0.011 0.009 0.050 0.356 | | rho_p | -0.076 0.120 0.006 0.242 0.023 0.143 0.281 0.436 0.028 0.046 1.000 -0.002 0.017 -0.027 -0.114 -0.019 -0.031 0.081 0.066 0.072 | | psi2s_p | -0.006 0.208 -0.167 0.005 0.139 -0.004 -0.001 -0.005 -0.343 -0.241 -0.002 1.000 -0.007 -0.180 -0.041 0.063 -0.007 0.041 -0.103 -0.066 | | phi_s | -0.012 -0.036 -0.009 -0.004 -0.006 0.041 -0.084 0.001 -0.015 -0.022 0.017 -0.007 1.000 0.001 -0.001 0.006 0.822 0.011 -0.026 -0.026 | | p3770_p | 0.011 -0.275 0.193 -0.010 -0.159 -0.005 -0.095 -0.007 -0.280 0.138 -0.027 -0.180 0.001 1.000 -0.082 -0.100 -0.002 -0.028 0.063 -0.041 | | jpsi_p | -0.069 0.263 -0.043 -0.030 0.030 -0.034 0.130 -0.041 -0.027 -0.071 -0.114 -0.041 -0.001 -0.082 1.000 -0.041 -0.020 -0.042 -0.004 -0.023 | | p4415_s | 0.017 0.174 -0.142 0.008 0.169 -0.005 -0.156 -0.008 0.056 0.119 -0.019 0.063 0.006 -0.100 -0.041 1.000 0.003 0.123 -0.150 0.358 | | phi_p | 0.005 -0.013 -0.007 0.003 -0.001 0.015 -0.035 -0.050 -0.007 -0.011 -0.031 -0.007 0.822 -0.002 -0.020 0.003 1.000 -0.006 -0.012 -0.010 | | bplus_1 | -0.945 -0.112 -0.070 -0.131 0.053 0.046 -0.130 0.082 0.023 0.009 0.081 0.041 0.011 -0.028 -0.042 0.123 -0.006 1.000 -0.033 0.028 | | p4415_p | 0.027 0.062 0.264 0.020 -0.186 0.008 0.191 0.010 -0.030 0.050 0.066 -0.103 -0.026 0.063 -0.004 -0.150 -0.012 -0.033 1.000 -0.064 | | p4160_s | 0.052 0.296 -0.182 0.032 -0.105 0.007 0.159 0.008 0.028 0.356 0.072 -0.066 -0.026 -0.041 -0.023 0.358 -0.010 0.028 -0.064 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02322018050524055}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19954883551451186}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09475248760568267}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.31667304391647}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.18101707485630048}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.30891911640732994}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.09293800686633358}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.1199127160072249}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24856530795062515}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.2157309025940204}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.20835553717412658}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.0314017444357777}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.4448065088729667}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.11198676246566697}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023617505499539337}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.2009343601656397}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.3375922650437331}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.04267172968797861}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.170246940952685}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.17553958564101002})]) Step: 1/11 Current Ctt: 0.4879500364742666 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.961E+05 | Ncalls=732 (732 total) | | EDM = 4.74E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296085.0425468295 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.515 | 0.023 | | | -2 | 2 | | | 1 | p4160_p | -1.97 | 0.09 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 1.9 | 0.3 | | |0.0253049| 2.0747 | | | 3 | omega_p | -0.08 | 0.31 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.71 | 0.17 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.46 | 0.07 | | | -2 | 2 | | | 6 | omega_s | 6.5 | 1.1 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.44 | 0.25 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.81 | 0.24 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.06 | 0.21 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.098 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 17.4 | 1.5 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.76 | 0.11 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.536 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.17 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.23 | 0.34 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.94 | 0.04 | | | -2 | 2 | | | 17| p4415_p | -2.49 | 0.17 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.009 0.160 -0.045 0.008 -0.184 -0.084 0.031 0.028 -0.074 -0.014 -0.012 0.018 -0.079 0.010 0.005 -0.947 0.025 0.045 | | p4160_p | 0.009 1.000 0.005 0.005 -0.397 0.387 0.007 -0.119 -0.149 0.049 -0.105 -0.022 0.113 0.058 -0.105 -0.012 -0.118 0.306 -0.090 | | rho_s | 0.160 0.005 1.000 -0.078 0.003 0.022 -0.220 0.014 0.018 0.239 -0.002 -0.003 -0.001 -0.039 0.003 0.005 -0.133 0.017 0.022 | | omega_p | -0.045 0.005 -0.078 1.000 -0.003 0.053 0.553 0.003 0.006 0.131 -0.006 0.042 -0.002 -0.038 -0.007 0.016 0.047 0.007 0.004 | | p4040_s | 0.008 -0.397 0.003 -0.003 1.000 -0.320 -0.006 0.197 -0.166 -0.025 0.072 0.008 -0.071 -0.078 0.118 0.004 0.105 -0.227 -0.261 | | bplus_2 | -0.184 0.387 0.022 0.053 -0.320 1.000 0.076 0.028 0.141 0.283 -0.214 -0.082 0.143 -0.075 -0.401 -0.038 -0.021 0.198 -0.066 | | omega_s | -0.084 0.007 -0.220 0.553 -0.006 0.076 1.000 0.004 0.007 0.423 -0.008 0.001 -0.003 -0.046 -0.011 -0.049 0.085 0.009 0.004 | | p3770_s | 0.031 -0.119 0.014 0.003 0.197 0.028 0.004 1.000 -0.055 0.036 -0.349 -0.017 -0.313 -0.008 0.065 -0.008 0.017 -0.023 0.046 | | p4040_p | 0.028 -0.149 0.018 0.006 -0.166 0.141 0.007 -0.055 1.000 0.056 -0.236 -0.024 0.121 -0.051 0.132 -0.012 0.002 0.058 0.396 | | rho_p | -0.074 0.049 0.239 0.131 -0.025 0.283 0.423 0.036 0.056 1.000 -0.028 0.019 0.005 -0.154 -0.042 -0.032 0.092 0.059 0.041 | | psi2s_p | -0.014 -0.105 -0.002 -0.006 0.072 -0.214 -0.008 -0.349 -0.236 -0.028 1.000 0.000 -0.120 -0.099 0.032 -0.005 0.069 -0.122 -0.142 | | phi_s | -0.012 -0.022 -0.003 0.042 0.008 -0.082 0.001 -0.017 -0.024 0.019 0.000 1.000 -0.009 0.008 0.013 0.823 0.007 -0.024 -0.017 | | p3770_p | 0.018 0.113 -0.001 -0.002 -0.071 0.143 -0.003 -0.313 0.121 0.005 -0.120 -0.009 1.000 -0.009 -0.061 -0.006 -0.062 0.083 0.042 | | jpsi_p | -0.079 0.058 -0.039 -0.038 -0.078 -0.075 -0.046 -0.008 -0.051 -0.154 -0.099 0.008 -0.009 1.000 -0.091 -0.018 -0.014 -0.021 -0.106 | | p4415_s | 0.010 -0.105 0.003 -0.007 0.118 -0.401 -0.011 0.065 0.132 -0.042 0.032 0.013 -0.061 -0.091 1.000 0.005 0.146 -0.169 0.325 | | phi_p | 0.005 -0.012 0.005 0.016 0.004 -0.038 -0.049 -0.008 -0.012 -0.032 -0.005 0.823 -0.006 -0.018 0.005 1.000 -0.007 -0.011 -0.007 | | bplus_1 | -0.947 -0.118 -0.133 0.047 0.105 -0.021 0.085 0.017 0.002 0.092 0.069 0.007 -0.062 -0.014 0.146 -0.007 1.000 -0.023 0.063 | | p4415_p | 0.025 0.306 0.017 0.007 -0.227 0.198 0.009 -0.023 0.058 0.059 -0.122 -0.024 0.083 -0.021 -0.169 -0.011 -0.023 1.000 -0.073 | | p4160_s | 0.045 -0.090 0.022 0.004 -0.261 -0.066 0.004 0.046 0.396 0.041 -0.142 -0.017 0.042 -0.106 0.325 -0.007 0.063 -0.073 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02290688786320283}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09103906098580117}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3183547793205559}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.3077424503068906}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1673805402513983}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.06517362194005671}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.120922794471321}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24542616054876}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.23700421965719354}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.21082079915185226}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030833739007313454}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.4505022776120953}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10708955039182633}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02292984560196798}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19773551058242056}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.3396706940943055}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.04163701140370968}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.1744223974672443}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16671185975313318})]) Time taken: 10 min, 39 s Estimated time left: 53 min, 16 s Step: 2/11 Current Ctt: 0.6900655593423543 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.961E+05 | Ncalls=824 (824 total) | | EDM = 5.13E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296125.78164844203 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.414 | 0.018 | | | -2 | 2 | | | 1 | Ctt | 0.96 | 0.20 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.25 | 0.08 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.16 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.45 | 0.28 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.13 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.74 | 0.26 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.54 | 0.15 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.11 | 0.03 | | |-6.28319 | 6.28319 | | | 12| phi_s | 17.8 | 2.2 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -3.01 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.484 | 0.024 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.50 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.4 | 0.6 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.78 | 0.03 | | | -2 | 2 | | | 18| p4415_p | -2.65 | 0.14 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.65 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.020 0.024 0.202 0.028 0.133 0.090 0.021 0.041 0.034 -0.269 -0.003 -0.020 0.026 -0.101 0.004 -0.009 -0.938 0.041 0.058 | | Ctt | 0.020 1.000 -0.309 0.114 0.381 0.021 0.714 0.018 0.019 -0.192 0.026 0.256 -0.039 -0.262 0.246 0.154 -0.020 -0.099 0.067 0.326 | | p4160_p | 0.024 -0.309 1.000 0.008 -0.545 -0.006 0.043 0.005 -0.126 0.131 0.012 -0.191 -0.020 0.170 -0.058 -0.113 -0.017 -0.088 0.261 -0.207 | | rho_s | 0.202 0.114 0.008 1.000 0.052 0.236 0.229 0.026 0.038 0.030 -0.045 0.015 -0.170 -0.015 -0.084 -0.005 -0.186 -0.168 0.062 0.077 | | p4040_s | 0.028 0.381 -0.545 0.052 1.000 0.014 0.090 0.007 0.168 -0.212 -0.004 0.086 -0.017 -0.088 0.008 0.226 -0.010 0.068 -0.156 0.114 | | omega_p | 0.133 0.021 -0.006 0.236 0.014 1.000 0.026 -0.537 0.007 0.001 -0.381 0.001 0.083 -0.005 -0.026 0.007 0.084 -0.120 0.008 0.018 | | bplus_2 | 0.090 0.714 0.043 0.229 0.090 0.026 1.000 0.036 0.024 0.031 0.085 0.035 -0.112 -0.080 0.098 -0.170 -0.073 -0.285 0.167 0.149 | | omega_s | 0.021 0.018 0.005 0.026 0.007 -0.537 0.036 1.000 0.007 0.008 -0.122 0.005 -0.008 0.001 0.005 -0.002 0.013 -0.019 0.011 0.011 | | p3770_s | 0.041 0.019 -0.126 0.038 0.168 0.007 0.024 0.007 1.000 -0.127 0.002 -0.270 -0.022 -0.276 -0.015 0.072 -0.016 0.015 -0.026 0.065 | | p4040_p | 0.034 -0.192 0.131 0.030 -0.212 0.001 0.031 0.008 -0.127 1.000 0.009 -0.251 -0.026 0.155 -0.083 0.029 -0.020 -0.026 0.124 0.319 | | rho_p | -0.269 0.026 0.012 -0.045 -0.004 -0.381 0.085 -0.122 0.002 0.009 1.000 -0.005 -0.038 -0.005 -0.036 -0.024 -0.069 0.247 0.012 0.000 | | psi2s_p | -0.003 0.256 -0.191 0.015 0.086 0.001 0.035 0.005 -0.270 -0.251 -0.005 1.000 -0.013 -0.235 -0.040 0.079 -0.012 0.038 -0.093 -0.012 | | phi_s | -0.020 -0.039 -0.020 -0.170 -0.017 0.083 -0.112 -0.008 -0.022 -0.026 -0.038 -0.013 1.000 -0.005 -0.003 0.011 0.925 0.009 -0.035 -0.030 | | p3770_p | 0.026 -0.262 0.170 -0.015 -0.088 -0.005 -0.080 0.001 -0.276 0.155 -0.005 -0.235 -0.005 1.000 -0.089 -0.085 -0.006 -0.036 0.055 -0.051 | | jpsi_p | -0.101 0.246 -0.058 -0.084 0.008 -0.026 0.098 0.005 -0.015 -0.083 -0.036 -0.040 -0.003 -0.089 1.000 -0.039 -0.017 -0.013 -0.028 -0.030 | | p4415_s | 0.004 0.154 -0.113 -0.005 0.226 0.007 -0.170 -0.002 0.072 0.029 -0.024 0.079 0.011 -0.085 -0.039 1.000 0.008 0.141 -0.148 0.355 | | phi_p | -0.009 -0.020 -0.017 -0.186 -0.010 0.084 -0.073 0.013 -0.016 -0.020 -0.069 -0.012 0.925 -0.006 -0.017 0.008 1.000 -0.002 -0.025 -0.019 | | bplus_1 | -0.938 -0.099 -0.088 -0.168 0.068 -0.120 -0.285 -0.019 0.015 -0.026 0.247 0.038 0.009 -0.036 -0.013 0.141 -0.002 1.000 -0.022 0.044 | | p4415_p | 0.041 0.067 0.261 0.062 -0.156 0.008 0.167 0.011 -0.026 0.124 0.012 -0.093 -0.035 0.055 -0.028 -0.148 -0.025 -0.022 1.000 -0.068 | | p4160_s | 0.058 0.326 -0.207 0.077 0.114 0.018 0.149 0.011 0.065 0.319 0.000 -0.012 -0.030 -0.051 -0.030 0.355 -0.019 0.044 -0.068 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.017505230415211237}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19558789733068105}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.08253107807292004}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.4228050359452874}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1780830275418373}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.2815997589556627}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.07709684757010138}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.897996706711067}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25718151569758607}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.15355922180199189}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.367181522579338}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03170642794690348}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 2.1771964098861467}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.0957943753568038}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02364546573273829}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19846981727748947}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.5558358601822877}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.032822483252933354}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.1394300354294149}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.17821691171075793})]) Step: 2/11 Current Ctt: 0.6900655593423543 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.961E+05 | Ncalls=753 (753 total) | | EDM = 0.000105 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 296137.12069049774 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.416 | 0.017 | | | -2 | 2 | | | 1 | p4160_p | -2.13 | 0.09 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.43 | 0.26 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.86 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.39 | 0.05 | | | -2 | 2 | | | 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.80 | 0.25 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.39 | 0.20 | | |-6.28319 | 6.28319 | | | 9 | rho_p | 0.4 | 0.5 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.075 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.1 | 2.0 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.89 | 0.09 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.514 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.37 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.4 | 0.5 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.772 | 0.031 | | | -2 | 2 | | | 17| p4415_p | -2.72 | 0.15 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.38 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.023 0.249 0.172 0.021 -0.104 0.021 0.036 0.030 -0.271 -0.017 -0.022 0.026 -0.108 -0.005 -0.006 -0.938 0.036 0.049 | | p4160_p | 0.023 1.000 0.038 0.006 -0.493 0.396 0.006 -0.128 0.102 0.025 -0.127 -0.030 0.111 0.045 -0.125 -0.020 -0.130 0.301 -0.106 | | rho_s | 0.249 0.038 1.000 0.330 0.016 0.149 0.035 0.038 0.047 -0.062 -0.014 -0.155 0.008 -0.112 -0.024 -0.166 -0.200 0.052 0.046 | | omega_p | 0.172 0.006 0.330 1.000 0.008 0.002 -0.373 0.011 0.011 -0.449 -0.006 0.074 0.002 -0.039 -0.000 0.085 -0.152 0.014 0.017 | | p4040_s | 0.021 -0.493 0.016 0.008 1.000 -0.272 0.001 0.180 -0.165 -0.012 -0.027 -0.006 -0.016 -0.101 0.212 -0.005 0.120 -0.183 -0.017 | | bplus_2 | -0.104 0.396 0.149 0.002 -0.272 1.000 0.015 0.024 0.260 0.175 -0.218 -0.117 0.143 -0.075 -0.410 -0.080 -0.112 0.133 -0.107 | | omega_s | 0.021 0.006 0.035 -0.373 0.001 0.015 1.000 0.005 0.006 -0.081 0.001 -0.004 0.003 0.001 -0.003 0.012 -0.018 0.006 0.004 | | p3770_s | 0.036 -0.128 0.038 0.011 0.180 0.024 0.005 1.000 -0.131 0.007 -0.324 -0.023 -0.318 -0.007 0.068 -0.016 0.018 -0.018 0.060 | | p4040_p | 0.030 0.102 0.047 0.011 -0.165 0.260 0.006 -0.131 1.000 0.020 -0.224 -0.031 0.114 -0.011 0.022 -0.021 -0.056 0.163 0.415 | | rho_p | -0.271 0.025 -0.062 -0.449 -0.012 0.175 -0.081 0.007 0.020 1.000 -0.012 -0.071 0.000 -0.057 -0.031 -0.111 0.256 0.013 -0.002 | | psi2s_p | -0.017 -0.127 -0.014 -0.006 -0.027 -0.218 0.001 -0.324 -0.224 -0.012 1.000 -0.004 -0.140 -0.100 0.058 -0.008 0.078 -0.122 -0.118 | | phi_s | -0.022 -0.030 -0.155 0.074 -0.006 -0.117 -0.004 -0.023 -0.031 -0.071 -0.004 1.000 -0.012 0.010 0.019 0.908 0.005 -0.031 -0.021 | | p3770_p | 0.026 0.111 0.008 0.002 -0.016 0.143 0.003 -0.318 0.114 0.000 -0.140 -0.012 1.000 -0.021 -0.067 -0.009 -0.067 0.071 0.025 | | jpsi_p | -0.108 0.045 -0.112 -0.039 -0.101 -0.075 0.001 -0.007 -0.011 -0.057 -0.100 0.010 -0.021 1.000 -0.080 -0.012 0.005 -0.041 -0.111 | | p4415_s | -0.005 -0.125 -0.024 -0.000 0.212 -0.410 -0.003 0.068 0.022 -0.031 0.058 0.019 -0.067 -0.080 1.000 0.011 0.159 -0.182 0.323 | | phi_p | -0.006 -0.020 -0.166 0.085 -0.005 -0.080 0.012 -0.016 -0.021 -0.111 -0.008 0.908 -0.009 -0.012 0.011 1.000 -0.008 -0.021 -0.014 | | bplus_1 | -0.938 -0.130 -0.200 -0.152 0.120 -0.112 -0.018 0.018 -0.056 0.256 0.078 0.005 -0.067 0.005 0.159 -0.008 1.000 -0.001 0.077 | | p4415_p | 0.036 0.301 0.052 0.014 -0.183 0.133 0.006 -0.018 0.163 0.013 -0.122 -0.031 0.071 -0.041 -0.182 -0.021 -0.001 1.000 -0.051 | | p4160_s | 0.049 -0.106 0.046 0.017 -0.017 -0.107 0.004 0.060 0.415 -0.002 -0.118 -0.021 0.025 -0.111 0.323 -0.014 0.077 -0.051 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.016833365750200002}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.08616228008791627}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.4239860672335144}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.25620119627385707}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.16224270017184111}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.051157313422152684}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.5515261584541724}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24836210142553217}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.20005259831546396}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.5131199989686608}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03093538814180441}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 2.016355977442613}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09199663411901016}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02342696163062108}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19580793314564404}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.5022627256414545}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.030743729202862946}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.14837046799734188}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16302309483929478})]) Time taken: 16 min, 5 s Estimated time left: 48 min, 15 s Step: 3/11 Current Ctt: 0.8451542547285166 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.958E+05 | Ncalls=793 (793 total) | | EDM = 1.31E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295840.8667022007 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.423 | 0.018 | | | -2 | 2 | | | 1 | Ctt | 0.82 | 0.20 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.15 | 0.10 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.22 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.25 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 8.6 | 1.4 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.59 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.96 | 0.14 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.3 | 0.4 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.085 | 0.031 | | |-6.28319 | 6.28319 | | | 12| phi_s | 20 | 3 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.83 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.544 | 0.024 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.16 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.24 | 0.97 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.79 | 0.03 | | | -2 | 2 | | | 18| p4415_p | -2.26 | 0.18 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.11 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.023 0.016 0.201 0.015 0.095 0.015 -0.008 0.040 0.040 -0.200 -0.003 -0.003 0.018 -0.089 0.016 0.007 -0.937 0.033 0.054 | | Ctt | 0.023 1.000 -0.290 0.099 0.364 0.003 0.719 -0.015 -0.028 -0.032 0.076 0.250 -0.032 -0.248 0.259 0.201 -0.018 -0.108 0.031 0.315 | | p4160_p | 0.016 -0.290 1.000 0.003 -0.473 -0.010 0.046 -0.006 -0.099 -0.142 0.015 -0.174 -0.025 0.173 -0.042 -0.054 -0.023 -0.086 0.264 -0.173 | | rho_s | 0.201 0.099 0.003 1.000 0.028 0.259 0.180 0.044 0.031 0.043 0.158 0.013 -0.117 -0.018 -0.067 0.017 -0.121 -0.168 0.049 0.068 | | p4040_s | 0.015 0.364 -0.473 0.028 1.000 0.006 0.055 -0.002 0.170 -0.135 0.006 0.157 -0.002 -0.146 0.031 0.126 0.001 0.060 -0.199 -0.078 | | omega_p | 0.095 0.003 -0.010 0.259 0.006 1.000 -0.018 0.755 -0.002 -0.005 -0.229 -0.005 0.145 -0.006 -0.031 0.008 0.139 -0.087 -0.006 0.004 | | bplus_2 | 0.015 0.719 0.046 0.180 0.055 -0.018 1.000 -0.033 0.001 0.053 0.198 0.035 -0.102 -0.075 0.124 -0.112 -0.075 -0.223 0.221 0.146 | | omega_s | -0.008 -0.015 -0.006 0.044 -0.002 0.755 -0.033 1.000 -0.007 -0.011 0.068 -0.006 0.010 -0.002 -0.016 0.000 -0.007 0.008 -0.011 -0.010 | | p3770_s | 0.040 -0.028 -0.099 0.031 0.170 -0.002 0.001 -0.007 1.000 -0.037 0.017 -0.335 -0.025 -0.293 -0.024 0.058 -0.020 0.017 -0.036 0.051 | | p4040_p | 0.040 -0.032 -0.142 0.043 -0.135 -0.005 0.053 -0.011 -0.037 1.000 0.027 -0.219 -0.038 0.128 -0.076 0.136 -0.032 0.011 -0.007 0.342 | | rho_p | -0.200 0.076 0.015 0.158 0.006 -0.229 0.198 0.068 0.017 0.027 1.000 0.001 -0.079 -0.014 -0.070 -0.014 -0.098 0.189 0.044 0.034 | | psi2s_p | -0.003 0.250 -0.174 0.013 0.157 -0.005 0.035 -0.006 -0.335 -0.219 0.001 1.000 -0.021 -0.181 -0.031 0.053 -0.021 0.036 -0.099 -0.031 | | phi_s | -0.003 -0.032 -0.025 -0.117 -0.002 0.145 -0.102 0.010 -0.025 -0.038 -0.079 -0.021 1.000 -0.009 -0.057 0.002 0.973 -0.005 -0.036 -0.028 | | p3770_p | 0.018 -0.248 0.173 -0.018 -0.146 -0.006 -0.075 -0.002 -0.293 0.128 -0.014 -0.181 -0.009 1.000 -0.077 -0.087 -0.010 -0.038 0.079 -0.046 | | jpsi_p | -0.089 0.259 -0.042 -0.067 0.031 -0.031 0.124 -0.016 -0.024 -0.076 -0.070 -0.031 -0.057 -0.077 1.000 -0.040 -0.067 -0.026 0.003 -0.026 | | p4415_s | 0.016 0.201 -0.054 0.017 0.126 0.008 -0.112 0.000 0.058 0.136 -0.014 0.053 0.002 -0.087 -0.040 1.000 0.003 0.137 -0.157 0.348 | | phi_p | 0.007 -0.018 -0.023 -0.121 0.001 0.139 -0.075 -0.007 -0.020 -0.032 -0.098 -0.021 0.973 -0.010 -0.067 0.003 1.000 -0.015 -0.029 -0.020 | | bplus_1 | -0.937 -0.108 -0.086 -0.168 0.060 -0.087 -0.223 0.008 0.017 0.011 0.189 0.036 -0.005 -0.038 -0.026 0.137 -0.015 1.000 -0.072 0.045 | | p4415_p | 0.033 0.031 0.264 0.049 -0.199 -0.006 0.221 -0.011 -0.036 -0.007 0.044 -0.099 -0.036 0.079 0.003 -0.157 -0.029 -0.072 1.000 -0.168 | | p4160_s | 0.054 0.315 -0.173 0.068 -0.078 0.004 0.146 -0.010 0.051 0.342 0.034 -0.031 -0.028 -0.046 -0.026 0.348 -0.020 0.045 -0.168 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.01785422308434015}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19587774968635907}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09839151653655254}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.412377834912294}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1787445468313772}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.4086412349177193}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.07818893424721185}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.3886976337563839}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.2514133963305596}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.13828994536573558}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.36884340817424777}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.031447653741271786}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 3.323234037512375}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10381146548012565}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023779246012153532}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19844762046225473}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.969159871918468}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03337694642690414}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.1819862555535956}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.17922778226389902})]) Step: 3/11 Current Ctt: 0.8451542547285166 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.958E+05 | Ncalls=763 (763 total) | | EDM = 7.39E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295849.2009149966 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.424 | 0.017 | | | -2 | 2 | | | 1 | p4160_p | -2.03 | 0.10 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.96 | 0.17 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.48 | 0.05 | | | -2 | 2 | | | 6 | omega_s | 8.8 | 1.3 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.68 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.95 | 0.17 | | |-6.28319 | 6.28319 | | | 9 | rho_p | 0.12 | 0.49 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.058 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.9 | 3.1 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.73 | 0.10 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.570 | 0.024 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.01 | 0.19 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.027 | 0.907 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.781 | 0.031 | | | -2 | 2 | | | 17| p4415_p | -2.31 | 0.20 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 1.89 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.018 0.238 0.106 0.002 -0.186 -0.010 0.036 0.036 -0.179 -0.016 -0.025 0.022 -0.092 0.005 -0.013 -0.938 0.031 0.044 | | p4160_p | 0.018 1.000 0.021 -0.005 -0.381 0.374 -0.009 -0.109 -0.200 0.036 -0.110 -0.019 0.118 0.054 -0.046 -0.013 -0.129 0.300 -0.083 | | rho_s | 0.238 0.021 1.000 0.336 -0.007 0.084 0.029 0.029 0.039 0.169 -0.015 0.115 -0.001 -0.106 -0.003 0.117 -0.193 0.040 0.039 | | omega_p | 0.106 -0.005 0.336 1.000 0.004 -0.028 0.732 0.001 0.001 -0.180 -0.006 0.117 -0.004 -0.038 0.006 0.114 -0.094 0.000 0.007 | | p4040_s | 0.002 -0.381 -0.007 0.004 1.000 -0.317 0.003 0.193 -0.145 -0.024 0.095 0.007 -0.091 -0.070 0.069 0.004 0.111 -0.227 -0.272 | | bplus_2 | -0.186 0.374 0.084 -0.028 -0.317 1.000 -0.022 0.039 0.090 0.257 -0.214 -0.004 0.137 -0.073 -0.385 0.024 -0.037 0.255 -0.098 | | omega_s | -0.010 -0.009 0.029 0.732 0.003 -0.022 1.000 -0.007 -0.009 0.052 -0.003 0.014 -0.005 -0.014 0.003 -0.001 0.009 -0.009 -0.005 | | p3770_s | 0.036 -0.109 0.029 0.001 0.193 0.039 -0.007 1.000 -0.018 0.022 -0.372 -0.013 -0.330 -0.005 0.062 -0.007 0.013 -0.025 0.059 | | p4040_p | 0.036 -0.200 0.039 0.001 -0.145 0.090 -0.009 -0.018 1.000 0.032 -0.231 -0.017 0.111 -0.063 0.150 -0.009 0.015 -0.008 0.356 | | rho_p | -0.179 0.036 0.169 -0.180 -0.024 0.257 0.052 0.022 0.032 1.000 -0.026 0.198 -0.004 -0.139 -0.032 0.185 0.184 0.045 0.020 | | psi2s_p | -0.016 -0.110 -0.015 -0.006 0.095 -0.214 -0.003 -0.372 -0.231 -0.026 1.000 -0.017 -0.093 -0.090 0.014 -0.020 0.075 -0.121 -0.136 | | phi_s | -0.025 -0.019 0.115 0.117 0.007 -0.004 0.014 -0.013 -0.017 0.198 -0.017 1.000 -0.019 -0.098 0.004 0.967 0.033 -0.013 -0.005 | | p3770_p | 0.022 0.118 -0.001 -0.004 -0.091 0.137 -0.005 -0.330 0.111 -0.004 -0.093 -0.019 1.000 -0.011 -0.057 -0.017 -0.071 0.090 0.028 | | jpsi_p | -0.092 0.054 -0.106 -0.038 -0.070 -0.073 -0.014 -0.005 -0.063 -0.139 -0.090 -0.098 -0.011 1.000 -0.096 -0.116 -0.011 -0.003 -0.108 | | p4415_s | 0.005 -0.046 -0.003 0.006 0.069 -0.385 0.003 0.062 0.150 -0.032 0.014 0.004 -0.057 -0.096 1.000 0.000 0.169 -0.190 0.320 | | phi_p | -0.013 -0.013 0.117 0.114 0.004 0.024 -0.001 -0.007 -0.009 0.185 -0.020 0.967 -0.017 -0.116 0.000 1.000 0.024 -0.004 0.001 | | bplus_1 | -0.938 -0.129 -0.193 -0.094 0.111 -0.037 0.009 0.013 0.015 0.184 0.075 0.033 -0.071 -0.011 0.169 0.024 1.000 -0.059 0.080 | | p4415_p | 0.031 0.300 0.040 0.000 -0.227 0.255 -0.009 -0.025 -0.008 0.045 -0.121 -0.013 0.090 -0.003 -0.190 -0.004 -0.059 1.000 -0.153 | | p4160_s | 0.044 -0.083 0.039 0.007 -0.272 -0.098 -0.005 0.059 0.356 0.020 -0.136 -0.005 0.028 -0.108 0.320 0.001 0.080 -0.153 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.01709860718430889}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.10296988229207304}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.40990000061765075}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.38312398853333063}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.165461514529485}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.052622199678887815}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.329759199302968}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24198109001056256}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.17144399775506902}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.4851210931973835}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030730397809744403}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 3.079353096642472}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09914984030299712}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023535741115071396}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.1943117253886233}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.906606811305326}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.031220837688793912}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.20429303231228957}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16616990667428233})]) Time taken: 21 min, 31 s Estimated time left: 43 min, 3 s Step: 4/11 Current Ctt: 0.9759000729485332 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.956E+05 | Ncalls=802 (802 total) | | EDM = 3.03E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295603.5273547235 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.494 | 0.023 | | | -2 | 2 | | | 1 | Ctt | 1.13 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.21 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.14 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.20 | 0.43 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.21 | 0.09 | | | -2 | 2 | | | 7 | omega_s | 6.0 | 1.6 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.37 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.52 | 0.16 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.14 | 0.33 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.11 | 0.03 | | |-6.28319 | 6.28319 | | | 12| phi_s | 18.0 | 2.5 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.75 | 0.11 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.508 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.70 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.20 | 0.66 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.92 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.30 | 0.13 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.51 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.031 0.010 0.192 0.033 -0.071 0.018 -0.123 0.040 0.024 -0.133 0.005 -0.009 0.012 -0.069 0.028 0.003 -0.945 0.029 0.058 | | Ctt | 0.031 1.000 -0.304 0.074 0.381 0.007 0.699 0.009 -0.021 -0.191 0.104 0.274 -0.029 -0.239 0.251 0.204 -0.014 -0.099 0.003 0.316 | | p4160_p | 0.010 -0.304 1.000 0.001 -0.542 0.001 0.058 0.003 -0.106 0.125 0.016 -0.185 -0.018 0.184 -0.049 -0.054 -0.015 -0.079 0.286 -0.198 | | rho_s | 0.192 0.074 0.001 1.000 0.038 -0.063 0.136 -0.204 0.026 0.018 0.180 0.014 -0.009 -0.014 -0.051 0.017 -0.004 -0.162 0.036 0.054 | | p4040_s | 0.033 0.381 -0.542 0.038 1.000 0.000 0.074 -0.002 0.169 -0.224 0.030 0.087 -0.010 -0.114 0.007 0.195 -0.005 0.061 -0.217 0.096 | | omega_p | -0.071 0.007 0.001 -0.063 0.000 1.000 0.035 0.729 0.000 0.001 0.171 -0.005 0.060 -0.004 -0.038 -0.005 0.040 0.069 0.005 0.002 | | bplus_2 | 0.018 0.699 0.058 0.136 0.074 0.035 1.000 0.050 0.007 0.037 0.249 0.046 -0.074 -0.060 0.106 -0.119 -0.043 -0.209 0.202 0.131 | | omega_s | -0.123 0.009 0.003 -0.204 -0.002 0.729 0.050 1.000 0.000 0.003 0.459 -0.006 -0.014 -0.005 -0.042 -0.009 -0.047 0.118 0.007 0.001 | | p3770_s | 0.040 -0.021 -0.106 0.026 0.169 0.000 0.007 0.000 1.000 -0.105 0.027 -0.352 -0.018 -0.264 -0.031 0.064 -0.012 0.014 -0.035 0.062 | | p4040_p | 0.024 -0.191 0.125 0.018 -0.224 0.001 0.037 0.003 -0.105 1.000 0.027 -0.243 -0.020 0.181 -0.077 0.051 -0.015 -0.022 0.115 0.323 | | rho_p | -0.133 0.104 0.016 0.180 0.030 0.171 0.249 0.459 0.027 0.027 1.000 0.004 0.017 -0.018 -0.106 -0.010 -0.013 0.132 0.055 0.051 | | psi2s_p | 0.005 0.274 -0.185 0.014 0.087 -0.005 0.046 -0.006 -0.352 -0.243 0.004 1.000 -0.014 -0.163 -0.034 0.061 -0.012 0.027 -0.105 -0.010 | | phi_s | -0.009 -0.029 -0.018 -0.009 -0.010 0.060 -0.074 -0.014 -0.018 -0.020 0.017 -0.014 1.000 -0.004 -0.035 0.001 0.948 0.008 -0.027 -0.020 | | p3770_p | 0.012 -0.239 0.184 -0.014 -0.114 -0.004 -0.060 -0.005 -0.264 0.181 -0.018 -0.163 -0.004 1.000 -0.070 -0.087 -0.006 -0.037 0.092 -0.047 | | jpsi_p | -0.069 0.251 -0.049 -0.051 0.007 -0.038 0.106 -0.042 -0.031 -0.077 -0.106 -0.034 -0.035 -0.070 1.000 -0.041 -0.047 -0.034 -0.013 -0.029 | | p4415_s | 0.028 0.204 -0.054 0.017 0.195 -0.005 -0.119 -0.009 0.064 0.051 -0.010 0.061 0.001 -0.087 -0.041 1.000 0.002 0.118 -0.143 0.339 | | phi_p | 0.003 -0.014 -0.015 -0.004 -0.005 0.040 -0.043 -0.047 -0.012 -0.015 -0.013 -0.012 0.948 -0.006 -0.047 0.002 1.000 -0.004 -0.018 -0.011 | | bplus_1 | -0.945 -0.099 -0.079 -0.162 0.061 0.069 -0.209 0.118 0.014 -0.022 0.132 0.027 0.008 -0.037 -0.034 0.118 -0.004 1.000 -0.057 0.039 | | p4415_p | 0.029 0.003 0.286 0.036 -0.217 0.005 0.202 0.007 -0.035 0.115 0.055 -0.105 -0.027 0.092 -0.013 -0.143 -0.018 -0.057 1.000 -0.164 | | p4160_s | 0.058 0.316 -0.198 0.054 0.096 0.002 0.131 0.001 0.062 0.323 0.051 -0.010 -0.020 -0.047 -0.029 0.339 -0.011 0.039 -0.164 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02276186693483595}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19194076644783853}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.0868193136741644}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3736491543636384}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.17989747184300248}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.4306956189158506}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.09074991482416161}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.5873573835375727}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25175695187868485}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.156446847431307}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.33339424394557104}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03167937239233698}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 2.5008635198963347}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.11363733248372809}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023250476485702443}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.1970764252721683}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.662016544871594}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.04228621155686796}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.12787677892196414}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1802341739920963})]) Step: 4/11 Current Ctt: 0.9759000729485332 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.956E+05 | Ncalls=734 (734 total) | | EDM = 2.26E-06 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295620.20344397094 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.492 | 0.021 | | | -2 | 2 | | | 1 | p4160_p | -2.06 | 0.09 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.19 | 0.41 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.78 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.57 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 5.9 | 1.6 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.51 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.33 | 0.22 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.11 | 0.41 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.066 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.3 | 3.0 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.60 | 0.11 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.545 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.48 | 0.19 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.21 | 0.82 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.89 | 0.04 | | | -2 | 2 | | | 17| p4415_p | -2.33 | 0.14 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.20 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.013 0.240 -0.066 0.021 -0.258 -0.130 0.036 0.022 -0.090 -0.012 -0.010 0.016 -0.078 0.015 0.001 -0.944 0.027 0.044 | | p4160_p | 0.013 1.000 0.011 0.002 -0.491 0.387 0.007 -0.114 0.109 0.051 -0.114 -0.027 0.135 0.059 -0.046 -0.021 -0.123 0.322 -0.091 | | rho_s | 0.240 0.011 1.000 -0.093 0.016 0.005 -0.321 0.022 0.020 0.163 -0.002 0.013 -0.002 -0.046 0.007 0.025 -0.203 0.025 0.029 | | omega_p | -0.066 0.002 -0.093 1.000 -0.002 0.051 0.693 -0.000 0.002 0.086 -0.007 0.088 -0.004 -0.041 -0.006 0.075 0.066 0.003 0.000 | | p4040_s | 0.021 -0.491 0.016 -0.002 1.000 -0.269 -0.004 0.194 -0.181 0.001 -0.043 -0.003 -0.051 -0.107 0.165 -0.002 0.116 -0.233 -0.033 | | bplus_2 | -0.258 0.387 0.005 0.051 -0.269 1.000 0.092 0.043 0.259 0.285 -0.203 -0.068 0.133 -0.060 -0.380 -0.047 0.044 0.251 -0.099 | | omega_s | -0.130 0.007 -0.321 0.693 -0.004 0.092 1.000 0.001 0.006 0.357 -0.009 -0.012 -0.004 -0.047 -0.012 -0.038 0.126 0.007 -0.001 | | p3770_s | 0.036 -0.114 0.022 -0.000 0.194 0.043 0.001 1.000 -0.116 0.038 -0.409 -0.022 -0.295 -0.011 0.066 -0.016 0.011 -0.023 0.067 | | p4040_p | 0.022 0.109 0.020 0.002 -0.181 0.259 0.006 -0.116 1.000 0.054 -0.210 -0.025 0.147 0.001 0.059 -0.019 -0.056 0.154 0.419 | | rho_p | -0.090 0.051 0.163 0.086 0.001 0.285 0.357 0.038 0.054 1.000 -0.027 0.022 -0.002 -0.155 -0.034 0.001 0.108 0.062 0.033 | | psi2s_p | -0.012 -0.114 -0.002 -0.007 -0.043 -0.203 -0.009 -0.409 -0.210 -0.027 1.000 -0.013 -0.055 -0.098 0.016 -0.016 0.068 -0.122 -0.124 | | phi_s | -0.010 -0.027 0.013 0.088 -0.003 -0.068 -0.012 -0.022 -0.025 0.022 -0.013 1.000 -0.012 -0.054 0.008 0.964 0.006 -0.027 -0.014 | | p3770_p | 0.016 0.135 -0.002 -0.004 -0.051 0.133 -0.004 -0.295 0.147 -0.002 -0.055 -0.012 1.000 -0.006 -0.062 -0.011 -0.068 0.098 0.022 | | jpsi_p | -0.078 0.059 -0.046 -0.041 -0.107 -0.060 -0.047 -0.011 0.001 -0.155 -0.098 -0.054 -0.006 1.000 -0.099 -0.067 -0.019 -0.003 -0.106 | | p4415_s | 0.015 -0.046 0.007 -0.006 0.165 -0.380 -0.012 0.066 0.059 -0.034 0.016 0.008 -0.062 -0.099 1.000 0.005 0.151 -0.175 0.307 | | phi_p | 0.001 -0.021 0.025 0.075 -0.002 -0.047 -0.038 -0.016 -0.019 0.001 -0.016 0.964 -0.011 -0.067 0.005 1.000 -0.003 -0.020 -0.009 | | bplus_1 | -0.944 -0.123 -0.203 0.066 0.116 0.044 0.126 0.011 -0.056 0.108 0.068 0.006 -0.068 -0.019 0.151 -0.003 1.000 -0.051 0.070 | | p4415_p | 0.027 0.322 0.025 0.003 -0.233 0.251 0.007 -0.023 0.154 0.062 -0.122 -0.027 0.098 -0.003 -0.175 -0.020 -0.051 1.000 -0.135 | | p4160_s | 0.044 -0.091 0.029 0.000 -0.033 -0.099 -0.001 0.067 0.419 0.033 -0.124 -0.014 0.022 -0.106 0.307 -0.009 0.070 -0.135 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02123980036255224}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09285819283099972}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.37307897093723574}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.40615901135103094}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.16262917057611082}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.0627673186512333}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.5647003556223753}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.23826329714861472}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.2214006513419624}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.4053693452962155}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030669988382986624}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 2.964762721420046}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10643839898208385}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023079777116061795}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19153136492147216}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.8243966500712623}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.0384388004273295}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.14316278741482225}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16435098064758646})]) Time taken: 26 min, 58 s Estimated time left: 37 min, 45 s Step: 5/11 Current Ctt: 1.0910894511799618 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.957E+05 | Ncalls=806 (806 total) | | EDM = 9.45E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295733.4673761674 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.474 | 0.021 | | | -2 | 2 | | | 1 | Ctt | 0.86 | 0.20 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.19 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.9 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.07 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.8 | 1.0 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.30 | 0.09 | | | -2 | 2 | | | 7 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.05 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.40 | 0.17 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.14 | 0.23 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.078 | 0.031 | | |-6.28319 | 6.28319 | | | 12| phi_s | 20.1 | 1.1 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.79 | 0.13 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.537 | 0.024 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.22 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.62 | 0.22 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.88 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.52 | 0.17 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.33 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.033 0.011 0.115 0.034 -0.011 -0.020 -0.029 0.035 0.022 -0.081 0.001 -0.012 0.012 -0.075 0.013 0.018 -0.942 0.034 0.056 | | Ctt | 0.033 1.000 -0.310 0.049 0.383 -0.016 0.706 -0.019 -0.035 -0.227 0.108 0.260 -0.057 -0.254 0.263 0.172 -0.022 -0.108 0.064 0.318 | | p4160_p | 0.011 -0.310 1.000 -0.007 -0.544 -0.014 0.047 -0.014 -0.106 0.177 0.009 -0.187 -0.015 0.187 -0.047 -0.108 -0.007 -0.081 0.263 -0.196 | | rho_s | 0.115 0.049 -0.007 1.000 0.027 0.490 0.086 0.398 0.011 0.003 0.423 0.001 -0.067 -0.015 -0.075 0.005 -0.179 -0.093 0.022 0.034 | | p4040_s | 0.034 0.383 -0.544 0.027 1.000 -0.007 0.091 -0.009 0.152 -0.228 0.040 0.062 -0.026 -0.102 0.007 0.234 -0.011 0.062 -0.161 0.134 | | omega_p | -0.011 -0.016 -0.014 0.490 -0.007 1.000 -0.040 0.959 -0.012 -0.014 0.169 -0.015 0.033 -0.006 -0.054 0.004 -0.138 0.010 -0.017 -0.012 | | bplus_2 | -0.020 0.706 0.047 0.086 0.091 -0.040 1.000 -0.043 -0.013 0.023 0.246 0.037 -0.142 -0.072 0.125 -0.166 -0.073 -0.183 0.185 0.133 | | omega_s | -0.029 -0.019 -0.014 0.398 -0.009 0.959 -0.043 1.000 -0.013 -0.015 0.231 -0.015 0.025 -0.005 -0.053 0.003 -0.163 0.026 -0.019 -0.014 | | p3770_s | 0.035 -0.035 -0.106 0.011 0.152 -0.012 -0.013 -0.013 1.000 -0.122 0.023 -0.349 -0.023 -0.260 -0.030 0.064 -0.010 0.022 -0.030 0.050 | | p4040_p | 0.022 -0.227 0.177 0.003 -0.228 -0.014 0.023 -0.015 -0.122 1.000 0.020 -0.252 -0.022 0.192 -0.075 0.008 -0.011 -0.029 0.129 0.305 | | rho_p | -0.081 0.108 0.009 0.423 0.040 0.169 0.246 0.231 0.023 0.020 1.000 0.002 -0.118 -0.022 -0.112 -0.019 -0.276 0.084 0.054 0.055 | | psi2s_p | 0.001 0.260 -0.187 0.001 0.062 -0.015 0.037 -0.015 -0.349 -0.252 0.002 1.000 -0.009 -0.194 -0.030 0.073 -0.003 0.032 -0.092 -0.018 | | phi_s | -0.012 -0.057 -0.015 -0.067 -0.026 0.033 -0.142 0.025 -0.023 -0.022 -0.118 -0.009 1.000 0.005 0.035 0.010 0.641 0.004 -0.039 -0.038 | | p3770_p | 0.012 -0.254 0.187 -0.015 -0.102 -0.006 -0.072 -0.005 -0.260 0.192 -0.022 -0.194 0.005 1.000 -0.073 -0.095 0.004 -0.035 0.066 -0.048 | | jpsi_p | -0.075 0.263 -0.047 -0.075 0.007 -0.054 0.125 -0.053 -0.030 -0.075 -0.112 -0.030 0.035 -0.073 1.000 -0.039 0.025 -0.035 -0.009 -0.023 | | p4415_s | 0.013 0.172 -0.108 0.005 0.234 0.004 -0.166 0.003 0.064 0.008 -0.019 0.073 0.010 -0.095 -0.039 1.000 0.006 0.134 -0.142 0.357 | | phi_p | 0.018 -0.022 -0.007 -0.179 -0.011 -0.138 -0.073 -0.163 -0.010 -0.011 -0.276 -0.003 0.641 0.004 0.025 0.006 1.000 -0.027 -0.018 -0.017 | | bplus_1 | -0.942 -0.108 -0.081 -0.093 0.062 0.010 -0.183 0.026 0.022 -0.029 0.084 0.032 0.004 -0.035 -0.035 0.134 -0.027 1.000 -0.035 0.041 | | p4415_p | 0.034 0.064 0.263 0.022 -0.161 -0.017 0.185 -0.019 -0.030 0.129 0.054 -0.092 -0.039 0.066 -0.009 -0.142 -0.018 -0.035 1.000 -0.095 | | p4160_s | 0.056 0.318 -0.196 0.034 0.134 -0.012 0.133 -0.014 0.050 0.305 0.055 -0.018 -0.038 -0.048 -0.023 0.357 -0.017 0.041 -0.095 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02091191772933354}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19508613709007738}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09229255386010093}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3918960517825929}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.17573897894010787}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.9829919662147444}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.08641878099386102}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 4.359872001908477}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.2532133352920317}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.16947150200354444}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.22690037407876806}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.031364828417721036}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.145606525663558}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.12909073411667293}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02355731272658179}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20286904646740855}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.22369785009684984}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03892157952323749}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.17136348674889845}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.17929274617543856})]) Step: 5/11 Current Ctt: 1.0910894511799618 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.957E+05 | Ncalls=765 (765 total) | | EDM = 0.000685 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | False | False | True | ------------------------------------------------------------------ Function minimum: 295742.8918259566 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.470 | 0.020 | | | -2 | 2 | | | 1 | p4160_p | -2.06 | 0.10 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 1.7 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.8 | 1.1 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.81 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.57 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 8 | 5 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.16 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.22 | 0.22 | | |-6.28319 | 6.28319 | | | 9 | rho_p | 0.004 | 0.268 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.048 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 20.4 | 1.1 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.65 | 0.12 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.566 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.09 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.65 | 0.22 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.86 | 0.04 | | | -2 | 2 | | | 17| p4415_p | -2.60 | 0.19 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.09 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.016 0.142 0.003 0.023 -0.244 -0.016 0.034 0.024 -0.054 -0.016 -0.016 0.017 -0.089 -0.000 0.015 -0.941 0.030 0.044 | | p4160_p | 0.016 1.000 0.005 -0.014 -0.488 0.386 -0.016 -0.119 0.150 0.043 -0.116 -0.033 0.130 0.059 -0.120 -0.014 -0.128 0.306 -0.098 | | rho_s | 0.142 0.005 1.000 0.592 0.013 0.041 0.502 0.013 0.012 0.466 -0.016 -0.067 -0.008 -0.107 -0.005 -0.196 -0.111 0.019 0.022 | | omega_p | 0.003 -0.014 0.592 1.000 -0.001 -0.014 0.969 -0.010 -0.011 0.263 -0.017 0.015 -0.011 -0.080 0.004 -0.185 -0.001 -0.009 -0.003 | | p4040_s | 0.023 -0.488 0.013 -0.001 1.000 -0.246 -0.003 0.179 -0.159 0.008 -0.069 -0.010 -0.024 -0.110 0.218 -0.006 0.116 -0.179 0.026 | | bplus_2 | -0.244 0.386 0.041 -0.014 -0.246 1.000 -0.014 0.032 0.278 0.259 -0.205 -0.143 0.138 -0.060 -0.409 -0.092 0.025 0.155 -0.109 | | omega_s | -0.016 -0.016 0.502 0.969 -0.003 -0.014 1.000 -0.012 -0.013 0.295 -0.017 0.009 -0.011 -0.077 0.004 -0.204 0.016 -0.012 -0.005 | | p3770_s | 0.034 -0.119 0.013 -0.010 0.179 0.032 -0.012 1.000 -0.137 0.032 -0.398 -0.028 -0.295 -0.010 0.066 -0.013 0.016 -0.014 0.063 | | p4040_p | 0.024 0.150 0.012 -0.011 -0.159 0.278 -0.013 -0.137 1.000 0.047 -0.206 -0.034 0.149 0.010 0.002 -0.016 -0.069 0.175 0.409 | | rho_p | -0.054 0.043 0.466 0.263 0.008 0.259 0.295 0.032 0.047 1.000 -0.031 -0.134 -0.002 -0.170 -0.043 -0.315 0.075 0.049 0.031 | | psi2s_p | -0.016 -0.116 -0.016 -0.017 -0.069 -0.205 -0.017 -0.398 -0.206 -0.031 1.000 0.007 -0.091 -0.093 0.045 0.004 0.072 -0.120 -0.123 | | phi_s | -0.016 -0.033 -0.067 0.015 -0.010 -0.143 0.009 -0.028 -0.034 -0.134 0.007 1.000 -0.005 0.057 0.024 0.627 0.001 -0.036 -0.024 | | p3770_p | 0.017 0.130 -0.008 -0.011 -0.024 0.138 -0.011 -0.295 0.149 -0.002 -0.091 -0.005 1.000 -0.003 -0.075 0.001 -0.069 0.081 0.026 | | jpsi_p | -0.089 0.059 -0.107 -0.080 -0.110 -0.060 -0.077 -0.010 0.010 -0.170 -0.093 0.057 -0.003 1.000 -0.088 0.045 -0.012 -0.026 -0.107 | | p4415_s | -0.000 -0.120 -0.005 0.004 0.218 -0.409 0.004 0.066 0.002 -0.043 0.045 0.024 -0.075 -0.088 1.000 0.012 0.160 -0.174 0.324 | | phi_p | 0.015 -0.014 -0.196 -0.185 -0.006 -0.092 -0.204 -0.013 -0.016 -0.315 0.004 0.627 0.001 0.045 0.012 1.000 -0.028 -0.018 -0.013 | | bplus_1 | -0.941 -0.128 -0.111 -0.001 0.116 0.025 0.016 0.016 -0.069 0.075 0.072 0.001 -0.069 -0.012 0.160 -0.028 1.000 -0.014 0.076 | | p4415_p | 0.030 0.306 0.019 -0.009 -0.179 0.155 -0.012 -0.014 0.175 0.049 -0.120 -0.036 0.081 -0.026 -0.174 -0.018 -0.014 1.000 -0.076 | | p4160_s | 0.044 -0.098 0.022 -0.003 0.026 -0.109 -0.005 0.063 0.409 0.031 -0.123 -0.024 0.026 -0.107 0.324 -0.013 0.076 -0.076 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.019687365969418114}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09660215087664259}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.43601391424597147}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 1.1265122594288552}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.15922395782600757}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.05948163859157818}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 4.546765260544424}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24256020563843805}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.2161112232845297}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.2680327093496526}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030525683550785665}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.1437521635291006}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.12078704090614067}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023245132140198965}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19951981701370625}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.2224346699905131}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03579435227975736}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.18701457959203283}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1648449490221412})]) Time taken: 32 min, 33 s Estimated time left: 32 min, 33 s Step: 6/11 Current Ctt: 1.1952286093343936 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.954E+05 | Ncalls=783 (783 total) | | EDM = 3.41E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295425.91608854797 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.479 | 0.021 | | | -2 | 2 | | | 1 | Ctt | 0.85 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -1.98 | 0.10 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.029 | 0.367 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.32 | 0.09 | | | -2 | 2 | | | 7 | omega_s | 5.9 | 1.4 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.33 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.70 | 0.20 | | |-6.28319 | 6.28319 | | | 10| rho_p | -0.26 | 0.50 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.099 | 0.032 | | |-6.28319 | 6.28319 | | | 12| phi_s | 18.7 | 1.5 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.75 | 0.11 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.471 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.16 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.22 | 0.34 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.91 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.33 | 0.18 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.022 0.004 0.268 0.021 -0.056 -0.046 -0.138 0.035 0.027 -0.091 0.001 -0.014 0.013 -0.069 0.020 0.014 -0.944 0.026 0.052 | | Ctt | 0.022 1.000 -0.335 0.032 0.379 0.008 0.689 0.014 -0.045 -0.117 0.126 0.259 -0.038 -0.252 0.243 0.198 -0.010 -0.094 0.025 0.271 | | p4160_p | 0.004 -0.335 1.000 -0.011 -0.504 0.001 0.039 0.005 -0.097 -0.044 0.008 -0.172 -0.009 0.185 -0.040 -0.110 -0.007 -0.083 0.282 -0.138 | | rho_s | 0.268 0.032 -0.011 1.000 0.023 -0.136 0.015 -0.411 0.014 0.012 0.049 0.013 -0.009 -0.007 -0.004 0.021 0.033 -0.236 0.013 0.032 | | p4040_s | 0.021 0.379 -0.504 0.023 1.000 0.000 0.050 -0.002 0.165 -0.184 0.029 0.121 -0.009 -0.141 0.014 0.170 -0.001 0.065 -0.207 -0.096 | | omega_p | -0.056 0.008 0.001 -0.136 0.000 1.000 0.036 0.633 0.001 0.003 0.021 -0.003 0.037 -0.003 -0.027 -0.004 0.013 0.055 0.006 0.004 | | bplus_2 | -0.046 0.689 0.039 0.015 0.050 0.036 1.000 0.068 -0.008 0.049 0.293 0.031 -0.087 -0.068 0.100 -0.137 -0.030 -0.155 0.204 0.147 | | omega_s | -0.138 0.014 0.005 -0.411 -0.002 0.633 0.068 1.000 0.001 0.005 0.335 -0.005 -0.000 -0.005 -0.041 -0.011 -0.055 0.131 0.010 0.004 | | p3770_s | 0.035 -0.045 -0.097 0.014 0.165 0.001 -0.008 0.001 1.000 -0.066 0.032 -0.362 -0.016 -0.264 -0.035 0.056 -0.006 0.018 -0.031 0.033 | | p4040_p | 0.027 -0.117 -0.044 0.012 -0.184 0.003 0.049 0.005 -0.066 1.000 0.043 -0.241 -0.020 0.160 -0.077 0.099 -0.009 -0.004 0.061 0.351 | | rho_p | -0.091 0.126 0.008 0.049 0.029 0.021 0.293 0.335 0.032 0.043 1.000 0.007 -0.017 -0.023 -0.112 -0.010 -0.061 0.095 0.067 0.073 | | psi2s_p | 0.001 0.259 -0.172 0.013 0.121 -0.003 0.031 -0.005 -0.362 -0.241 0.007 1.000 -0.009 -0.168 -0.041 0.060 -0.006 0.032 -0.100 -0.056 | | phi_s | -0.014 -0.038 -0.009 -0.009 -0.009 0.037 -0.087 -0.000 -0.016 -0.020 -0.017 -0.009 1.000 0.001 -0.001 0.002 0.830 0.012 -0.026 -0.027 | | p3770_p | 0.013 -0.252 0.185 -0.007 -0.141 -0.003 -0.068 -0.005 -0.264 0.160 -0.023 -0.168 0.001 1.000 -0.073 -0.092 -0.002 -0.037 0.081 -0.020 | | jpsi_p | -0.069 0.243 -0.040 -0.004 0.014 -0.027 0.100 -0.041 -0.035 -0.077 -0.112 -0.041 -0.001 -0.073 1.000 -0.042 -0.022 -0.036 -0.008 -0.037 | | p4415_s | 0.020 0.198 -0.110 0.021 0.170 -0.004 -0.137 -0.011 0.056 0.099 -0.010 0.060 0.002 -0.092 -0.042 1.000 0.002 0.126 -0.146 0.352 | | phi_p | 0.014 -0.010 -0.007 0.033 -0.001 0.013 -0.030 -0.055 -0.006 -0.009 -0.061 -0.006 0.830 -0.002 -0.022 0.002 1.000 -0.013 -0.010 -0.008 | | bplus_1 | -0.944 -0.094 -0.083 -0.236 0.065 0.055 -0.155 0.131 0.018 -0.004 0.095 0.032 0.012 -0.037 -0.036 0.126 -0.013 1.000 -0.051 0.031 | | p4415_p | 0.026 0.025 0.282 0.013 -0.207 0.006 0.204 0.010 -0.031 0.061 0.067 -0.100 -0.026 0.081 -0.008 -0.146 -0.010 -0.051 1.000 -0.097 | | p4160_s | 0.052 0.271 -0.138 0.032 -0.096 0.004 0.147 0.004 0.033 0.351 0.073 -0.056 -0.027 -0.020 -0.037 0.352 -0.008 0.031 -0.097 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02084993124895318}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.1897620975833061}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09696305997607757}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3687451346460863}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.18110358576739272}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.36725473222834326}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.08551564819825352}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.4148658178258793}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24794327199135857}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.20068794727952888}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.49944157262692057}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03159173003593452}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.539258747439682}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.11462479607794474}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023142814916292664}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20067322193271864}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.34325138431447133}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03987160574096049}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.17904652361044926}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1745341857030831})]) Step: 6/11 Current Ctt: 1.1952286093343936 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.954E+05 | Ncalls=729 (729 total) | | EDM = 5.15E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295435.665200786 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.477 | 0.020 | | | -2 | 2 | | | 1 | p4160_p | -1.83 | 0.10 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.029 | 0.360 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.56 | 0.17 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.58 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 5.9 | 1.4 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.45 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.61 | 0.29 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.6 | 0.6 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.069 | 0.031 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.9 | 1.6 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.62 | 0.11 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.498 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.00 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.22 | 0.36 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.90 | 0.04 | | | -2 | 2 | | | 17| p4415_p | -2.38 | 0.20 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.00 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.007 0.286 -0.046 0.011 -0.259 -0.130 0.033 0.024 -0.011 -0.011 -0.015 0.016 -0.076 0.009 0.013 -0.944 0.024 0.042 | | p4160_p | 0.007 1.000 -0.015 0.003 -0.420 0.385 0.010 -0.114 -0.086 0.050 -0.095 -0.021 0.123 0.065 -0.103 -0.010 -0.128 0.318 -0.025 | | rho_s | 0.286 -0.015 1.000 -0.097 0.016 -0.137 -0.464 0.003 -0.003 0.047 0.011 0.004 -0.001 0.031 0.023 0.057 -0.257 -0.005 0.008 | | omega_p | -0.046 0.003 -0.097 1.000 -0.002 0.042 0.616 0.001 0.004 -0.044 -0.005 0.041 -0.002 -0.027 -0.005 0.021 0.046 0.004 0.002 | | p4040_s | 0.011 -0.420 0.016 -0.002 1.000 -0.309 -0.007 0.200 -0.185 -0.016 0.031 0.005 -0.081 -0.092 0.129 0.002 0.117 -0.238 -0.274 | | bplus_2 | -0.259 0.385 -0.137 0.042 -0.309 1.000 0.105 0.043 0.195 0.286 -0.207 -0.079 0.135 -0.072 -0.385 -0.035 0.044 0.228 -0.010 | | omega_s | -0.130 0.010 -0.464 0.616 -0.007 0.105 1.000 0.004 0.009 0.199 -0.009 -0.001 -0.003 -0.050 -0.014 -0.052 0.126 0.011 0.005 | | p3770_s | 0.033 -0.114 0.003 0.001 0.200 0.043 0.004 1.000 -0.070 0.045 -0.400 -0.019 -0.299 -0.013 0.061 -0.008 0.013 -0.018 0.037 | | p4040_p | 0.024 -0.086 -0.003 0.004 -0.185 0.195 0.009 -0.070 1.000 0.066 -0.235 -0.025 0.135 -0.033 0.107 -0.010 -0.022 0.093 0.410 | | rho_p | -0.011 0.050 0.047 -0.044 -0.016 0.286 0.199 0.045 0.066 1.000 -0.026 -0.019 0.002 -0.159 -0.037 -0.049 0.037 0.070 0.057 | | psi2s_p | -0.011 -0.095 0.011 -0.005 0.031 -0.207 -0.009 -0.400 -0.235 -0.026 1.000 -0.000 -0.071 -0.102 0.022 -0.005 0.069 -0.122 -0.155 | | phi_s | -0.015 -0.021 0.004 0.041 0.005 -0.079 -0.001 -0.019 -0.025 -0.019 -0.000 1.000 -0.007 0.006 0.011 0.838 0.010 -0.025 -0.020 | | p3770_p | 0.016 0.123 -0.001 -0.002 -0.081 0.135 -0.003 -0.299 0.135 0.002 -0.071 -0.007 1.000 -0.009 -0.063 -0.005 -0.068 0.090 0.052 | | jpsi_p | -0.076 0.065 0.031 -0.027 -0.092 -0.072 -0.050 -0.013 -0.033 -0.159 -0.102 0.006 -0.009 1.000 -0.093 -0.023 -0.020 -0.012 -0.095 | | p4415_s | 0.009 -0.103 0.023 -0.005 0.129 -0.385 -0.014 0.061 0.107 -0.037 0.022 0.011 -0.063 -0.093 1.000 0.005 0.155 -0.172 0.310 | | phi_p | 0.013 -0.010 0.057 0.021 0.002 -0.035 -0.052 -0.008 -0.010 -0.049 -0.005 0.838 -0.005 -0.023 0.005 1.000 -0.014 -0.010 -0.007 | | bplus_1 | -0.944 -0.128 -0.257 0.046 0.117 0.044 0.126 0.013 -0.022 0.037 0.069 0.010 -0.068 -0.020 0.155 -0.014 1.000 -0.040 0.048 | | p4415_p | 0.024 0.318 -0.005 0.004 -0.238 0.228 0.011 -0.018 0.093 0.070 -0.122 -0.025 0.090 -0.012 -0.172 -0.010 -0.040 1.000 -0.051 | | p4160_s | 0.042 -0.025 0.008 0.002 -0.274 -0.010 0.005 0.037 0.410 0.057 -0.155 -0.020 0.052 -0.095 0.310 -0.007 0.048 -0.051 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.019730944174251475}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09845206179812749}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3676777198513247}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.3603894563222836}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.16650726873149044}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.061144640073156675}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.4147442651891025}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.23772385621705583}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.2948901006501252}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.5595829592903536}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030779394803323257}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.589317292945788}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10763765591332963}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.022901738020967066}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19599258622042787}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.35772123919997734}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03697181693952645}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.20318162014359697}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16467858814767022})]) Time taken: 38 min, 3 s Estimated time left: 27 min, 11 s Step: 7/11 Current Ctt: 1.2909944487358056 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.955E+05 | Ncalls=802 (802 total) | | EDM = 3.2E-06 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295477.07613508997 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.413 | 0.018 | | | -2 | 2 | | | 1 | Ctt | 1.46 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.09 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.4 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.00 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.3 | 0.6 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.22 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 5 | 3 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.56 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.60 | 0.18 | | |-6.28319 | 6.28319 | | | 10| rho_p | -0.40 | 0.32 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.101 | 0.032 | | |-6.28319 | 6.28319 | | | 12| phi_s | 19.1 | 1.5 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.99 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.481 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.39 | 0.21 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.6 | 0.3 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.78 | 0.03 | | | -2 | 2 | | | 18| p4415_p | -2.55 | 0.15 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.46 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.014 0.016 0.345 0.022 -0.200 0.003 -0.252 0.038 0.031 -0.066 0.004 0.012 0.028 -0.071 0.011 0.064 -0.938 0.032 0.053 | | Ctt | 0.014 1.000 -0.320 0.022 0.377 -0.004 0.694 0.002 0.039 -0.151 0.136 0.290 -0.057 -0.254 0.229 0.171 -0.029 -0.080 0.049 0.298 | | p4160_p | 0.016 -0.320 1.000 -0.010 -0.525 0.005 0.055 0.007 -0.133 0.042 0.013 -0.184 -0.015 0.165 -0.046 -0.139 -0.012 -0.099 0.274 -0.176 | | rho_s | 0.345 0.022 -0.010 1.000 0.024 -0.435 -0.018 -0.635 0.014 0.005 0.041 0.015 0.031 0.001 0.021 0.024 0.129 -0.312 0.010 0.029 | | p4040_s | 0.022 0.377 -0.525 0.024 1.000 -0.009 0.060 -0.009 0.178 -0.200 0.040 0.108 -0.018 -0.088 0.004 0.215 -0.008 0.078 -0.181 0.005 | | omega_p | -0.200 -0.004 0.005 -0.435 -0.009 1.000 0.043 0.856 -0.004 0.000 0.114 -0.009 -0.036 -0.005 -0.043 -0.015 -0.129 0.190 0.001 -0.008 | | bplus_2 | 0.003 0.694 0.055 -0.018 0.060 0.043 1.000 0.066 0.030 0.052 0.309 0.054 -0.148 -0.064 0.075 -0.176 -0.101 -0.200 0.182 0.144 | | omega_s | -0.252 0.002 0.007 -0.635 -0.009 0.856 0.066 1.000 -0.003 0.003 0.255 -0.010 -0.079 -0.007 -0.054 -0.020 -0.197 0.240 0.004 -0.007 | | p3770_s | 0.038 0.039 -0.133 0.014 0.178 -0.004 0.030 -0.003 1.000 -0.119 0.040 -0.266 -0.024 -0.264 -0.020 0.077 -0.014 0.019 -0.032 0.053 | | p4040_p | 0.031 -0.151 0.042 0.005 -0.200 0.000 0.052 0.003 -0.119 1.000 0.043 -0.244 -0.029 0.153 -0.081 0.059 -0.019 -0.019 0.106 0.352 | | rho_p | -0.066 0.136 0.013 0.041 0.040 0.114 0.309 0.255 0.040 0.043 1.000 0.014 -0.184 -0.018 -0.120 -0.023 -0.259 0.079 0.071 0.078 | | psi2s_p | 0.004 0.290 -0.184 0.015 0.108 -0.009 0.054 -0.010 -0.266 -0.244 0.014 1.000 -0.011 -0.249 -0.037 0.080 -0.007 0.032 -0.091 -0.025 | | phi_s | 0.012 -0.057 -0.015 0.031 -0.018 -0.036 -0.148 -0.079 -0.024 -0.029 -0.184 -0.011 1.000 0.000 0.033 0.012 0.803 -0.020 -0.040 -0.039 | | p3770_p | 0.028 -0.254 0.165 0.001 -0.088 -0.005 -0.064 -0.007 -0.264 0.153 -0.018 -0.249 0.000 1.000 -0.080 -0.084 0.000 -0.043 0.066 -0.025 | | jpsi_p | -0.071 0.229 -0.046 0.021 0.004 -0.043 0.075 -0.054 -0.020 -0.081 -0.120 -0.037 0.033 -0.080 1.000 -0.039 0.019 -0.035 -0.026 -0.042 | | p4415_s | 0.011 0.171 -0.139 0.024 0.215 -0.015 -0.176 -0.020 0.077 0.059 -0.023 0.080 0.012 -0.084 -0.039 1.000 0.011 0.144 -0.159 0.360 | | phi_p | 0.064 -0.029 -0.012 0.129 -0.008 -0.129 -0.101 -0.197 -0.014 -0.019 -0.259 -0.007 0.803 0.000 0.019 0.011 1.000 -0.071 -0.025 -0.021 | | bplus_1 | -0.938 -0.080 -0.099 -0.312 0.078 0.190 -0.200 0.240 0.019 -0.019 0.079 0.032 -0.020 -0.043 -0.035 0.144 -0.071 1.000 -0.031 0.047 | | p4415_p | 0.032 0.049 0.274 0.010 -0.181 0.001 0.182 0.004 -0.032 0.106 0.071 -0.091 -0.040 0.066 -0.026 -0.159 -0.025 -0.031 1.000 -0.066 | | p4160_s | 0.053 0.298 -0.176 0.029 0.005 -0.008 0.144 -0.007 0.053 0.352 0.078 -0.025 -0.039 -0.025 -0.042 0.360 -0.021 0.047 -0.066 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.017673611939893474}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.19034095949386254}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.0889138682920505}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.42154153807295}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.18031754236368863}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.6454667620609698}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.07676086605775578}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.2447719205817367}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.2546737489726385}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.17526829296355606}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.31556666667392674}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.031521625167384215}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.47566792127075}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10223794737389258}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023132116873251007}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.2064559118881112}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.32626692782844335}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.033308513218092584}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.15208925067543588}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1792977520334591})]) Step: 7/11 Current Ctt: 1.2909944487358056 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.955E+05 | Ncalls=765 (765 total) | | EDM = 9.92E-06 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295504.62856229494 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.415 | 0.016 | | | -2 | 2 | | | 1 | p4160_p | -1.86 | 0.10 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 1.4 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.4 | 0.6 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.53 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.61 | 0.05 | | | -2 | 2 | | | 6 | omega_s | 4.7 | 3.0 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.65 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.4 | 0.3 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.7 | 0.3 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.045 | 0.030 | | |-6.28319 | 6.28319 | | | 11| phi_s | 19.7 | 1.4 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.79 | 0.10 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.527 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.16 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.62 | 0.30 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.764 | 0.030 | | | -2 | 2 | | | 17| p4415_p | -2.66 | 0.17 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.08 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.013 0.336 -0.157 0.015 -0.284 -0.216 0.032 0.024 0.087 -0.013 -0.005 0.025 -0.084 -0.005 0.047 -0.934 0.030 0.043 | | p4160_p | 0.013 1.000 -0.018 -0.001 -0.472 0.393 0.002 -0.130 0.050 0.050 -0.103 -0.031 0.117 0.067 -0.185 -0.019 -0.147 0.310 -0.039 | | rho_s | 0.336 -0.018 1.000 -0.308 0.015 -0.196 -0.586 0.002 -0.011 0.141 0.012 0.067 0.003 0.048 0.026 0.182 -0.308 -0.004 0.006 | | omega_p | -0.157 -0.001 -0.308 1.000 -0.004 0.070 0.825 -0.006 -0.004 -0.129 -0.004 -0.009 -0.007 -0.025 -0.005 -0.086 0.148 -0.005 -0.008 | | p4040_s | 0.015 -0.472 0.015 -0.004 1.000 -0.278 -0.006 0.188 -0.205 0.006 -0.025 -0.003 -0.034 -0.106 0.217 -0.002 0.133 -0.199 -0.163 | | bplus_2 | -0.284 0.393 -0.196 0.070 -0.278 1.000 0.111 0.020 0.258 0.249 -0.205 -0.150 0.137 -0.070 -0.408 -0.120 0.057 0.146 -0.021 | | omega_s | -0.216 0.002 -0.586 0.825 -0.006 0.111 1.000 -0.006 -0.001 -0.067 -0.007 -0.050 -0.008 -0.038 -0.011 -0.158 0.204 -0.003 -0.007 | | p3770_s | 0.032 -0.130 0.002 -0.006 0.188 0.020 -0.006 1.000 -0.130 0.046 -0.358 -0.027 -0.305 -0.013 0.068 -0.016 0.023 -0.019 0.029 | | p4040_p | 0.024 0.050 -0.011 -0.004 -0.205 0.258 -0.001 -0.130 1.000 0.065 -0.224 -0.037 0.127 -0.004 0.015 -0.022 -0.059 0.170 0.443 | | rho_p | 0.087 0.050 0.141 -0.129 0.006 0.249 -0.067 0.046 0.065 1.000 -0.022 -0.172 0.007 -0.154 -0.048 -0.201 -0.043 0.067 0.060 | | psi2s_p | -0.013 -0.103 0.012 -0.004 -0.025 -0.205 -0.007 -0.358 -0.224 -0.022 1.000 0.005 -0.129 -0.097 0.057 -0.001 0.076 -0.124 -0.149 | | phi_s | -0.005 -0.031 0.067 -0.009 -0.003 -0.150 -0.050 -0.027 -0.037 -0.172 0.005 1.000 -0.009 0.054 0.028 0.768 -0.012 -0.037 -0.032 | | p3770_p | 0.025 0.117 0.003 -0.007 -0.034 0.137 -0.008 -0.305 0.127 0.007 -0.129 -0.009 1.000 -0.014 -0.077 -0.003 -0.075 0.079 0.048 | | jpsi_p | -0.084 0.067 0.048 -0.025 -0.106 -0.070 -0.038 -0.013 -0.004 -0.154 -0.097 0.054 -0.014 1.000 -0.081 0.028 -0.023 -0.034 -0.095 | | p4415_s | -0.005 -0.185 0.026 -0.005 0.217 -0.408 -0.011 0.068 0.015 -0.048 0.057 0.028 -0.077 -0.081 1.000 0.018 0.169 -0.195 0.299 | | phi_p | 0.047 -0.019 0.182 -0.086 -0.002 -0.120 -0.158 -0.016 -0.022 -0.201 -0.001 0.768 -0.003 0.028 0.018 1.000 -0.060 -0.023 -0.018 | | bplus_1 | -0.934 -0.147 -0.308 0.148 0.133 0.057 0.204 0.023 -0.059 -0.043 0.076 -0.012 -0.075 -0.023 0.169 -0.060 1.000 -0.007 0.056 | | p4415_p | 0.030 0.310 -0.004 -0.005 -0.199 0.146 -0.003 -0.019 0.170 0.067 -0.124 -0.037 0.079 -0.034 -0.195 -0.023 -0.007 1.000 0.012 | | p4160_s | 0.043 -0.039 0.006 -0.008 -0.163 -0.021 -0.007 0.029 0.443 0.060 -0.149 -0.032 0.048 -0.095 0.299 -0.018 0.056 0.012 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.016206757905620872}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09719254112223163}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.39992891077371573}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.5829666538689198}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.16391180809328812}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.05352779214320125}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 2.9569726645816}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.24004865776275874}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.3216110906436438}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.336596820189619}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030350384919298534}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.4043073415568958}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09747451275323082}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02319400369000091}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20336040248064752}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.2953434502687937}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.029661001146607857}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.17483481225982822}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1633661355221545})]) Time taken: 43 min, 43 s Estimated time left: 21 min, 51 s Step: 8/11 Current Ctt: 1.3801311186847085 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.957E+05 | Ncalls=819 (819 total) | | EDM = 3.33E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295657.8545877169 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.426 | 0.018 | | | -2 | 2 | | | 1 | Ctt | 1.53 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.23 | 0.10 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.44 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.16 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.75 | 0.26 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.84 | 0.12 | | |-6.28319 | 6.28319 | | | 10| rho_p | -0.03 | 0.52 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.067 | 0.032 | | |-6.28319 | 6.28319 | | | 12| phi_s | 19.0 | 1.3 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.91 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.502 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.52 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.56 | 0.28 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.81 | 0.03 | | | -2 | 2 | | | 18| p4415_p | -2.35 | 0.14 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.13 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.024 0.020 0.255 0.022 0.094 0.057 0.014 0.042 0.040 -0.111 0.004 -0.013 0.022 -0.085 0.018 0.014 -0.939 0.034 0.053 | | Ctt | 0.024 1.000 -0.266 0.073 0.371 0.016 0.703 0.002 0.021 -0.090 0.111 0.289 -0.053 -0.232 0.236 0.197 -0.022 -0.093 0.018 0.311 | | p4160_p | 0.020 -0.266 1.000 0.001 -0.496 -0.004 0.074 0.004 -0.114 -0.046 0.020 -0.181 -0.017 0.161 -0.046 -0.048 -0.011 -0.090 0.271 -0.178 | | rho_s | 0.255 0.073 0.001 1.000 0.031 0.371 0.127 -0.021 0.028 0.028 0.164 0.016 -0.085 -0.011 -0.049 0.019 -0.074 -0.219 0.034 0.054 | | p4040_s | 0.022 0.371 -0.496 0.031 1.000 0.009 0.053 0.000 0.184 -0.180 0.021 0.145 -0.012 -0.119 0.018 0.160 -0.005 0.067 -0.208 -0.008 | | omega_p | 0.094 0.016 -0.004 0.371 0.009 1.000 0.019 -0.722 0.005 0.003 -0.111 0.001 0.025 -0.004 -0.025 0.007 0.012 -0.084 0.004 0.013 | | bplus_2 | 0.057 0.703 0.074 0.127 0.053 0.019 1.000 0.004 0.029 0.052 0.252 0.056 -0.132 -0.052 0.085 -0.132 -0.071 -0.253 0.208 0.123 | | omega_s | 0.014 0.002 0.004 -0.021 0.000 -0.722 0.004 1.000 0.003 0.005 -0.096 0.004 0.003 0.003 0.020 0.000 0.057 -0.014 0.004 0.002 | | p3770_s | 0.042 0.021 -0.114 0.028 0.184 0.005 0.029 0.003 1.000 -0.077 0.031 -0.300 -0.024 -0.302 -0.023 0.071 -0.012 0.013 -0.038 0.066 | | p4040_p | 0.040 -0.090 -0.046 0.028 -0.180 0.003 0.052 0.005 -0.077 1.000 0.038 -0.230 -0.030 0.151 -0.088 0.107 -0.017 -0.005 0.044 0.347 | | rho_p | -0.111 0.111 0.020 0.164 0.021 -0.111 0.252 -0.096 0.031 0.038 1.000 0.010 -0.147 -0.015 -0.096 -0.011 -0.236 0.113 0.059 0.054 | | psi2s_p | 0.004 0.289 -0.181 0.016 0.145 0.001 0.056 0.004 -0.300 -0.230 0.010 1.000 -0.011 -0.199 -0.033 0.068 -0.007 0.030 -0.100 -0.008 | | phi_s | -0.013 -0.053 -0.017 -0.085 -0.012 0.025 -0.132 0.003 -0.024 -0.030 -0.147 -0.011 1.000 0.001 0.029 0.003 0.754 0.004 -0.037 -0.034 | | p3770_p | 0.022 -0.232 0.161 -0.011 -0.119 -0.004 -0.052 0.003 -0.302 0.151 -0.015 -0.199 0.001 1.000 -0.076 -0.083 0.000 -0.045 0.085 -0.039 | | jpsi_p | -0.085 0.236 -0.046 -0.049 0.018 -0.025 0.085 0.020 -0.023 -0.088 -0.096 -0.033 0.029 -0.076 1.000 -0.042 0.009 -0.022 -0.017 -0.037 | | p4415_s | 0.018 0.197 -0.048 0.019 0.160 0.007 -0.132 0.000 0.071 0.107 -0.011 0.068 0.003 -0.083 -0.042 1.000 0.003 0.139 -0.175 0.351 | | phi_p | 0.014 -0.022 -0.011 -0.074 -0.005 0.012 -0.071 0.057 -0.012 -0.017 -0.236 -0.007 0.754 0.000 0.009 0.003 1.000 -0.022 -0.020 -0.017 | | bplus_1 | -0.939 -0.093 -0.090 -0.219 0.067 -0.084 -0.253 -0.014 0.013 -0.005 0.113 0.030 0.004 -0.045 -0.022 0.139 -0.022 1.000 -0.062 0.055 | | p4415_p | 0.034 0.018 0.271 0.034 -0.208 0.004 0.208 0.004 -0.038 0.044 0.059 -0.100 -0.037 0.085 -0.017 -0.175 -0.020 -0.062 1.000 -0.168 | | p4160_s | 0.053 0.311 -0.178 0.054 -0.008 0.013 0.123 0.002 0.066 0.347 0.054 -0.008 -0.034 -0.039 -0.037 0.351 -0.017 0.055 -0.168 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.018303648463674937}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.18933105188135957}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09860544704723528}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3935577726228371}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1792396079409665}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.3531095539906808}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.07896145048785497}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 4.637567535119827}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25560702716658223}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.12082939146254024}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.5204827372337753}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03159513782747769}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.3239346901465652}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09848588829072558}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023262617270843222}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20192133719291672}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.2774183668811756}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03446934466613594}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.14230345795325783}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.18271761228938865})]) Step: 8/11 Current Ctt: 1.3801311186847085 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.957E+05 | Ncalls=767 (767 total) | | EDM = 9.78E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295688.5490322422 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.427 | 0.017 | | | -2 | 2 | | | 1 | p4160_p | -2.00 | 0.11 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.6 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.49 | 0.29 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.92 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.59 | 0.05 | | | -2 | 2 | | | 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.87 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.75 | 0.18 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.8 | 0.8 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.006 | 0.030 | | |-6.28319 | 6.28319 | | | 11| phi_s | 19.6 | 1.3 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.72 | 0.09 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.552 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.23 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.61 | 0.26 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.783 | 0.030 | | | -2 | 2 | | | 17| p4415_p | -2.43 | 0.17 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 1.71 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.015 0.289 0.088 0.007 -0.267 0.022 0.032 0.030 0.048 -0.014 -0.013 0.024 -0.087 0.003 0.022 -0.935 0.029 0.039 | | p4160_p | 0.015 1.000 -0.018 0.002 -0.420 0.368 -0.001 -0.109 -0.112 0.053 -0.114 -0.031 0.124 0.052 -0.082 -0.019 -0.130 0.312 -0.077 | | rho_s | 0.289 -0.018 1.000 0.422 0.016 -0.166 0.051 -0.001 -0.006 0.077 0.011 0.038 0.000 0.034 0.024 0.120 -0.262 -0.010 0.007 | | omega_p | 0.088 0.002 0.422 1.000 0.001 -0.009 -0.625 0.006 0.007 0.077 -0.004 0.026 -0.001 -0.026 0.001 0.032 -0.076 0.007 0.008 | | p4040_s | 0.007 -0.420 0.016 0.001 1.000 -0.307 0.001 0.196 -0.188 -0.018 0.061 0.009 -0.088 -0.081 0.124 0.005 0.122 -0.239 -0.230 | | bplus_2 | -0.267 0.368 -0.166 -0.009 -0.307 1.000 -0.024 0.039 0.158 0.268 -0.209 -0.147 0.133 -0.079 -0.391 -0.109 0.044 0.231 -0.077 | | omega_s | 0.022 -0.001 0.051 -0.625 0.001 -0.024 1.000 -0.000 -0.001 -0.068 0.005 0.014 0.003 0.025 0.003 0.059 -0.023 -0.002 -0.001 | | p3770_s | 0.032 -0.109 -0.001 0.006 0.196 0.039 -0.000 1.000 -0.057 0.046 -0.379 -0.028 -0.339 -0.009 0.062 -0.017 0.018 -0.022 0.052 | | p4040_p | 0.030 -0.112 -0.006 0.007 -0.188 0.158 -0.001 -0.057 1.000 0.067 -0.243 -0.039 0.127 -0.049 0.118 -0.024 -0.008 0.064 0.396 | | rho_p | 0.048 0.053 0.077 0.077 -0.018 0.268 -0.068 0.046 0.067 1.000 -0.026 -0.188 0.002 -0.162 -0.036 -0.255 -0.008 0.073 0.051 | | psi2s_p | -0.014 -0.114 0.011 -0.004 0.061 -0.209 0.005 -0.379 -0.243 -0.026 1.000 0.006 -0.086 -0.091 0.029 0.001 0.076 -0.128 -0.141 | | phi_s | -0.013 -0.031 0.038 0.026 0.009 -0.147 0.014 -0.028 -0.039 -0.188 0.006 1.000 -0.006 0.057 0.019 0.727 -0.005 -0.041 -0.028 | | p3770_p | 0.024 0.124 0.000 -0.001 -0.088 0.133 0.003 -0.339 0.127 0.002 -0.086 -0.006 1.000 -0.017 -0.069 -0.002 -0.076 0.094 0.030 | | jpsi_p | -0.087 0.052 0.034 -0.026 -0.081 -0.079 0.025 -0.009 -0.049 -0.162 -0.091 0.057 -0.017 1.000 -0.091 0.030 -0.019 -0.016 -0.106 | | p4415_s | 0.003 -0.082 0.024 0.001 0.124 -0.391 0.003 0.062 0.118 -0.036 0.029 0.019 -0.069 -0.091 1.000 0.012 0.172 -0.217 0.324 | | phi_p | 0.022 -0.019 0.120 0.032 0.005 -0.109 0.059 -0.017 -0.024 -0.255 0.001 0.727 -0.002 0.030 0.012 1.000 -0.036 -0.026 -0.017 | | bplus_1 | -0.935 -0.130 -0.262 -0.076 0.122 0.044 -0.023 0.018 -0.008 -0.008 0.076 -0.005 -0.076 -0.019 0.172 -0.036 1.000 -0.043 0.081 | | p4415_p | 0.029 0.312 -0.010 0.007 -0.239 0.231 -0.002 -0.022 0.064 0.073 -0.128 -0.041 0.094 -0.016 -0.217 -0.026 -0.043 1.000 -0.112 | | p4160_s | 0.039 -0.077 0.007 0.008 -0.230 -0.077 -0.001 0.052 0.396 0.051 -0.141 -0.028 0.030 -0.106 0.324 -0.017 0.081 -0.112 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.016603976894121297}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.11413046245513936}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3620054292696042}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.29486538000478557}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.16426191583851502}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.054087716970413036}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 4.211404373523713}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.2379147679258684}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.18107214370650682}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.7583099397598945}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03049137310348282}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.2966489370640044}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.0947319536405895}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02335374850954519}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.19770827672958713}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.263191828305418}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.030350564360045684}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.16862027155046877}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.1660291642327083})]) Time taken: 49 min, 30 s Estimated time left: 16 min, 30 s Step: 9/11 Current Ctt: 1.4638501094227998 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.955E+05 | Ncalls=802 (802 total) | | EDM = 8.67E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295519.9961279665 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.449 | 0.020 | | | -2 | 2 | | | 1 | Ctt | 1.67 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.19 | 0.09 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.20 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.8 | 0.6 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.10 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 7.1 | 2.1 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.67 | 0.26 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.67 | 0.15 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.18 | 0.33 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.07 | 0.03 | | |-6.28319 | 6.28319 | | | 12| phi_s | 19.0 | 1.1 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.87 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.530 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.38 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.76 | 0.20 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.85 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.55 | 0.16 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.46 | 0.18 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.033 0.015 0.184 0.029 0.042 0.092 -0.014 0.044 0.034 -0.121 0.008 -0.020 0.020 -0.080 0.014 0.009 -0.942 0.036 0.060 | | Ctt | 0.033 1.000 -0.289 0.081 0.373 -0.011 0.702 -0.018 0.020 -0.127 0.107 0.304 -0.061 -0.229 0.233 0.169 -0.030 -0.098 0.058 0.312 | | p4160_p | 0.015 -0.289 1.000 0.001 -0.523 -0.010 0.068 -0.009 -0.118 0.029 0.016 -0.185 -0.015 0.168 -0.044 -0.108 -0.008 -0.091 0.270 -0.187 | | rho_s | 0.184 0.081 0.001 1.000 0.035 0.273 0.160 0.086 0.029 0.025 0.278 0.015 -0.097 -0.013 -0.067 0.005 -0.122 -0.153 0.041 0.057 | | p4040_s | 0.029 0.373 -0.523 0.035 1.000 -0.000 0.061 -0.005 0.181 -0.182 0.026 0.116 -0.019 -0.104 0.006 0.205 -0.010 0.067 -0.179 0.035 | | omega_p | 0.042 -0.011 -0.010 0.273 -0.000 1.000 -0.032 0.881 -0.006 -0.010 -0.049 -0.006 0.029 -0.004 -0.022 0.006 -0.053 -0.037 -0.010 -0.005 | | bplus_2 | 0.092 0.702 0.068 0.160 0.061 -0.032 1.000 -0.041 0.033 0.057 0.240 0.068 -0.146 -0.049 0.082 -0.167 -0.083 -0.280 0.186 0.137 | | omega_s | -0.014 -0.018 -0.009 0.086 -0.005 0.881 -0.041 1.000 -0.010 -0.012 0.104 -0.009 0.019 -0.003 -0.022 0.003 -0.098 0.013 -0.014 -0.012 | | p3770_s | 0.044 0.020 -0.118 0.029 0.181 -0.006 0.033 -0.010 1.000 -0.095 0.030 -0.317 -0.026 -0.275 -0.026 0.072 -0.014 0.010 -0.023 0.067 | | p4040_p | 0.034 -0.127 0.029 0.025 -0.182 -0.010 0.057 -0.012 -0.095 1.000 0.033 -0.236 -0.029 0.159 -0.080 0.071 -0.016 -0.017 0.093 0.348 | | rho_p | -0.121 0.107 0.016 0.278 0.026 -0.049 0.240 0.104 0.030 0.033 1.000 0.009 -0.124 -0.015 -0.100 -0.023 -0.267 0.121 0.055 0.053 | | psi2s_p | 0.008 0.304 -0.185 0.015 0.116 -0.006 0.068 -0.009 -0.317 -0.236 0.009 1.000 -0.011 -0.196 -0.030 0.079 -0.006 0.024 -0.086 -0.005 | | phi_s | -0.020 -0.061 -0.015 -0.097 -0.019 0.029 -0.146 0.019 -0.026 -0.029 -0.124 -0.011 1.000 0.003 0.041 0.010 0.606 0.011 -0.039 -0.039 | | p3770_p | 0.020 -0.229 0.168 -0.013 -0.104 -0.004 -0.049 -0.003 -0.275 0.159 -0.015 -0.196 0.003 1.000 -0.070 -0.086 0.003 -0.043 0.069 -0.034 | | jpsi_p | -0.080 0.233 -0.044 -0.067 0.006 -0.022 0.082 -0.022 -0.026 -0.080 -0.100 -0.030 0.041 -0.070 1.000 -0.040 0.025 -0.023 -0.022 -0.038 | | p4415_s | 0.014 0.169 -0.108 0.005 0.205 0.006 -0.167 0.003 0.072 0.071 -0.023 0.079 0.010 -0.086 -0.040 1.000 0.006 0.136 -0.147 0.358 | | phi_p | 0.009 -0.030 -0.008 -0.122 -0.010 -0.053 -0.083 -0.098 -0.014 -0.016 -0.267 -0.006 0.606 0.003 0.025 0.006 1.000 -0.018 -0.022 -0.021 | | bplus_1 | -0.942 -0.098 -0.091 -0.153 0.067 -0.037 -0.280 0.013 0.010 -0.017 0.121 0.024 0.011 -0.043 -0.023 0.136 -0.018 1.000 -0.035 0.043 | | p4415_p | 0.036 0.058 0.270 0.041 -0.179 -0.010 0.186 -0.014 -0.023 0.093 0.055 -0.086 -0.039 0.069 -0.022 -0.147 -0.022 -0.035 1.000 -0.091 | | p4160_s | 0.060 0.312 -0.187 0.057 0.035 -0.005 0.137 -0.012 0.067 0.348 0.053 -0.005 -0.039 -0.034 -0.038 0.358 -0.021 0.043 -0.091 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.020069834481756033}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.1903168078099231}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.08848997194192298}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.40233836181480503}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1817196085773115}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.5758775646623566}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.08498990055303268}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 2.1025388437869257}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25729352212903933}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.14630735380653626}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.32519711114437966}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.031897383437433646}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.092891981180525}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10053718256408328}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023220110913363623}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20393161948239202}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.19573334563296907}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03787983587801058}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.15626438217050787}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.18290806379473423})]) Step: 9/11 Current Ctt: 1.4638501094227998 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.956E+05 | Ncalls=736 (736 total) | | EDM = 2.98E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295556.0807273266 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.446 | 0.018 | | | -2 | 2 | | | 1 | p4160_p | -1.94 | 0.10 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.8 | 0.6 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.65 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.60 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.82 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.47 | 0.26 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.26 | 0.46 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.000 | 0.030 | | |-6.28319 | 6.28319 | | | 11| phi_s | 19.7 | 1.1 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.68 | 0.10 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.584 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.13 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.82 | 0.19 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.82 | 0.03 | | | -2 | 2 | | | 17| p4415_p | -2.70 | 0.18 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 2.00 | 0.16 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.014 0.263 0.043 0.013 -0.271 -0.022 0.035 0.027 -0.063 -0.014 -0.023 0.022 -0.085 -0.004 0.021 -0.939 0.030 0.043 | | p4160_p | 0.014 1.000 0.003 -0.010 -0.468 0.387 -0.010 -0.115 0.009 0.049 -0.111 -0.031 0.133 0.064 -0.172 -0.017 -0.135 0.307 -0.063 | | rho_s | 0.263 0.003 1.000 0.307 0.012 -0.037 0.054 0.017 0.016 0.183 -0.002 -0.045 -0.001 -0.039 0.002 0.012 -0.225 0.021 0.026 | | omega_p | 0.043 -0.010 0.307 1.000 0.003 -0.036 0.886 -0.005 -0.008 0.010 -0.005 0.021 -0.005 -0.025 0.007 -0.057 -0.039 -0.006 -0.002 | | p4040_s | 0.013 -0.468 0.012 0.003 1.000 -0.292 0.000 0.195 -0.187 -0.007 -0.003 0.001 -0.071 -0.100 0.208 -0.000 0.125 -0.203 -0.160 | | bplus_2 | -0.271 0.387 -0.037 -0.036 -0.292 1.000 -0.015 0.040 0.229 0.285 -0.210 -0.142 0.135 -0.066 -0.405 -0.103 0.050 0.132 -0.053 | | omega_s | -0.022 -0.010 0.054 0.886 0.000 -0.015 1.000 -0.009 -0.010 0.087 -0.006 0.009 -0.007 -0.027 0.005 -0.111 0.020 -0.009 -0.006 | | p3770_s | 0.035 -0.115 0.017 -0.005 0.195 0.040 -0.009 1.000 -0.095 0.039 -0.404 -0.029 -0.318 -0.010 0.060 -0.015 0.013 -0.006 0.049 | | p4040_p | 0.027 0.009 0.016 -0.008 -0.187 0.229 -0.010 -0.095 1.000 0.058 -0.233 -0.038 0.139 -0.015 0.037 -0.021 -0.044 0.148 0.428 | | rho_p | -0.063 0.049 0.183 0.010 -0.007 0.285 0.087 0.039 0.058 1.000 -0.027 -0.153 -0.001 -0.157 -0.051 -0.291 0.087 0.055 0.043 | | psi2s_p | -0.014 -0.111 -0.002 -0.005 -0.003 -0.210 -0.006 -0.404 -0.233 -0.027 1.000 0.008 -0.072 -0.092 0.059 0.004 0.074 -0.125 -0.143 | | phi_s | -0.023 -0.031 -0.045 0.021 0.001 -0.142 0.009 -0.029 -0.038 -0.153 0.008 1.000 -0.005 0.064 0.027 0.578 0.007 -0.036 -0.030 | | p3770_p | 0.022 0.133 -0.001 -0.005 -0.071 0.135 -0.007 -0.318 0.139 -0.001 -0.072 -0.005 1.000 -0.011 -0.085 0.000 -0.075 0.078 0.035 | | jpsi_p | -0.085 0.064 -0.039 -0.025 -0.100 -0.066 -0.027 -0.010 -0.015 -0.157 -0.092 0.064 -0.011 1.000 -0.079 0.041 -0.018 -0.034 -0.099 | | p4415_s | -0.004 -0.172 0.002 0.007 0.208 -0.405 0.005 0.060 0.037 -0.051 0.059 0.027 -0.085 -0.079 1.000 0.016 0.157 -0.199 0.307 | | phi_p | 0.021 -0.017 0.012 -0.057 -0.000 -0.103 -0.111 -0.015 -0.021 -0.291 0.004 0.578 0.000 0.041 0.016 1.000 -0.034 -0.021 -0.017 | | bplus_1 | -0.939 -0.135 -0.225 -0.039 0.125 0.050 0.020 0.013 -0.044 0.087 0.074 0.007 -0.075 -0.018 0.157 -0.034 1.000 -0.002 0.062 | | p4415_p | 0.030 0.307 0.021 -0.006 -0.203 0.132 -0.009 -0.006 0.148 0.055 -0.125 -0.036 0.078 -0.034 -0.199 -0.021 -0.002 1.000 -0.010 | | p4160_s | 0.043 -0.063 0.026 -0.002 -0.160 -0.053 -0.006 0.049 0.428 0.043 -0.143 -0.030 0.035 -0.099 0.307 -0.017 0.062 -0.010 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.018077980865040866}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.10084839744355412}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.3872710902734162}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.5635506237213921}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.1643787832857202}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.05648653098733236}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 3.838422481419752}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.23841155784412082}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.26086739323065977}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.46340657125005746}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.030466044563077332}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.094482421777787}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09536456130412319}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02328795659602001}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20078322472799187}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.19071886851047015}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03291927065369382}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.18222158542456368}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16420045606224754})]) Time taken: 55 min, 10 s Estimated time left: 11 min, 2 s Step: 10/11 Current Ctt: 1.5430334996209192 Ctt floating: True Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.953E+05 | Ncalls=776 (776 total) | | EDM = 2.22E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295271.3683694401 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.465 | 0.021 | | | -2 | 2 | | | 1 | Ctt | 1.48 | 0.19 | | | -2.5 | 2.5 | | | 2 | p4160_p | -2.41 | 0.10 | | |-6.28319 | 6.28319 | | | 3 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | | 4 | p4040_s | 1.45 | 0.18 | | |0.00501244| 2.01499 | | | 5 | omega_p | 0.60 | 0.31 | | |-6.28319 | 6.28319 | | | 6 | bplus_2 | -0.28 | 0.08 | | | -2 | 2 | | | 7 | omega_s | 8.4 | 1.3 | | | 4.19232 | 9.40768 | | | 8 | p3770_s | 2.64 | 0.25 | | |0.918861 | 4.08114 | | | 9 | p4040_p | -2.56 | 0.12 | | |-6.28319 | 6.28319 | | | 10| rho_p | 0.15 | 0.51 | | |-6.28319 | 6.28319 | | | 11| psi2s_p | 2.094 | 0.032 | | |-6.28319 | 6.28319 | | | 12| phi_s | 18.5 | 1.4 | | | 14.8182 | 23.5818 | | | 13| p3770_p | -2.89 | 0.10 | | |-6.28319 | 6.28319 | | | 14| jpsi_p | -1.520 | 0.023 | | |-6.28319 | 6.28319 | | | 15| p4415_s | 1.31 | 0.20 | | |0.126447 | 2.35355 | | | 16| phi_p | 0.18 | 0.31 | | |-6.28319 | 6.28319 | | | 17| bplus_1 | -0.87 | 0.04 | | | -2 | 2 | | | 18| p4415_p | -2.68 | 0.16 | | |-6.28319 | 6.28319 | | | 19| p4160_s | 2.13 | 0.19 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 Ctt p4160_p rho_s p4040_s omega_p bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.037 0.021 0.234 0.036 0.097 -0.003 -0.025 0.043 0.031 -0.144 0.007 -0.016 0.018 -0.079 0.008 0.006 -0.943 0.039 0.052 | | Ctt | 0.037 1.000 -0.239 0.087 0.380 -0.001 0.696 -0.022 0.021 -0.183 0.092 0.291 -0.041 -0.241 0.248 0.145 -0.008 -0.105 0.079 0.323 | | p4160_p | 0.021 -0.239 1.000 0.011 -0.528 -0.006 0.086 -0.008 -0.111 0.142 0.023 -0.189 -0.016 0.161 -0.050 -0.068 -0.008 -0.076 0.250 -0.210 | | rho_s | 0.234 0.087 0.011 1.000 0.044 0.280 0.144 -0.095 0.031 0.021 0.107 0.018 -0.025 -0.013 -0.057 0.001 -0.023 -0.200 0.046 0.054 | | p4040_s | 0.036 0.380 -0.528 0.044 1.000 0.005 0.071 -0.009 0.174 -0.206 0.025 0.096 -0.014 -0.094 0.007 0.231 -0.002 0.061 -0.148 0.182 | | omega_p | 0.097 -0.001 -0.006 0.280 0.005 1.000 -0.023 0.632 0.000 -0.004 -0.263 0.000 0.040 -0.002 -0.008 0.008 0.036 -0.087 -0.002 0.005 | | bplus_2 | -0.003 0.696 0.086 0.144 0.071 -0.023 1.000 -0.045 0.024 0.034 0.224 0.054 -0.091 -0.057 0.104 -0.198 -0.023 -0.193 0.163 0.083 | | omega_s | -0.025 -0.022 -0.008 -0.095 -0.009 0.632 -0.045 1.000 -0.009 -0.010 0.063 -0.007 0.013 -0.000 -0.003 0.004 -0.030 0.022 -0.014 -0.012 | | p3770_s | 0.043 0.021 -0.111 0.031 0.174 0.000 0.024 -0.009 1.000 -0.117 0.024 -0.302 -0.018 -0.280 -0.022 0.072 -0.005 0.010 -0.018 0.082 | | p4040_p | 0.031 -0.183 0.142 0.021 -0.206 -0.004 0.034 -0.010 -0.117 1.000 0.023 -0.247 -0.019 0.173 -0.083 0.027 -0.008 -0.025 0.111 0.300 | | rho_p | -0.144 0.092 0.023 0.107 0.025 -0.263 0.224 0.063 0.024 0.023 1.000 0.005 -0.007 -0.013 -0.084 -0.029 -0.059 0.138 0.044 0.033 | | psi2s_p | 0.007 0.291 -0.189 0.018 0.096 0.000 0.054 -0.007 -0.302 -0.247 0.005 1.000 -0.010 -0.209 -0.031 0.085 -0.006 0.026 -0.081 0.023 | | phi_s | -0.016 -0.041 -0.016 -0.025 -0.014 0.040 -0.091 0.013 -0.018 -0.019 -0.007 -0.010 1.000 -0.001 0.005 0.010 0.796 0.014 -0.026 -0.020 | | p3770_p | 0.018 -0.241 0.161 -0.013 -0.094 -0.002 -0.057 -0.000 -0.280 0.173 -0.013 -0.209 -0.001 1.000 -0.076 -0.089 -0.003 -0.038 0.057 -0.059 | | jpsi_p | -0.079 0.248 -0.050 -0.057 0.007 -0.008 0.104 -0.003 -0.022 -0.083 -0.084 -0.031 0.005 -0.076 1.000 -0.038 -0.019 -0.025 -0.023 -0.027 | | p4415_s | 0.008 0.145 -0.068 0.001 0.231 0.008 -0.198 0.004 0.072 0.027 -0.029 0.085 0.010 -0.089 -0.038 1.000 0.004 0.134 -0.159 0.354 | | phi_p | 0.006 -0.008 -0.008 -0.023 -0.002 0.036 -0.023 -0.030 -0.005 -0.008 -0.059 -0.006 0.796 -0.003 -0.019 0.004 1.000 -0.006 -0.008 -0.004 | | bplus_1 | -0.943 -0.105 -0.076 -0.200 0.061 -0.087 -0.193 0.022 0.010 -0.025 0.138 0.026 0.014 -0.038 -0.025 0.134 -0.006 1.000 -0.020 0.057 | | p4415_p | 0.039 0.079 0.250 0.046 -0.148 -0.002 0.163 -0.014 -0.018 0.111 0.044 -0.081 -0.026 0.057 -0.023 -0.159 -0.008 -0.020 1.000 -0.118 | | p4160_s | 0.052 0.323 -0.210 0.054 0.182 0.005 0.083 -0.012 0.082 0.300 0.033 0.023 -0.020 -0.059 -0.027 0.354 -0.004 0.057 -0.118 1.000 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.02061953797740501}), (<zfit.Parameter 'Ctt' floating=True>, {'error': 0.18767255974125918}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.09706997293272712}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.40392057222415867}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.17716127809767512}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.3135185391985922}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.08354599543930774}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.3097932001268537}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.25176799878238265}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.12217129906943858}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.5079494765190051}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03158759532190203}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.440107252544145}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.10069572038923624}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.02312260753294204}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20488541905790203}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.30877575138013746}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.03849313262075915}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.16198225047345027}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.18501548401618284})]) Step: 10/11 Current Ctt: 1.5430334996209192 Ctt floating: False Toy 0/1 - Fit 0/1 ------------------------------------------------------------------ | FCN = 2.953E+05 | Ncalls=730 (730 total) | | EDM = 5.41E-05 (Goal: 5E-06) | up = 0.5 | ------------------------------------------------------------------ | Valid Min. | Valid Param. | Above EDM | Reached call limit | ------------------------------------------------------------------ | True | True | False | False | ------------------------------------------------------------------ | Hesse failed | Has cov. | Accurate | Pos. def. | Forced | ------------------------------------------------------------------ | False | True | True | True | False | ------------------------------------------------------------------ Function minimum: 295300.8655915587 --------------------------------------------------------------------------------------------- | | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | --------------------------------------------------------------------------------------------- | 0 | bplus_0 | 0.461 | 0.019 | | | -2 | 2 | | | 1 | p4160_p | -2.21 | 0.12 | | |-6.28319 | 6.28319 | | | 2 | rho_s | 0.5 | 0.4 | | |0.0253049| 2.0747 | | | 3 | omega_p | 0.60 | 0.30 | | |-6.28319 | 6.28319 | | | 4 | p4040_s | 0.96 | 0.16 | | |0.00501244| 2.01499 | | | 5 | bplus_2 | -0.73 | 0.06 | | | -2 | 2 | | | 6 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | | 7 | p3770_s | 2.76 | 0.24 | | |0.918861 | 4.08114 | | | 8 | p4040_p | -2.34 | 0.18 | | |-6.28319 | 6.28319 | | | 9 | rho_p | -0.6 | 0.9 | | |-6.28319 | 6.28319 | | | 10| psi2s_p | 2.033 | 0.030 | | |-6.28319 | 6.28319 | | | 11| phi_s | 18.9 | 1.5 | | | 14.8182 | 23.5818 | | | 12| p3770_p | -2.70 | 0.10 | | |-6.28319 | 6.28319 | | | 13| jpsi_p | -1.570 | 0.023 | | |-6.28319 | 6.28319 | | | 14| p4415_s | 1.12 | 0.20 | | |0.126447 | 2.35355 | | | 15| phi_p | 0.19 | 0.33 | | |-6.28319 | 6.28319 | | | 16| bplus_1 | -0.84 | 0.03 | | | -2 | 2 | | | 17| p4415_p | -2.84 | 0.18 | | |-6.28319 | 6.28319 | | | 18| p4160_s | 1.70 | 0.17 | | | 0.71676 | 3.68324 | | --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | bplus_0 p4160_p rho_s omega_p p4040_s bplus_2 omega_s p3770_s p4040_p rho_p psi2s_p phi_s p3770_p jpsi_p p4415_s phi_p bplus_1 p4415_p p4160_s | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | bplus_0 | 1.000 0.017 0.292 0.106 0.020 -0.356 -0.017 0.034 0.024 -0.017 -0.013 -0.016 0.021 -0.079 -0.006 0.012 -0.940 0.028 0.034 | | p4160_p | 0.017 1.000 -0.006 -0.010 -0.500 0.351 -0.009 -0.106 0.129 0.058 -0.135 -0.025 0.127 0.045 -0.140 -0.010 -0.114 0.292 -0.138 | | rho_s | 0.292 -0.006 1.000 0.428 0.015 -0.137 -0.073 0.008 0.001 0.072 0.007 -0.001 0.000 0.009 0.013 0.042 -0.260 0.010 0.017 | | omega_p | 0.106 -0.010 0.428 1.000 0.004 -0.078 0.619 -0.003 -0.007 -0.107 0.001 0.047 -0.002 0.004 0.011 0.056 -0.098 -0.003 0.002 | | p4040_s | 0.020 -0.500 0.015 0.004 1.000 -0.260 -0.001 0.186 -0.165 0.005 -0.039 -0.002 -0.041 -0.106 0.240 -0.001 0.120 -0.162 0.058 | | bplus_2 | -0.356 0.351 -0.137 -0.078 -0.260 1.000 -0.020 0.032 0.239 0.270 -0.200 -0.078 0.128 -0.059 -0.393 -0.033 0.139 0.075 -0.159 | | omega_s | -0.017 -0.009 -0.073 0.619 -0.001 -0.020 1.000 -0.007 -0.009 -0.001 -0.002 0.009 -0.004 -0.005 0.006 -0.028 0.014 -0.008 -0.004 | | p3770_s | 0.034 -0.106 0.008 -0.003 0.186 0.032 -0.007 1.000 -0.114 0.042 -0.388 -0.019 -0.314 -0.009 0.060 -0.007 0.015 -0.001 0.076 | | p4040_p | 0.024 0.129 0.001 -0.007 -0.165 0.239 -0.009 -0.114 1.000 0.059 -0.222 -0.025 0.141 -0.004 -0.009 -0.010 -0.054 0.161 0.389 | | rho_p | -0.017 0.058 0.072 -0.107 0.005 0.270 -0.001 0.042 0.059 1.000 -0.027 -0.027 0.002 -0.159 -0.057 -0.070 0.046 0.053 0.028 | | psi2s_p | -0.013 -0.135 0.007 0.001 -0.039 -0.200 -0.002 -0.388 -0.222 -0.027 1.000 0.001 -0.090 -0.095 0.074 -0.005 0.072 -0.119 -0.101 | | phi_s | -0.016 -0.025 -0.001 0.047 -0.002 -0.078 0.009 -0.019 -0.025 -0.027 0.001 1.000 -0.008 0.013 0.019 0.806 0.010 -0.021 -0.011 | | p3770_p | 0.021 0.127 0.000 -0.002 -0.041 0.128 -0.004 -0.314 0.141 0.002 -0.090 -0.008 1.000 -0.011 -0.087 -0.005 -0.071 0.067 0.004 | | jpsi_p | -0.079 0.045 0.009 0.004 -0.106 -0.059 -0.005 -0.009 -0.004 -0.159 -0.095 0.013 -0.011 1.000 -0.071 -0.020 -0.022 -0.044 -0.108 | | p4415_s | -0.006 -0.140 0.013 0.011 0.240 -0.393 0.006 0.060 -0.009 -0.057 0.074 0.019 -0.087 -0.071 1.000 0.007 0.147 -0.204 0.335 | | phi_p | 0.012 -0.010 0.042 0.056 -0.001 -0.033 -0.028 -0.007 -0.010 -0.070 -0.005 0.806 -0.005 -0.020 0.007 1.000 -0.014 -0.008 -0.003 | | bplus_1 | -0.940 -0.114 -0.260 -0.098 0.120 0.139 0.014 0.015 -0.054 0.046 0.072 0.010 -0.071 -0.022 0.147 -0.014 1.000 0.020 0.096 | | p4415_p | 0.028 0.292 0.010 -0.003 -0.162 0.075 -0.008 -0.001 0.161 0.053 -0.119 -0.021 0.067 -0.044 -0.204 -0.008 0.020 1.000 -0.072 | | p4160_s | 0.034 -0.138 0.017 0.002 0.058 -0.159 -0.004 0.076 0.389 0.028 -0.101 -0.011 0.004 -0.108 0.335 -0.003 0.096 -0.072 1.000 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hesse errors: OrderedDict([(<zfit.Parameter 'bplus_0' floating=True>, {'error': 0.0185604045638863}), (<zfit.Parameter 'p4160_p' floating=True>, {'error': 0.11600826899456984}), (<zfit.Parameter 'rho_s' floating=True>, {'error': 0.37656454752103263}), (<zfit.Parameter 'omega_p' floating=True>, {'error': 0.29931678664105865}), (<zfit.Parameter 'p4040_s' floating=True>, {'error': 0.15962468174467842}), (<zfit.Parameter 'bplus_2' floating=True>, {'error': 0.05869171066491774}), (<zfit.Parameter 'omega_s' floating=True>, {'error': 1.2931799451277435}), (<zfit.Parameter 'p3770_s' floating=True>, {'error': 0.23534731466812464}), (<zfit.Parameter 'p4040_p' floating=True>, {'error': 0.1773025631088867}), (<zfit.Parameter 'rho_p' floating=True>, {'error': 0.8963004804717825}), (<zfit.Parameter 'psi2s_p' floating=True>, {'error': 0.03040208246594389}), (<zfit.Parameter 'phi_s' floating=True>, {'error': 1.5068633695170845}), (<zfit.Parameter 'p3770_p' floating=True>, {'error': 0.09598483438049366}), (<zfit.Parameter 'jpsi_p' floating=True>, {'error': 0.023103576044331664}), (<zfit.Parameter 'p4415_s' floating=True>, {'error': 0.20361829160376993}), (<zfit.Parameter 'phi_p' floating=True>, {'error': 0.3274209140303941}), (<zfit.Parameter 'bplus_1' floating=True>, {'error': 0.033611589535538666}), (<zfit.Parameter 'p4415_p' floating=True>, {'error': 0.17992453401603892}), (<zfit.Parameter 'p4160_s' floating=True>, {'error': 0.16663382601604926})]) Time taken: 1 h, 55 s Estimated time left: 5 min, 32 s Directory data/CLs Created (22, 1) [[296619.7529537121]] (11, 1) 1 h, 55 s Simulation ended