@@ -77,21 +77,21 @@ DECLARE_SOA_TABLE(DsCandSelInfos, "AOD", "DSCANDSELINFO", //! Table with Ds cand
7777
7878namespace hf_correlation_trigger_reduced
7979{
80- DECLARE_SOA_INDEX_COLUMN (HfcRedCorrColl, hfcRedCorrColl); // ! ReducedCollision index
81- DECLARE_SOA_COLUMN (PhiTrig, phiTrig, float ); // ! Phi of the trigger candidate
82- DECLARE_SOA_COLUMN (EtaTrig, etaTrig, float ); // ! Eta of the trigger candidate
83- DECLARE_SOA_COLUMN (PtTrig, ptTrig, float ); // ! Pt of the trigger candidate
84- DECLARE_SOA_COLUMN (InvMassTrig, invMassTrig, float ); // ! Invariant mass of Charm trigger candidate
85- DECLARE_SOA_COLUMN (BdtScore0Trig, bdtScore0Trig, float ); // ! First BDT output score
86- DECLARE_SOA_COLUMN (BdtScore1Trig, bdtScore1Trig, float ); // ! Second BDT output score
87- DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, int ); // ! Number of crossed TPC Rows
88- DECLARE_SOA_COLUMN (ItsClusterMapTrig, itsClusterMapTrig, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
89- DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, int ); // ! Number of ITS clusters
90- DECLARE_SOA_COLUMN (EtaTrigTrack, etaTrigTrack, float ); // ! Eta of the track
91- DECLARE_SOA_COLUMN (PhiTrigTrack, phiTrigTrack, float ); // ! Phi of the track
92- DECLARE_SOA_COLUMN (PtTrigTrack, ptTrigTrack, float ); // ! Pt of the track
93- DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
94- DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
80+ DECLARE_SOA_INDEX_COLUMN (HfcRedCorrColl, hfcRedCorrColl); // ! ReducedCollision index
81+ DECLARE_SOA_COLUMN (PhiTrig, phiTrig, float ); // ! Phi of the trigger candidate
82+ DECLARE_SOA_COLUMN (EtaTrig, etaTrig, float ); // ! Eta of the trigger candidate
83+ DECLARE_SOA_COLUMN (PtTrig, ptTrig, float ); // ! Pt of the trigger candidate
84+ DECLARE_SOA_COLUMN (InvMassTrig, invMassTrig, float ); // ! Invariant mass of Charm trigger candidate
85+ DECLARE_SOA_COLUMN (BdtScore0Trig, bdtScore0Trig, float ); // ! First BDT output score
86+ DECLARE_SOA_COLUMN (BdtScore1Trig, bdtScore1Trig, float ); // ! Second BDT output score
87+ DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, int ); // ! Number of crossed TPC Rows
88+ DECLARE_SOA_COLUMN (ItsClusterMapTrig, itsClusterMapTrig, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
89+ DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, int ); // ! Number of ITS clusters
90+ DECLARE_SOA_COLUMN (EtaTrigTrack, etaTrigTrack, float ); // ! Eta of the track
91+ DECLARE_SOA_COLUMN (PhiTrigTrack, phiTrigTrack, float ); // ! Phi of the track
92+ DECLARE_SOA_COLUMN (PtTrigTrack, ptTrigTrack, float ); // ! Pt of the track
93+ DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
94+ DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
9595} // namespace hf_correlation_trigger_reduced
9696
9797DECLARE_SOA_TABLE (HfcRedTrigs, " AOD" , " HFCREDTRIG" , // ! Table with charm hadron candidate info
@@ -115,15 +115,15 @@ DECLARE_SOA_TABLE(HfcRedTrigHads, "AOD", "HFCREDTRIGHAD", //! Table with Same Ev
115115
116116namespace hf_assoc_track_reduced
117117{
118- DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
119- DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, int ); // ! Number of crossed TPC Rows
120- DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
121- DECLARE_SOA_COLUMN (ItsNCls, itsNCls, int ); // ! Number of ITS clusters
122- DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
123- DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
124- DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
125- DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
126- DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
118+ DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
119+ DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, int ); // ! Number of crossed TPC Rows
120+ DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
121+ DECLARE_SOA_COLUMN (ItsNCls, itsNCls, int ); // ! Number of ITS clusters
122+ DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
123+ DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
124+ DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
125+ DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
126+ DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
127127} // namespace hf_assoc_track_reduced
128128DECLARE_SOA_TABLE (AssocTrackReds, " AOD" , " ASSOCTRACKRED" , // ! Table with associated track info
129129 soa::Index<>,
0 commit comments