Skip to content

Commit 2427e80

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-17540
Please consider the following formatting changes to #17540
2 parents 46f0ac9 + 427774c commit 2427e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/DataModel/tracksAlice3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DECLARE_SOA_COLUMN(NSiliconHits, nSiliconHits, int); //! number of silico
3131
DECLARE_SOA_COLUMN(NTPCHits, nTPCHits, int); //! number of tpc hits
3232
DECLARE_SOA_COLUMN(PdgCode, pdgCode, int); //! PDG code of the linked truth MC particle
3333
DECLARE_SOA_COLUMN(TrackType, trackType, int); //! Type of the track
34-
DECLARE_SOA_COLUMN(IsPVContributor, isPVContributor, bool); //! Has track contributed to the PV fit?
34+
DECLARE_SOA_COLUMN(IsPVContributor, isPVContributor, bool); //! Has track contributed to the PV fit?
3535
} // namespace track_alice3
3636
DECLARE_SOA_TABLE(TracksAlice3, "AOD", "TRACKSALICE3",
3737
track_alice3::IsReconstructed);

0 commit comments

Comments
 (0)