Skip to content

Commit d4190a7

Browse files
committed
Please consider the following formatting changes
1 parent 6ec02ab commit d4190a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ struct ThreeParticleCorrelations {
374374
if (v0Filters(collision, trigger, tracks)) {
375375

376376
triggSign = v0Sign(trigger);
377-
v0Efficiency = v0Eff(hEffLambdas, trigger, collision.centFT0C());
378-
377+
v0Efficiency = v0Eff(hEffLambdas, trigger, collision.centFT0C());
378+
379379
rQARegistry.fill(HIST("hPtV0"), trigger.pt(), collision.centFT0C(), triggSign, 1. / v0Efficiency);
380380
if (triggSign == 1) {
381381
candMass = trigger.mLambda();
@@ -452,8 +452,8 @@ struct ThreeParticleCorrelations {
452452
if (radialDistanceFilter(trigger, associate, bField, true) && fakeV0Filter(trigger, associate)) {
453453

454454
triggSign = v0Sign(trigger);
455-
v0Efficiency = v0Eff(hEffLambdas, trigger, coll_1.centFT0C());
456-
455+
v0Efficiency = v0Eff(hEffLambdas, trigger, coll_1.centFT0C());
456+
457457
if (triggSign == 1) {
458458
candMass = trigger.mLambda();
459459
} else if (triggSign == -1) {
@@ -836,7 +836,7 @@ struct ThreeParticleCorrelations {
836836
return 1.0;
837837
}
838838
}
839-
839+
840840
template <class TrackCand>
841841
double trackEff(TH3D** efficiencies, const TrackCand& track, double centrality)
842842
{

0 commit comments

Comments
 (0)