Skip to content

Commit 9bff573

Browse files
committed
Merge branch 'Alice3MultDev' of https://github.com/axti98/O2Physics into Alice3MultDev
Merge auto-format suggestion
2 parents b1549c8 + 2427e80 commit 9bff573

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)