@@ -30,16 +30,16 @@ namespace o2::aod
3030{
3131namespace tpcskims
3232{
33- DECLARE_SOA_COLUMN (InvDeDxExpTPC, invdEdxExpTPC , float );
33+ DECLARE_SOA_COLUMN (InvDeDxExpTPC, invDeDxExpTPC , float );
3434DECLARE_SOA_COLUMN (Mass, mass, float );
35- DECLARE_SOA_COLUMN (BetaGamma, bg , float );
35+ DECLARE_SOA_COLUMN (BetaGamma, betaGamma , float );
3636DECLARE_SOA_COLUMN (NormMultTPC, normMultTPC, float );
3737DECLARE_SOA_COLUMN (NormNClustersTPC, normNClustersTPC, float );
3838DECLARE_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 );
4343DECLARE_SOA_COLUMN (AlphaV0, alphaV0, float );
4444DECLARE_SOA_COLUMN (QtV0, qtV0, float );
4545DECLARE_SOA_COLUMN (CosPAV0, cosPAV0, float );
0 commit comments