There was an error while loading. Please reload this page.
2 parents 46f0ac9 + 427774c commit 2427e80Copy full SHA for 2427e80
1 file changed
ALICE3/DataModel/tracksAlice3.h
@@ -31,7 +31,7 @@ DECLARE_SOA_COLUMN(NSiliconHits, nSiliconHits, int); //! number of silico
31
DECLARE_SOA_COLUMN(NTPCHits, nTPCHits, int); //! number of tpc hits
32
DECLARE_SOA_COLUMN(PdgCode, pdgCode, int); //! PDG code of the linked truth MC particle
33
DECLARE_SOA_COLUMN(TrackType, trackType, int); //! Type of the track
34
-DECLARE_SOA_COLUMN(IsPVContributor, isPVContributor, bool); //! Has track contributed to the PV fit?
+DECLARE_SOA_COLUMN(IsPVContributor, isPVContributor, bool); //! Has track contributed to the PV fit?
35
} // namespace track_alice3
36
DECLARE_SOA_TABLE(TracksAlice3, "AOD", "TRACKSALICE3",
37
track_alice3::IsReconstructed);
0 commit comments