Skip to content

Commit f1df507

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-17869
Please consider the following formatting changes to #17869
2 parents 36a0793 + ddffc17 commit f1df507

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

PWGHF/HFC/DataModel/DMesonPairsTables.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ DECLARE_SOA_COLUMN(TimestampHad, timestampHad, int64_t); //! Timestamp of the as
125125
} // namespace hf_correlation_d_meson_had
126126

127127
// Definition of the D meson table for D-had correlations. Contains the info needed at Data level.
128-
#define DECLARE_DMESON_ME_TABLE(_cand_number_, _marker_value_, _description_) \
129-
DECLARE_SOA_TABLE(_cand_number_, "AOD", _description_, o2::soa::Marker<_marker_value_>, \
130-
hf_correlation_d_meson_had::PtD, \
131-
hf_correlation_d_meson_had::EtaD, \
132-
hf_correlation_d_meson_had::PhiD, \
133-
hf_correlation_d_meson_had::MD, \
134-
hf_correlation_d_meson_had::DType, \
135-
hf_correlation_d_meson_had::PoolBinD, \
136-
hf_correlation_d_meson_had::GIndexColD, \
137-
hf_correlation_d_meson_had::TimestampD);
128+
#define DECLARE_DMESON_ME_TABLE(_cand_number_, _marker_value_, _description_) \
129+
DECLARE_SOA_TABLE(_cand_number_, "AOD", _description_, o2::soa::Marker<_marker_value_>, \
130+
hf_correlation_d_meson_had::PtD, \
131+
hf_correlation_d_meson_had::EtaD, \
132+
hf_correlation_d_meson_had::PhiD, \
133+
hf_correlation_d_meson_had::MD, \
134+
hf_correlation_d_meson_had::DType, \
135+
hf_correlation_d_meson_had::PoolBinD, \
136+
hf_correlation_d_meson_had::GIndexColD, \
137+
hf_correlation_d_meson_had::TimestampD);
138138

139139
DECLARE_DMESON_ME_TABLE(DMesonInfoCand1, 1, "DMESCAND1"); //! D0 cand 1 info for event mixing
140140
DECLARE_DMESON_ME_TABLE(DMesonInfoCand2, 2, "DMESCAND2"); //! D0 cand 2 info for event mixing

0 commit comments

Comments
 (0)