From 1d0fe1f28097e021bc80a62d1e08556156889c99 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 14 May 2024 13:52:14 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/AnalysisDataModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/AnalysisDataModel.h b/Framework/Core/include/Framework/AnalysisDataModel.h index 87cd178d8d048..1b16ea9e0ddbe 100644 --- a/Framework/Core/include/Framework/AnalysisDataModel.h +++ b/Framework/Core/include/Framework/AnalysisDataModel.h @@ -253,7 +253,7 @@ DECLARE_SOA_COLUMN(TOFExpMom, tofExpMom, float); DECLARE_SOA_COLUMN(TrackEtaEMCAL, trackEtaEmcal, float); //! DECLARE_SOA_COLUMN(TrackPhiEMCAL, trackPhiEmcal, float); //! DECLARE_SOA_COLUMN(TrackTime, trackTime, float); //! Estimated time of the track in ns wrt collision().bc() or ambiguoustrack.bcSlice()[0] -DECLARE_SOA_COLUMN_FULL(TrackTimeResInternal, trackTimeResInternal, float, "fTrackTimeRes"); //! Internal resolution of the track time in ns (see TrackFlags::TrackTimeResIsRange) +DECLARE_SOA_COLUMN_FULL(TrackTimeResInternal, trackTimeResInternal, float, "fTrackTimeRes"); //! Internal resolution of the track time in ns (see TrackFlags::TrackTimeResIsRange) // expression columns changing between versions have to be declared in different namespaces