Skip to content
Snippets Groups Projects
Commit 0fbc3359 authored by Arthur Marius Hennequin's avatar Arthur Marius Hennequin
Browse files

Change Vec3 to Vec

parent 580b1e96
No related branches found
No related tags found
1 merge request!3907SOACollection particlev2
......@@ -43,7 +43,7 @@ namespace LHCb::Event::Bremsstrahlung {
namespace details {
using int_t = SIMDWrapper::scalar::int_v;
using float_t = SIMDWrapper::scalar::float_v;
using momentum3_t = LHCb::LinAlg::Vec3<float_t>;
using momentum3_t = LHCb::LinAlg::Vec<float_t, 3>;
using momentum4_t = LHCb::LinAlg::Vec<float_t, 4>;
namespace defaults {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment