@@ -93,15 +93,15 @@ DECLARE_SOA_TABLE(HfcRedCharmTrigs, "AOD", "HFCREDCHARMTRIG", //! Table with cha
9393
9494namespace hf_assoc_track_reduced
9595{
96- DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
97- DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, UChar_t); // ! Number of crossed TPC Rows
98- DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, UChar_t); // ! ITS cluster map, one bit per a layer, starting from the innermost
99- DECLARE_SOA_COLUMN (ItsNCls, itsNCls, UChar_t); // ! Number of ITS clusters
100- DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
101- DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
102- DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
103- DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
104- DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
96+ DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
97+ DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, UChar_t); // ! Number of crossed TPC Rows
98+ DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, UChar_t); // ! ITS cluster map, one bit per a layer, starting from the innermost
99+ DECLARE_SOA_COLUMN (ItsNCls, itsNCls, UChar_t); // ! Number of ITS clusters
100+ DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
101+ DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
102+ DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
103+ DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
104+ DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
105105DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, UChar_t); // ! Number of crossed TPC Rows
106106DECLARE_SOA_COLUMN (ItsClusterMapTrig, itsClusterMapTrig, UChar_t); // ! ITS cluster map, one bit per a layer, starting from the innermost
107107DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, UChar_t); // ! Number of ITS clusters
0 commit comments