Skip to content

Commit cc8be7a

Browse files
authored
fix conflits
1 parent 05f4434 commit cc8be7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGUD/Tasks/flowCorrelationsUpc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ struct FlowCorrelationsUpc {
375375
return true;
376376
}
377377

378-
bool setCurrentParticleWeights(float& weight_nue, float& weight_nua)
378+
bool setCurrentParticleWeights(float& weight_nue, float& weight_nua, float pt)
379379
{
380380
float eff = 1.;
381381
if (mEfficiency)
@@ -446,7 +446,7 @@ struct FlowCorrelationsUpc {
446446

447447
// 计算track1的权重
448448
float weff1 = 1., wacc1 = 1.;
449-
if (!setCurrentParticleWeights(weff1, wacc1, phi1, eta1, pt1, vtxz))
449+
if (!setCurrentParticleWeights(weff1, wacc1, pt1))
450450
continue;
451451

452452
if (system == SameEvent) {
@@ -556,7 +556,7 @@ struct FlowCorrelationsUpc {
556556
independent = nTracksCorrected;
557557
}
558558

559-
fillYield(collision, tracks, currentRunNumber, vtxz);
559+
fillYield(collision, tracks, vtxz);
560560

561561
fillCorrelations<CorrelationContainer::kCFStepReconstructed>(
562562
tracks, tracks, collision.posZ(), SameEvent,

0 commit comments

Comments
 (0)