Skip to content

Commit dd82f87

Browse files
committed
Please consider the following formatting changes
1 parent 93d559c commit dd82f87

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
@@ -133,7 +133,7 @@ struct ThreePartCorr {
133133
QARegistry.add("hTOFPion", "hTOFPion", {HistType::kTH2D, {{TrackPtAxis}, {1000, -50, 50}}});
134134
QARegistry.add("hTOFKaon", "hTOFKaon", {HistType::kTH2D, {{TrackPtAxis}, {1000, -50, 50}}});
135135
QARegistry.add("hTOFProton", "hTOFProton", {HistType::kTH2D, {{TrackPtAxis}, {1000, -50, 50}}});
136-
136+
137137
QARegistry.add("hInvMassLambda", "hInvMassLambda", {HistType::kTH3D, {{LambdaInvMassAxis}, {V0PtAxis}, {CentralityAxis}}});
138138
QARegistry.add("hInvMassAntiLambda", "hInvMassAntiLambda", {HistType::kTH3D, {{LambdaInvMassAxis}, {V0PtAxis}, {CentralityAxis}}});
139139

@@ -204,11 +204,11 @@ struct ThreePartCorr {
204204
// Start of the Track QA
205205
for (const auto& track : tracks) {
206206
if (track.hasTOF()) {
207-
QARegistry.fill(HIST("hTOFPion"), track.pt(), track.tofNSigmaPi());
208-
QARegistry.fill(HIST("hTOFKaon"), track.pt(), track.tofNSigmaKa());
209-
QARegistry.fill(HIST("hTOFProton"), track.pt(), track.tofNSigmaPr());
207+
QARegistry.fill(HIST("hTOFPion"), track.pt(), track.tofNSigmaPi());
208+
QARegistry.fill(HIST("hTOFKaon"), track.pt(), track.tofNSigmaKa());
209+
QARegistry.fill(HIST("hTOFProton"), track.pt(), track.tofNSigmaPr());
210210
}
211-
211+
212212
A_PID = TrackPID(track);
213213
if (A_PID[1] < 4.0) {
214214
QARegistry.fill(HIST("hTrackPt"), track.pt());

0 commit comments

Comments
 (0)