Opened 4 years ago
Last modified 4 years ago
#1476 reopened Bug
Delphes card for muon collider gives wrong jet masses
Reported by: | HDelpheser | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear experts,
I use MadGraph5 interfaced with PY8 and Delphes 3.4.2 to generate events. The delphes card I use is the card for Muon collider https://github.com/delphes/delphes/blob/master/cards/delphes_card_MuonColliderDet.tcl. The model I use is sm_full with TauDecay_UFO added. The process I am studying is mu- mu+ > tau+ tau-. My delphes card uses the inclusive Valencia algorithm to reconstruct jets. Obtained jets are then tau-tagged. One of the important variables in my study is the jet mass. My problem is that jet masses obtained using this delphes card are wrong. Half of the masses are positive and half of them are negative in a symmetric discrete pattern. To make sure that the problem relates to the delphes card, I generated a new sample for the same process this time with the ILD delphes card. Jet masses are now correct!
It would be highly appreciated if you let me know how I can get correct jet masses using the delphes card for muon collider.
Best
Gholamhossein
Change History (6)
comment:1 by , 4 years ago
Priority: | minor → critical |
---|
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 4 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 by , 4 years ago
I wanted to add some information which may help solve this issue. Although VLCjetR12_inclusive.Mass provides masses which are wrong, GenJet.Mass gives correct masses.
comment:6 by , 4 years ago
I found out that the problem is related to the jet momentum smearing module. After this module is applied to the reconstructed jets, jet masses are replaced with wrong values.