Modify Hlt2Charm_Lb0ToLcpPim_LcpToPPi0 Hlt2 lines to use ParticleAdder
Due to these lines are not working in the expected way, these lines should be removed.
According to tests here, ParticleAdder
should be an option for replacing ParticleVertexFitter
.
This MR resolves issue #734.
The changed lines are tested with sample expected_2024_min_bias_hlt1_filtered_v2
, 100000 events are processed
The rate and bandwidth changes:
Old version:
passed | rates | |
---|---|---|
Hlt2Charm_Lb0ToLcpPim_LcpToPPi0_R | 11 | 98.1566 |
Hlt2Charm_Lb0ToLcpPim_LcpToPPi0_M | 0 | 0 |
File size: 26K
Bandwidth: 0.23MB/s
New version:
passed | rates | |
---|---|---|
Hlt2Charm_Lb0ToLcpPim_LcpToPPi0_R | 5 | 44.61665 |
Hlt2Charm_Lb0ToLcpPim_LcpToPPi0_M | 1 | 8.92333 |
File size: 14K
Bandwidth: 0.12MB/s
Edited by Han Gao