Skip to content

Increment multiplicity counter in ParticleCombiner only if composite cut passed

Marian Stahl requested to merge mstahl_multiple_candidates into 2024-patches

The mean multiplicity and rms should be easier to interpret this way.

Before:

Charm_Hyperons_LambdaFromHyperon...    INFO Number of counters : 7
 |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
 |*"# passed"                                      |    171488 |      20793 |( 12.12505 +- 0.07882380)% |
 |*"# passed CombinationCut"                       |   2757395 |      36128 |( 1.310222 +- 0.006847926)% |
 |*"# passed CompositeCut"                         |     36128 |      24354 |( 67.41032 +- 0.2465933)% |
 |*"# passed vertex fit"                           |     36128 |      36128 |( 100.0000 +- 0.000000)% |
 | "Input1 size"                                   |    171488 |     433537 |     2.5281 |
 | "Input2 size"                                   |    171488 |    1774769 |     10.349 |
 | "candidate multiplicity"                        |    171488 |      24354 |    0.14202 |    0.41875 |      0.0000 |      13.000 |

After:

Charm_Hyperons_LambdaFromHyperon...    INFO Number of counters : 7
 |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
 |*"# passed"                                      |    171488 |      20793 |( 12.12505 +- 0.07882380)% |
 |*"# passed CombinationCut"                       |   2757395 |      36128 |( 1.310222 +- 0.006847926)% |
 |*"# passed CompositeCut"                         |     36128 |      24354 |( 67.41032 +- 0.2465933)% |
 |*"# passed vertex fit"                           |     36128 |      36128 |( 100.0000 +- 0.000000)% |
 | "Input1 size"                                   |    171488 |     433537 |     2.5281 |
 | "Input2 size"                                   |    171488 |    1774769 |     10.349 |
 | "candidate multiplicity"                        |     20793 |      24354 |     1.1713 |    0.49063 |      1.0000 |      13.000 |

Merge request reports