Skip to content

Commit fc8e036

Browse files
committed
Please consider the following formatting changes
1 parent 94e2f94 commit fc8e036

2 files changed

Lines changed: 2 additions & 5 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);

‎PWGLF/Tasks/Resonances/lambdastarproxy.cxx‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/// \brief Standalone Lambda* deuteron-proxy task extracted from nucleibalance.cxx.
1414
/// \author Sushanta Tripathy <sushanta.tripathy@cern.ch>
1515

16-
1716
#include "Common/CCDB/EventSelectionParams.h"
1817
#include "Common/Core/RecoDecay.h"
1918
#include "Common/DataModel/Centrality.h"
@@ -35,7 +34,6 @@
3534
#include <THn.h>
3635
#include <TPDGCode.h>
3736

38-
3937
#include <array>
4038
#include <cmath>
4139
#include <cstring>

0 commit comments

Comments
 (0)