@@ -42,7 +42,7 @@ DECLARE_SOA_COLUMN(Z, z, float); //! decay position Z
4242DECLARE_SOA_COLUMN (Px, px, float ); // ! momentum X
4343DECLARE_SOA_COLUMN (Py, py, float ); // ! momentum Y
4444DECLARE_SOA_COLUMN (Pz, pz, float ); // ! momentum Z
45- DECLARE_SOA_COLUMN (Chi2, chi2, float ); // ! KFParticle: chi2geo/ndf or chi2topo/ndf of vertex fit, DCA fitter: Chi2AtPCACandidate value
45+ DECLARE_SOA_COLUMN (Chi2, chi2, float ); // ! KFParticle: chi2geo/ndf or chi2topo/ndf of vertex fit, DCA fitter: Chi2AtPCACandidate value
4646
4747// daughter properties
4848DECLARE_SOA_COLUMN (MassV0, massV0, float ); // ! V0 mass (with H3L or Anti-H3L mass hypothesis depending on deuteron charge)
@@ -105,7 +105,7 @@ DECLARE_SOA_COLUMN(GenZ, genZ, float); // generated decay vtx p
105105DECLARE_SOA_COLUMN (GenCt, genCt, float ); // generated Ct of the hypertriton
106106DECLARE_SOA_COLUMN (GenPhi, genPhi, float ); // generated Phi of the hypertriton
107107DECLARE_SOA_COLUMN (GenEta, genEta, float ); // Eta of the hypertriton
108- DECLARE_SOA_COLUMN (GenRap, genRap, float ); // generated rapidity of the hypertriton
108+ DECLARE_SOA_COLUMN (GenRap, genRap, float ); // generated rapidity of the hypertriton
109109DECLARE_SOA_COLUMN (GenPPr, genPPr, float ); // ! generated momentum proton daughter particle
110110DECLARE_SOA_COLUMN (GenPPi, genPPi, float ); // ! generated momentum pion daughter particle
111111DECLARE_SOA_COLUMN (GenPDe, genPDe, float ); // ! generated momentum deuteron daughter particle
@@ -186,9 +186,9 @@ DECLARE_SOA_DYNAMIC_COLUMN(TrackDePhi, trackDePhi, //! daughter2 phi
186186
187187// index table
188188DECLARE_SOA_TABLE (Decay3BodyIndices, " AOD" , " 3BodyINDEX" , // !
189- o2::soa::Index<>,
190- vtx3body::Decay3BodyId,
191- vtx3body::TrackPrId, vtx3body::TrackPiId, vtx3body::TrackDeId,
189+ o2::soa::Index<>,
190+ vtx3body::Decay3BodyId,
191+ vtx3body::TrackPrId, vtx3body::TrackPiId, vtx3body::TrackDeId,
192192 vtx3body::CollisionId);
193193
194194// reconstructed candidate table for analysis
0 commit comments