10#include <tracking/ckf/general/findlets/StateCreator.dcl.h>
18 template<
class AnObject,
class AState>
20 std::vector<AState>& states)
22 states.reserve(states.size() + objects.size());
24 for (AnObject*
object : objects) {
25 states.emplace_back(
object);
void apply(const std::vector< AnObject * > &objects, std::vector< AState > &states) override
Add new states to the list of states using all given objects.
Abstract base class for different kinds of events.