@@ -107,28 +107,28 @@ DECLARE_SOA_TABLE(AssocTrackSels, "AOD", "ASSOCTRACKSEL", //! Table with associa
107107namespace hf_correl_charm_had_reduced
108108{
109109// Correlation columns
110- DECLARE_SOA_INDEX_COLUMN (HfcRedCorrColl, hfcRedCorrColl); // ! ReducedCollision index
111- DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! DeltaPhi between charm hadron and Hadrons
112- DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float ); // ! DeltaEta between charm hadron and Hadrons
113- DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin for the MixedEvent
110+ DECLARE_SOA_INDEX_COLUMN (HfcRedCorrColl, hfcRedCorrColl); // ! ReducedCollision index
111+ DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! DeltaPhi between charm hadron and Hadrons
112+ DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float ); // ! DeltaEta between charm hadron and Hadrons
113+ DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin for the MixedEvent
114114// General trigger particle columns
115- DECLARE_SOA_COLUMN (PhiTrig, phiTrig, float ); // ! Phi of the trigger candidate
116- DECLARE_SOA_COLUMN (EtaTrig, etaTrig, float ); // ! Eta of the trigger candidate
117- DECLARE_SOA_COLUMN (PtTrig, ptTrig, float ); // ! Pt of the trigger candidate
115+ DECLARE_SOA_COLUMN (PhiTrig, phiTrig, float ); // ! Phi of the trigger candidate
116+ DECLARE_SOA_COLUMN (EtaTrig, etaTrig, float ); // ! Eta of the trigger candidate
117+ DECLARE_SOA_COLUMN (PtTrig, ptTrig, float ); // ! Pt of the trigger candidate
118118// Charm trigger particle selection columns
119- DECLARE_SOA_COLUMN (InvMassTrig, invMassTrig, float ); // ! Invariant mass of Charm trigger candidate
120- DECLARE_SOA_COLUMN (BdtScore0Trig, bdtScore0Trig, float ); // ! First BDT output score
121- DECLARE_SOA_COLUMN (BdtScore1Trig, bdtScore1Trig, float ); // ! Second BDT output score
119+ DECLARE_SOA_COLUMN (InvMassTrig, invMassTrig, float ); // ! Invariant mass of Charm trigger candidate
120+ DECLARE_SOA_COLUMN (BdtScore0Trig, bdtScore0Trig, float ); // ! First BDT output score
121+ DECLARE_SOA_COLUMN (BdtScore1Trig, bdtScore1Trig, float ); // ! Second BDT output score
122122// Hadron trigger particle selection columns
123- DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, int ); // ! Number of crossed TPC Rows
124- DECLARE_SOA_COLUMN (ItsClsMapTrig, itsClsMapTrig, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
125- DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, int ); // ! Number of ITS clusters
126- DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
127- DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
123+ DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, int ); // ! Number of crossed TPC Rows
124+ DECLARE_SOA_COLUMN (ItsClsMapTrig, itsClsMapTrig, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
125+ DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, int ); // ! Number of ITS clusters
126+ DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
127+ DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
128128// General associated particle columns
129- DECLARE_SOA_COLUMN (EtaAssoc, etaAssoc, float ); // ! Eta of the associated candidate
130- DECLARE_SOA_COLUMN (PhiAssoc, phiAssoc, float ); // ! Phi of the associated candidate
131- DECLARE_SOA_COLUMN (PtAssoc, ptAssoc, float ); // ! Pt of the associated candidate
129+ DECLARE_SOA_COLUMN (EtaAssoc, etaAssoc, float ); // ! Eta of the associated candidate
130+ DECLARE_SOA_COLUMN (PhiAssoc, phiAssoc, float ); // ! Phi of the associated candidate
131+ DECLARE_SOA_COLUMN (PtAssoc, ptAssoc, float ); // ! Pt of the associated candidate
132132// Hadron associated particle selection columns
133133DECLARE_SOA_COLUMN (NTpcCrossedRowsAssoc, nTpcCrossedRowsAssoc, int ); // ! Number of crossed TPC Rows
134134DECLARE_SOA_COLUMN (ItsClsMapAssoc, itsClsMapAssoc, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
0 commit comments