@@ -93,23 +93,23 @@ 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
96+ DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
9797DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, int ); // ! Number of crossed TPC Rows
9898DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
9999DECLARE_SOA_COLUMN (ItsNCls, itsNCls, int ); // ! 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
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, int ); // ! Number of crossed TPC Rows
106106DECLARE_SOA_COLUMN (ItsClusterMapTrig, itsClusterMapTrig, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
107107DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, int ); // ! Number of ITS clusters
108- DECLARE_SOA_COLUMN (EtaAssocTrackTrig, etaAssocTrackTrig, float ); // ! Eta of the track
109- DECLARE_SOA_COLUMN (PhiAssocTrackTrig, phiAssocTrackTrig, float ); // ! Phi of the track
110- DECLARE_SOA_COLUMN (PtAssocTrackTrig, ptAssocTrackTrig, float ); // ! Pt of the track
111- DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
112- DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
108+ DECLARE_SOA_COLUMN (EtaAssocTrackTrig, etaAssocTrackTrig, float ); // ! Eta of the track
109+ DECLARE_SOA_COLUMN (PhiAssocTrackTrig, phiAssocTrackTrig, float ); // ! Phi of the track
110+ DECLARE_SOA_COLUMN (PtAssocTrackTrig, ptAssocTrackTrig, float ); // ! Pt of the track
111+ DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
112+ DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
113113} // namespace hf_assoc_track_reduced
114114DECLARE_SOA_TABLE (AssocTrackReds, " AOD" , " ASSOCTRACKRED" , // ! Table with associated track info
115115 soa::Index<>,
0 commit comments