Skip to content

Commit 6d5ea93

Browse files
committed
Please consider the following formatting changes
1 parent 160dd31 commit 6d5ea93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DPG/Tasks/AOTTrack/V0Cascades/perfK0sResolution.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ struct perfK0sResolution {
222222
rK0sResolution.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(18, "INEL>1");
223223
rK0sResolution.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(19, "Below min occup.");
224224
rK0sResolution.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(20, "Above max occup.");
225-
225+
226226
rK0sResolution.add("hEventCentrality", "hEventCentrality", kTH1D, {{101, 0.0f, 101.0f}});
227227
rK0sResolution.add("hEventOccupancy", "hEventOccupancy", kTH1D, {occupancyAxis});
228228

@@ -487,7 +487,7 @@ struct perfK0sResolution {
487487
return false;
488488
if (v0.dcaV0daughters() > v0Selections.dcav0dau)
489489
return false;
490-
490+
491491
if (v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassK0Short > v0Selections.lifetimecut->get("lifetimecutK0S")) {
492492
return false;
493493
}
@@ -504,7 +504,7 @@ struct perfK0sResolution {
504504
return false;
505505
if (ntrack.itsNCls() < v0Selections.minITSclusters)
506506
return false;
507-
// check maximum ITS chi2 per clusters
507+
// check maximum ITS chi2 per clusters
508508
if (ptrack.itsChi2NCl() > v0Selections.maxITSchi2PerNcls)
509509
return false;
510510
if (ntrack.itsChi2NCl() > v0Selections.maxITSchi2PerNcls)

0 commit comments

Comments
 (0)