Skip to content

Commit 3af5f89

Browse files
committed
Please consider the following formatting changes
1 parent a4b4895 commit 3af5f89

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ DECLARE_SOA_TABLE(DHadronRecoInfo, "AOD", "DHADRONRECOINFO", //! D0-Hadrons pair
9797
// Note: definition of columns and tables for Lc-Hadron correlation pairs
9898
namespace hf_correlation_lc_hadron
9999
{
100-
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float); //! DeltaPhi between Lc and Hadrons
101-
DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float); //! DeltaEta between Lc and Hadrons
102-
DECLARE_SOA_COLUMN(PtLc, ptLc, float); //! Transverse momentum of Lc
103-
DECLARE_SOA_COLUMN(PtHadron, ptHadron, float); //! Transverse momentum of Hadron
104-
DECLARE_SOA_COLUMN(MLc, mLc, float); //! Invariant mass of Lc
100+
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float); //! DeltaPhi between Lc and Hadrons
101+
DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float); //! DeltaEta between Lc and Hadrons
102+
DECLARE_SOA_COLUMN(PtLc, ptLc, float); //! Transverse momentum of Lc
103+
DECLARE_SOA_COLUMN(PtHadron, ptHadron, float); //! Transverse momentum of Hadron
104+
DECLARE_SOA_COLUMN(MLc, mLc, float); //! Invariant mass of Lc
105105
DECLARE_SOA_COLUMN(MlScoreBkg, mlScoreBkg, float); //! ML background score for Lc selection
106106
DECLARE_SOA_COLUMN(MlScorePrompt, mlScorePrompt, float); //! ML prompt score for Lc selection
107-
DECLARE_SOA_COLUMN(SignalStatus, signalStatus, int); //! Tag for LcToPKPi/LcToPiKP
108-
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin for the MixedEvent
107+
DECLARE_SOA_COLUMN(SignalStatus, signalStatus, int); //! Tag for LcToPKPi/LcToPiKP
108+
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin for the MixedEvent
109109
DECLARE_SOA_COLUMN(TrackDcaXY, trackDcaXY, float); //! DCA xy of the track
110110
DECLARE_SOA_COLUMN(TrackDcaZ, trackDcaZ, float); //! DCA z of the track
111111
DECLARE_SOA_COLUMN(TrackTPCNClsCrossedRows, trackTPCNClsCrossedRows, int); //! Number of crossed TPC Rows

PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/// \author Marianna Mazzilli <marianna.mazzilli@cern.ch>
1616
/// \author Zhen Zhang <zhenz@cern.ch>
1717

18-
1918
#include "CommonConstants/PhysicsConstants.h"
2019
#include "Framework/AnalysisTask.h"
2120
#include "Framework/HistogramRegistry.h"

0 commit comments

Comments
 (0)