@@ -211,14 +211,14 @@ using MultHepMCHI = MultHepMCHIs::iterator;
211211
212212namespace multZeq
213213{
214- DECLARE_SOA_COLUMN (MultZeqFV0A, multZeqFV0A, float ); // ! Multiplicity equalized for the vertex position with the FV0A detector
215- DECLARE_SOA_COLUMN (MultZeqFT0A, multZeqFT0A, float ); // ! Multiplicity equalized for the vertex position with the FT0A detector
216- DECLARE_SOA_COLUMN (MultZeqFT0C, multZeqFT0C, float ); // ! Multiplicity equalized for the vertex position with the FT0C detector
217- DECLARE_SOA_COLUMN (MultZeqFDDA, multZeqFDDA, float ); // ! Multiplicity equalized for the vertex position with the FDDA detector
218- DECLARE_SOA_COLUMN (MultZeqFDDC, multZeqFDDC, float ); // ! Multiplicity equalized for the vertex position with the FDDC detector
219- DECLARE_SOA_COLUMN (MultZeqNTracksPV, multZeqNTracksPV, float ); // ! Multiplicity equalized for the vertex position from the PV contributors
214+ DECLARE_SOA_COLUMN (MultZeqFV0A, multZeqFV0A, float ); // ! Multiplicity equalized for the vertex position with the FV0A detector
215+ DECLARE_SOA_COLUMN (MultZeqFT0A, multZeqFT0A, float ); // ! Multiplicity equalized for the vertex position with the FT0A detector
216+ DECLARE_SOA_COLUMN (MultZeqFT0C, multZeqFT0C, float ); // ! Multiplicity equalized for the vertex position with the FT0C detector
217+ DECLARE_SOA_COLUMN (MultZeqFDDA, multZeqFDDA, float ); // ! Multiplicity equalized for the vertex position with the FDDA detector
218+ DECLARE_SOA_COLUMN (MultZeqFDDC, multZeqFDDC, float ); // ! Multiplicity equalized for the vertex position with the FDDC detector
219+ DECLARE_SOA_COLUMN (MultZeqNTracksPV, multZeqNTracksPV, float ); // ! Multiplicity equalized for the vertex position from the PV contributors
220220DECLARE_SOA_COLUMN (MultZeqNTracksGlobal, multZeqNTracksGlobal, float ); // ! Multiplicity equalized for the vertex position, global tracks
221- DECLARE_SOA_COLUMN (MultZeqMFTNtracks, multZeqMFTNtracks, float ); // ! Multiplicity equalized for the vertex position, MFT tracks
221+ DECLARE_SOA_COLUMN (MultZeqMFTNtracks, multZeqMFTNtracks, float ); // ! Multiplicity equalized for the vertex position, MFT tracks
222222} // namespace multZeq
223223DECLARE_SOA_TABLE (FV0MultZeqs, " AOD" , " FV0MULTZEQ" , // ! Multiplicity equalized for the vertex position with the FV0 detector
224224 multZeq::MultZeqFV0A);
0 commit comments