@@ -98,25 +98,25 @@ using V0LegMCLabel = V0LegMCLabels::iterator;
9898// * EMC cluster mc label tables:
9999// 1. EMCALMCClusters in EMCalClusters.h: Vectors of global mc particle ids and energy fractions of the cluster
100100// 2. EMCClusterMCLabels: Vector of global mc particle ids
101- // 3. EMEMCClusterMCLabels: EM MC particle ID of largest contributor to cluster
101+ // 3. EMEMCClusterMCLabels: Vector of EM MC particle ID of largest contributor to cluster
102102namespace emcclustermclabel
103103{
104- DECLARE_SOA_ARRAY_INDEX_COLUMN (EMMCParticle , emmcparticle); // !
104+ DECLARE_SOA_ARRAY_INDEX_COLUMN (McParticle , emmcparticle) // !
105105} // namespace emcclustermclabel
106106
107107// NOTE: MC labels. This table has one vector of global mc particle ids for each reconstructed emc cluster (joinable with emccluster table)
108108DECLARE_SOA_TABLE (EMCClusterMCLabels, " AOD" , " EMCClsMCLABEL" , // !
109- emcclustermclabel::EMMCParticleIds );
109+ emcclustermclabel::McParticleIds );
110110using EMCClusterMCLabel = EMCClusterMCLabels::iterator;
111111
112112namespace ememcclustermclabel
113113{
114- DECLARE_SOA_INDEX_COLUMN (EMMCParticle, emmcparticle); // !
114+ DECLARE_SOA_ARRAY_INDEX_COLUMN (EMMCParticle, emmcparticle); // !
115115} // namespace ememcclustermclabel
116116
117- // NOTE: MC labels. This table has one entry for each reconstructed emc cluster (joinable with emccluster table)
117+ // NOTE: MC labels. This table has a vector of entries for each reconstructed emc cluster (joinable with emccluster table)
118118DECLARE_SOA_TABLE (EMEMCClusterMCLabels, " AOD" , " EMEMCClsMCLABEL" , // !
119- ememcclustermclabel::EMMCParticleId );
119+ ememcclustermclabel::EMMCParticleIds );
120120using EMEMCClusterMCLabel = EMEMCClusterMCLabels::iterator;
121121
122122namespace v0leg
0 commit comments