Skip to content

Commit 404278a

Browse files
committed
Formatting everything
1 parent 8520ec2 commit 404278a

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

PWGLF/DataModel/LFHypernucleiTables.h

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@ namespace o2::aod
2424
{
2525
namespace hyperrec
2626
{
27-
DECLARE_SOA_COLUMN(IsMatter, isMatter, bool); // bool: true for matter
28-
DECLARE_SOA_COLUMN(Pt, pt, float); // Momentum of the candidate (x direction)
29-
DECLARE_SOA_COLUMN(Phi, phi, float); // Momentum of the candidate (y direction)
30-
DECLARE_SOA_COLUMN(Eta, eta, float); // Momentum of the candidate (z direction)
31-
DECLARE_SOA_COLUMN(XDecVtx, xDecVtx, float); // Decay vertex of the candidate (x direction)
32-
DECLARE_SOA_COLUMN(YDecVtx, yDecVtx, float); // Decay vertex of the candidate (y direction)
33-
DECLARE_SOA_COLUMN(ZDecVtx, zDecVtx, float); // Decay vertex of the candidate (z direction)
34-
DECLARE_SOA_COLUMN(MassH3L, massH3L, float); // Squared mass w/ hypertriton mass hypo
35-
DECLARE_SOA_COLUMN(MassH4L, massH4L, float); // Squared mass w/ H4L mass hypo
36-
DECLARE_SOA_COLUMN(DcaV0Daug, dcaV0Daug, float); // DCA between daughters
37-
DECLARE_SOA_COLUMN(CosPA, cosPA, double); // Cosine of the pointing angle
38-
DECLARE_SOA_COLUMN(NSigmaHe, nSigmaHe, float); // Number of sigmas of the He daughter
27+
DECLARE_SOA_COLUMN(IsMatter, isMatter, bool); // bool: true for matter
28+
DECLARE_SOA_COLUMN(Pt, pt, float); // Momentum of the candidate (x direction)
29+
DECLARE_SOA_COLUMN(Phi, phi, float); // Momentum of the candidate (y direction)
30+
DECLARE_SOA_COLUMN(Eta, eta, float); // Momentum of the candidate (z direction)
31+
DECLARE_SOA_COLUMN(XDecVtx, xDecVtx, float); // Decay vertex of the candidate (x direction)
32+
DECLARE_SOA_COLUMN(YDecVtx, yDecVtx, float); // Decay vertex of the candidate (y direction)
33+
DECLARE_SOA_COLUMN(ZDecVtx, zDecVtx, float); // Decay vertex of the candidate (z direction)
34+
DECLARE_SOA_COLUMN(MassH3L, massH3L, float); // Squared mass w/ hypertriton mass hypo
35+
DECLARE_SOA_COLUMN(MassH4L, massH4L, float); // Squared mass w/ H4L mass hypo
36+
DECLARE_SOA_COLUMN(DcaV0Daug, dcaV0Daug, float); // DCA between daughters
37+
DECLARE_SOA_COLUMN(CosPA, cosPA, double); // Cosine of the pointing angle
38+
DECLARE_SOA_COLUMN(NSigmaHe, nSigmaHe, float); // Number of sigmas of the He daughter
3939
DECLARE_SOA_COLUMN(NTPCclusHe, nTPCclusHe, uint8_t); // Number of TPC clusters of the He daughter
4040
DECLARE_SOA_COLUMN(NTPCclusPi, nTPCclusPi, uint8_t); // Number of TPC clusters of the Pi daughter
4141
DECLARE_SOA_COLUMN(TPCsignalHe, tpcSignalHe, uint16_t); // TPC signal of the He daughter
4242
DECLARE_SOA_COLUMN(TPCsignalPi, tpcSignalPi, uint16_t); // TPC signal of the Pi daughter
4343
DECLARE_SOA_COLUMN(TPCmomHe, tpcMomHe, float); // TPC momentum of the He daughter
4444
DECLARE_SOA_COLUMN(TPCmomPi, tpcMomPi, float); // TPC momentum of the Pi daughter
45-
DECLARE_SOA_COLUMN(DcaHe, dcaHe, float); // DCA between He daughter and V0
46-
DECLARE_SOA_COLUMN(DcaPi, dcaPi, float); // DCA between pi daughter and V0
47-
DECLARE_SOA_COLUMN(GenPt, genPt, float); // Momentum of the candidate (x direction)
48-
DECLARE_SOA_COLUMN(GenPhi, genPhi, float); // Momentum of the candidate (y direction)
49-
DECLARE_SOA_COLUMN(GenEta, genEta, float); // Momentum of the candidate (z direction)
50-
DECLARE_SOA_COLUMN(GenXDecVtx, genXDecVtx, float); // Decay vertex of the candidate (x direction)
51-
DECLARE_SOA_COLUMN(GenYDecVtx, genYDecVtx, float); // Decay vertex of the candidate (y direction)
52-
DECLARE_SOA_COLUMN(GenZDecVtx, genZDecVtx, float); // Decay vertex of the candidate (z direction)
53-
DECLARE_SOA_COLUMN(IsReco, isReco, bool); // bool: true for reco
54-
DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); // bool: true for signal
45+
DECLARE_SOA_COLUMN(DcaHe, dcaHe, float); // DCA between He daughter and V0
46+
DECLARE_SOA_COLUMN(DcaPi, dcaPi, float); // DCA between pi daughter and V0
47+
DECLARE_SOA_COLUMN(GenPt, genPt, float); // Momentum of the candidate (x direction)
48+
DECLARE_SOA_COLUMN(GenPhi, genPhi, float); // Momentum of the candidate (y direction)
49+
DECLARE_SOA_COLUMN(GenEta, genEta, float); // Momentum of the candidate (z direction)
50+
DECLARE_SOA_COLUMN(GenXDecVtx, genXDecVtx, float); // Decay vertex of the candidate (x direction)
51+
DECLARE_SOA_COLUMN(GenYDecVtx, genYDecVtx, float); // Decay vertex of the candidate (y direction)
52+
DECLARE_SOA_COLUMN(GenZDecVtx, genZDecVtx, float); // Decay vertex of the candidate (z direction)
53+
DECLARE_SOA_COLUMN(IsReco, isReco, bool); // bool: true for reco
54+
DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); // bool: true for signal
5555
} // namespace hyperrec
5656

5757
DECLARE_SOA_TABLE(DataHypCands, "AOD", "DATAHYPCANDS",

0 commit comments

Comments
 (0)