Skip to content

MultiTrajectory buffer default constructible #2154

@tboldagh

Description

@tboldagh

While integrating CKF in Athena it was found that MultiTrajectory (Athena version) is also used as a temporary buffer in CKF:

auto stateBuffer = std::make_shared<traj_t>();

That would require either Athena version of MultiTrajecotry to become default constructible (i.e. properly own backends) or Acts::VectorMultiTrajectory is used as buffer. (probably the former is easier to test).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Impact - MajorSignificant bug and/or affects a lot of modulesImprovementChanges to an existing featureStale

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions