Skip to content

Commit 4d8ce42

Browse files
committed
Please consider the following formatting changes
1 parent f3dd51e commit 4d8ce42

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed

PWGLF/DataModel/Vtx3BodyTables.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DECLARE_SOA_COLUMN(Z, z, float); //! decay position Z
4242
DECLARE_SOA_COLUMN(Px, px, float); //! momentum X
4343
DECLARE_SOA_COLUMN(Py, py, float); //! momentum Y
4444
DECLARE_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
4848
DECLARE_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
105105
DECLARE_SOA_COLUMN(GenCt, genCt, float); // generated Ct of the hypertriton
106106
DECLARE_SOA_COLUMN(GenPhi, genPhi, float); // generated Phi of the hypertriton
107107
DECLARE_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
109109
DECLARE_SOA_COLUMN(GenPPr, genPPr, float); //! generated momentum proton daughter particle
110110
DECLARE_SOA_COLUMN(GenPPi, genPPi, float); //! generated momentum pion daughter particle
111111
DECLARE_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
188188
DECLARE_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

Comments
 (0)