functor improvements
Compare changes
Pr::Velo::Tracks
into Event/TrackEvent/Event/PrIterableTracks.h
(closes Rec#72 (closed))SOAContainer
(needed for accompanying changes in Rec)SIMDWrapper
to allow the vector instruction set used when building the stack (stackInstructionSet()
) and "now" (instructionSet()
). These are useful for jitted functors to allow warning messages when scalar functors are mixed with a vectorised stack build, and do not interfere with the core SIMDWrapper
classes.closestToBeamState()
accessor to v2::Track
Goes with Rec!1625 (merged) and Moore!204 (merged).