While playing with RapidSim I noticed something odd.
I am generating the decay B+ -> { K1(1270)+ -> {K*0 -> K+ pi-} pi+ } e+ e- in 4pi, but while both the TRUE and RECO eta of the hadrons are distributed between -10 and +10, the RECO eta of the electrons is always >0 (although the corresponding TRUE eta can be <0).
Is there a spurious abs in the electron “reconstruction” or am I missing something?
This is due to a missing line in RapidMomentumSmearHisto::smearMomentum, which is only used by the LHCbElectron smearing model. Fixed in latest github commit.
While playing with RapidSim I noticed something odd.
I am generating the decay B+ -> { K1(1270)+ -> {K*0 -> K+ pi-} pi+ } e+ e- in 4pi, but while both the TRUE and RECO eta of the hadrons are distributed between -10 and +10, the RECO eta of the electrons is always >0 (although the corresponding TRUE eta can be <0).
Is there a spurious abs in the electron “reconstruction” or am I missing something?