-
Notifications
You must be signed in to change notification settings - Fork 119
Description
Hi!
While trying to debug the discrepancy in the impact parameter d0 between full and fast sim, see CLDconfig issue, I have found an other bug.
I'm looking at Huu data (/eos/experiment/fcc/prod/fcc/ee/test_spring2024/240gev/Huu/CLD_o2_v05/rec) and different production campaigns:
- 00016553: done by @BrieucF in June 2024
- 00016774: done by @kjvbrt in Jan 2025 using the newest key4hep version, trying to keep everything the same
- 00016808: done by @kjvbrt in Feb 2025 with the intent to solve the mentioned issue in the CLDconfig
First, I have investigated 1) with the conclusion, that the MC primary vertex (PV) in fast and full simulation match, but the reconstructed PV is off, again see the mentioned CLDconfig issue.
There are two ways how I define "MC PV" in full sim (assuming H->uu events):
- I look at the Higgs vertex
- I look at the vertex of the Higgs daughters (u ubar; they are the same for both quarks)
If everything goes right, the two definitions should be the same which is also observed in data 1).
The issue(s):
a) Data 2) and 3) have a problem: the two vertex definitions do not match!! Def. 1) gives the PV distribution as expected and seen in fast sim, while def. 2) gives results completely off (see distribution). It is interesting to note, that
If I print out the vertex positions of the Higgs and its daughters in data 2) and 3), they are not the same!! If I print them in 1) they are - as expected - the same.
Any ideas what is going wrong here?
I suggest looking into the vertex smearing that is done in dd4hep... it might be that this is applied twice for
Also, why do the Higgs and the daughters have different vertices? Something must be wrong here.
What are the differences between data 1) and 2)/3) that this bug occurs?
b) Even when fixing the beamspot constrains, discussed here, the reconstructed PV does not get fixed (to be clear: no improvement going from data 2) to data 3) ). Maybe this should be further discusses in the other issue but I still wanted to mention it here too.
Thanks for your help!
Sara
