Skip to content

Commit c64d3da

Browse files
committed
follow data model naming convention
1 parent 26a127b commit c64d3da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DPG/Tasks/TPC/tpcSkimsTableCreator.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ namespace o2::aod
3030
{
3131
namespace tpcskims
3232
{
33-
DECLARE_SOA_COLUMN(InvDeDxExpTPC, invdEdxExpTPC, float);
33+
DECLARE_SOA_COLUMN(InvDeDxExpTPC, invDeDxExpTPC, float);
3434
DECLARE_SOA_COLUMN(Mass, mass, float);
35-
DECLARE_SOA_COLUMN(BetaGamma, bg, float);
35+
DECLARE_SOA_COLUMN(BetaGamma, betaGamma, float);
3636
DECLARE_SOA_COLUMN(NormMultTPC, normMultTPC, float);
3737
DECLARE_SOA_COLUMN(NormNClustersTPC, normNClustersTPC, float);
3838
DECLARE_SOA_COLUMN(NormNClustersTPCPID, normNClustersTPCPID, float);
39-
DECLARE_SOA_COLUMN(PidIndex, pidIndexTPC, uint8_t);
40-
DECLARE_SOA_COLUMN(NSigTPC, nsigTPC, float);
41-
DECLARE_SOA_COLUMN(NSigTOF, nsigTOF, float);
42-
DECLARE_SOA_COLUMN(NSigITS, nsigITS, float);
39+
DECLARE_SOA_COLUMN(PidIndex, pidIndex, uint8_t);
40+
DECLARE_SOA_COLUMN(NSigTPC, nSigTPC, float);
41+
DECLARE_SOA_COLUMN(NSigTOF, nSigTOF, float);
42+
DECLARE_SOA_COLUMN(NSigITS, nSigITS, float);
4343
DECLARE_SOA_COLUMN(AlphaV0, alphaV0, float);
4444
DECLARE_SOA_COLUMN(QtV0, qtV0, float);
4545
DECLARE_SOA_COLUMN(CosPAV0, cosPAV0, float);

0 commit comments

Comments
 (0)