Skip to content

Commit

Permalink
Revert "added xq2 map for hadronic MQQ processes ref. [2303.06159]"
Browse files Browse the repository at this point in the history
This reverts commit 06d9c50.
  • Loading branch information
FrancescoMerlotti committed Jun 18, 2024
1 parent 06d9c50 commit 9efa715
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions validphys2/src/validphys/plotoptions/kintransforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,6 @@ def xq2map(self, k1, k2, k3, **extra_labels):
Q = (np.sqrt(QQMASS2+k1*k1)+k1)
return Q/k3, Q*Q

class HQQMQQXQ2MapMixin:
def xq2map(self, k1, k2, k3, **extra_labels):
"""in inv mass Experiments k1 is the mttbar, k2 is mu, and k3 is sqrt(s)"""
Q = k1 / 4
return Q / k3, Q*Q


class dyp_sqrt_scale(SqrtScaleMixin, DYXQ2MapMixin):
qlabel = '$M (GeV)$'
Expand Down Expand Up @@ -263,9 +257,8 @@ class ewk_rap_sqrt_scale(SqrtScaleMixin,DYXQ2MapMixin): # EWK_RAP -> DY okay
class hig_rap_sqrt_scale(SqrtScaleMixin,DYXQ2MapMixin): #okay, but it does not exist
qlabel = '$M_H (GeV)$'

class hqp_mqq_sqrt_scale(SqrtScaleMixin,HQQMQQXQ2MapMixin): # HQP_MQQ -> DYM okay
# qlabel = r'$\mu (GeV)$'
qlabel = r'$M^{QQ} (GeV) / 4$'
class hqp_mqq_sqrt_scale(SqrtScaleMixin,DYMXQ2MapMixin): # HQP_MQQ -> DYM okay
qlabel = r'$\mu (GeV)$'

class hqp_ptq_sqrt_scale(SqrtScaleMixin,HQPTXQ2MapMixin): # HQP_PTQ -> HQPT okay
qlabel = r'$\mu (GeV)$'
Expand Down

0 comments on commit 9efa715

Please sign in to comment.