Skip to content

Commit 0fb89d7

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-17959
Please consider the following formatting changes to #17959
2 parents 94e2f94 + b1b8c13 commit 0fb89d7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

‎PWGLF/Tasks/Resonances/f0phiproxy.cxx‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#include <Framework/AnalysisDataModel.h>
2525
#include <Framework/AnalysisTask.h>
2626
#include <Framework/Configurable.h>
27+
#include <Framework/HistogramRegistry.h>
2728
#include <Framework/HistogramSpec.h>
2829
#include <Framework/InitContext.h>
2930
#include <Framework/OutputObjHeader.h>
30-
#include <Framework/HistogramRegistry.h>
3131
#include <Framework/runDataProcessing.h>
3232

3333
#include <Math/GenVector/LorentzVector.h>
@@ -275,8 +275,7 @@ struct F0phiproxy {
275275
histos.fill(HIST("hPionTOF"), track.pt(), track.tofNSigmaPi());
276276
histos.fill(HIST("hKaonTOF"), track.pt(), track.tofNSigmaKa());
277277
}
278-
TrackCandidate candidate{.id = track.globalIndex(), .sign = track.sign(),
279-
.px = track.px(), .py = track.py(), .pz = track.pz(), .hasTOF = tof};
278+
TrackCandidate candidate{.id = track.globalIndex(), .sign = track.sign(), .px = track.px(), .py = track.py(), .pz = track.pz(), .hasTOF = tof};
280279
if (passPID(track.tpcNSigmaPi(), track.tofNSigmaPi(), tof, pionTPC,
281280
pionTOF)) {
282281
event.pions.push_back(candidate);

0 commit comments

Comments
 (0)