Skip to content

Commit a53d9cf

Browse files
authored
Fix comment formatting and clean up code
1 parent f16e574 commit a53d9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/lambdaSpinPolarization.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ struct LambdaTableProducer {
450450
histos.add("Tracks/h1f_lambda_pt_vs_invm", "p_{T} vs M_{#Lambda}", kTH2F, {axisV0Mass, axisV0Pt});
451451
histos.add("Tracks/h1f_antilambda_pt_vs_invm", "p_{T} vs M_{#bar{#Lambda}}", kTH2F, {axisV0Mass, axisV0Pt});
452452

453-
//histogram for LS subsampling fraction (nKept/nTotal per event)
453+
// histogram for LS subsampling fraction (nKept/nTotal per event)
454454
histos.add("Tracks/h1f_fake_subsample_fraction", "LS subsample fraction (nKept/nTotal)", kTH1F, {{110, 0., 1.1, "f_{subsample}"}});
455455

456456
// QA Lambda
@@ -1236,7 +1236,7 @@ struct LambdaTableProducer {
12361236
}
12371237

12381238
if (cFakeDaughterMaxDEta > 0.f &&
1239-
std::abs(tr1.eta() - tr2.eta()) > cFakeDaughterMaxDEta) {
1239+
std::abs(tr1.eta() - tr2.eta()) > cFakeDaughterMaxDEta) {
12401240
continue;
12411241
}
12421242
if (cFakeDaughterMaxOpenAngle > 0.f) {

0 commit comments

Comments
 (0)