Skip to content

Commit 8e1dc74

Browse files
committed
remove _PB suffix from process type
1 parent b3df9e3 commit 8e1dc74

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

validphys2/src/validphys/theorycovariance/construction.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ def thcov_shifts_ht(ht_parameters,
199199
HT_func['H2p'], HT_func["HLp"] = ht_func.DIS_NC_ht(HT['H2p'], HT['HLp'], x, q2, y)
200200

201201
#CHORUS
202-
elif process_type in ["DIS_SNU_PB", "DIS_SNB_PB"]:
203-
# Lead target
202+
elif process_type in ["DIS_SNU", "DIS_SNB"]:
203+
# Lead target::
204204
A = 208.0
205205
Z = 82
206-
if process_type == "DIS_SNU_PB":
206+
if process_type == "DIS_SNU":
207207
l = 0
208-
elif process_type == "DIS_SNB_PB":
208+
elif process_type == "DIS_SNB":
209209
l = 1
210210

211211
DIS_NU = ht_func.DIS_SNU(HT, (A,Z), (x,q2,y), Mh=0.938, Mw=80.398, lepton=l)
@@ -221,9 +221,9 @@ def thcov_shifts_ht(ht_parameters,
221221
# Iron target
222222
Z = 23.403
223223
A = 49.618
224-
if process_type == "DIS_SNU_PB":
224+
if process_type == "DIS_SNU":
225225
l = 0
226-
elif process_type == "DIS_SNB_PB":
226+
elif process_type == "DIS_SNB":
227227
l = 1
228228

229229
DIS_NuTeV = ht_func.DIS_NUTEV(HT, (A,Z), (x,q2,y), Mh=0.938, Mw=80.398, lepton=l)

0 commit comments

Comments
 (0)