miranov25 / fastMCKalman

Fast simulation and performance parameterization - primary for ALICE3 and DUNE
MIT License
0 stars 1 forks source link

Added LengthXY variables to DataFrames #38

Closed Trenchcoat95 closed 1 year ago

Trenchcoat95 commented 1 year ago

Added LengthXY vectors with point by point XY-plane lengths of reconstructed and MC tracks. LengthXYRefit is equal to the sum of LengthXYIn+LengthXYOut

Example of Variables from a data frame Snapshot:

root [13] dump->Scan("LengthXYIn:LengthXYOut:LengthXYRefit:LengthXYMC","","")
***********************************************************************
*    Row   * Instance * LengthXYI * LengthXYO * LengthXYR * LengthXYM *
***********************************************************************
*        0 *        0 * 465.01004 *         0 * 465.01004 *         0 *
*        0 *        1 * 464.00943 * 7.450e-09 * 464.00943 *         1 *
*        0 *        2 * 463.01309 * 1.0020989 * 464.01519 * 1.9960466 *
*        0 *        3 * 462.01693 * 1.9985363 * 464.01547 * 2.9922647 *
*        0 *        4 * 461.02011 * 2.9942550 * 464.01437 * 3.9887561 *
*        0 *        5 * 460.02127 * 3.9902818 * 464.01156 * 4.9856228 *
*        0 *        6 * 459.02484 * 4.9895863 * 464.01443 * 5.9828748 *
*        0 *        7 * 458.02417 * 5.9891953 * 464.01336 * 6.9806079 *
*        0 *        8 * 457.02581 * 6.9878463 * 464.01367 * 7.9790635 *
*        0 *        9 * 456.02899 * 7.9859294 * 464.01492 * 8.9780111 *
*        0 *       10 * 455.02700 * 8.9851274 * 464.01214 * 9.9776582 *
*        0 *       11 * 454.02914 * 9.9822225 * 464.01135 * 10.978658 *
*        0 *       12 * 453.02578 * 10.984748 * 464.01052 * 11.980547 *
*        0 *       13 * 452.01986 * 11.989893 * 464.00976 * 12.983892 *
*        0 *       14 * 451.01879 * 12.994264 * 464.01306 * 13.987774 *
*        0 *       15 * 450.01278 * 14.003730 * 464.01651 * 14.992909 *
*        0 *       16 * 449.00326 * 15.013365 * 464.01663 * 16.000154 *
*        0 *       17 * 447.98873 * 16.014062 * 464.00280 * 17.008651 *
*        0 *       18 * 446.97943 * 17.019046 * 463.99847 * 18.018796 *
*        0 *       19 * 445.97149 * 18.031272 * 464.00277 * 19.029493 *
*        0 *       20 * 444.95742 * 19.059501 * 464.01693 * 20.042289 *
*        0 *       21 * 443.94122 * 20.081665 * 464.02288 * 21.056085 *
*        0 *       22 * 442.92413 * 21.086347 * 464.01046 * 22.071203 *
*        0 *       23 * 441.90267 * 22.110185 * 464.01287 * 23.087291 *
*        0 *       24 * 440.89141 * 23.117942 * 464.00936 * 24.105459 *
miranov25 commented 1 year ago

merging