Skip to content

Commit 19fdccd

Browse files
authored
Removing duplicate pthat
1 parent 497f893 commit 19fdccd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ struct JetHadronRecoil {
224224
double leadingPT = 0;
225225
double leadingTrackPt = 0;
226226
double leadingJetPt = 0;
227-
float pTHat = 10. / (std::pow(weight, 1.0 / pTHatExponent));
228227
float rhoReference = rho + rhoReferenceShift;
229228

230229
float dice = rand->Rndm();
@@ -374,7 +373,6 @@ struct JetHadronRecoil {
374373
int nTT = 0;
375374
double leadingPartPt = 0;
376375
double leadingJetPt = 0;
377-
float pTHat = 10. / (std::pow(weight, 1.0 / pTHatExponent));
378376
float dice = rand->Rndm();
379377
if (dice < fracSig)
380378
isSigCol = true;

0 commit comments

Comments
 (0)