@@ -26,27 +26,27 @@ DECLARE_SOA_COLUMN(Multiplicity, multiplicity, float); //! Event multiplicity
26
26
DECLARE_SOA_COLUMN (PosZ, posZ, float ); // ! Primary vertex z position
27
27
28
28
} // namespace hf_collisions_reduced
29
- DECLARE_SOA_TABLE (HfRedCollisions , " AOD" , " COLLREDUCED " , // ! Table with collision info
29
+ DECLARE_SOA_TABLE (HfcRedCollisions , " AOD" , " HFCREDCOLLISION " , // ! Table with collision info
30
30
soa::Index<>,
31
31
aod::hf_collisions_reduced::Multiplicity,
32
32
aod::hf_collisions_reduced::PosZ);
33
33
34
- using HfRedCollision = HfRedCollisions ::iterator;
34
+ using HfcRedCollision = HfcRedCollisions ::iterator;
35
35
36
36
// DECLARE_SOA_TABLE(HfCandColCounts, "AOD", "HFCANDCOLCOUNT", //! Table with number of collisions which contain at least one candidate
37
37
// aod::hf_collisions_reduced::OriginalCollisionCount);
38
38
39
39
namespace hf_candidate_reduced
40
40
{
41
- DECLARE_SOA_INDEX_COLUMN (HfRedCollision, hfRedCollision ); // ! ReducedCollision index
41
+ DECLARE_SOA_INDEX_COLUMN (HfcRedCollision, hfcRedCollision ); // ! ReducedCollision index
42
42
DECLARE_SOA_COLUMN (PhiCand, phiCand, float ); // ! Phi of the candidate
43
43
DECLARE_SOA_COLUMN (EtaCand, etaCand, float ); // ! Eta of the candidate
44
44
DECLARE_SOA_COLUMN (PtCand, ptCand, float ); // ! Pt of the candidate
45
45
DECLARE_SOA_COLUMN (InvMassDs, invMassDs, float ); // ! Invariant mass of Ds candidate
46
46
} // namespace hf_candidate_reduced
47
47
DECLARE_SOA_TABLE (DsCandReduced, " AOD" , " DSCANDREDUCED" , // ! Table with Ds candidate info (rectangular selection)
48
48
soa::Index<>,
49
- aod::hf_candidate_reduced::HfRedCollisionId ,
49
+ aod::hf_candidate_reduced::HfcRedCollisionId ,
50
50
aod::hf_candidate_reduced::PhiCand,
51
51
aod::hf_candidate_reduced::EtaCand,
52
52
aod::hf_candidate_reduced::PtCand,
@@ -59,9 +59,9 @@ DECLARE_SOA_COLUMN(EtaAssocTrack, etaAssocTrack, float); //! Eta of the track
59
59
DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
60
60
DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
61
61
} // namespace hf_assoc_track_reduced
62
- DECLARE_SOA_TABLE (AssocTrackReduced , " AOD" , " TRACKREDUCED " , // ! Table with associated track info
62
+ DECLARE_SOA_TABLE (AssocTrackRed , " AOD" , " ASSOCTRACKRED " , // ! Table with associated track info
63
63
soa::Index<>,
64
- aod::hf_candidate_reduced::HfRedCollisionId ,
64
+ aod::hf_candidate_reduced::HfcRedCollisionId ,
65
65
aod::hf_assoc_track_reduced::PhiAssocTrack,
66
66
aod::hf_assoc_track_reduced::EtaAssocTrack,
67
67
aod::hf_assoc_track_reduced::PtAssocTrack)
0 commit comments