@@ -63,7 +63,7 @@ DECLARE_SOA_INDEX_COLUMN(Collision, collision); //!
6363DECLARE_SOA_COLUMN (XSecondaryVertex, xSecondaryVertex, double ); // !
6464DECLARE_SOA_COLUMN (YSecondaryVertex, ySecondaryVertex, double ); // !
6565DECLARE_SOA_COLUMN (ZSecondaryVertex, zSecondaryVertex, double ); // !
66- DECLARE_SOA_DYNAMIC_COLUMN (RSecondaryVertex, rSecondaryVertex, // !
66+ DECLARE_SOA_DYNAMIC_COLUMN (RSecondaryVertex, rSecondaryVertex, // !
6767 [](float xVtxS, float yVtxS) -> float { return RecoDecay::sqrtSumOfSquares (xVtxS, yVtxS); });
6868DECLARE_SOA_COLUMN (Chi2PCA, chi2PCA, float ); // ! sum of (non-weighted) distances of the secondary vertex to its prongs
6969// Prong index columns
@@ -323,8 +323,8 @@ DECLARE_SOA_DYNAMIC_COLUMN(M, m,
323323 m); });
324324DECLARE_SOA_DYNAMIC_COLUMN (E, e, // !
325325 [](float px, float py, float pz, const float m) -> float { return RecoDecay::e (px, py, pz, m); });
326- DECLARE_SOA_COLUMN (Eta, eta, float ); // !
327- DECLARE_SOA_COLUMN (Phi, phi, float ); // !
326+ DECLARE_SOA_COLUMN (Eta, eta, float ); // !
327+ DECLARE_SOA_COLUMN (Phi, phi, float ); // !
328328DECLARE_SOA_DYNAMIC_COLUMN (Y, y,
329329 [](float px, float py, float pz, const float m) -> float { return RecoDecay::y (std::array{px, py, pz}, m); });
330330} // namespace a3_hf_cand_3prong
0 commit comments