Skip to content

BuildUpVertexAlgorithm: Issues in moving IP tracks to the buildUp vertices: Primary vertex is not updated, beam smearing is always on #66

@dudarboh

Description

@dudarboh

PrimaryVertexFinder has a steering parameter which determines, whether central position of the beam constrain for the fit is being smeared with a Gaussian.
We don't use it by default in the ILD production steering file:
<parameter name="PrimaryVertexFinder.BeamspotSmearing" type="bool" value="0" />

However, when a BuildUpVertex algorithm removes IP track (due to better chi2 with a BuildUp vertex) it refits IP vertex with a BeamspotSmearing always ON, ignoring the steering parameter!

Vertex* vbeam;
algoEtc::makeBeamVertex(vbeam);

if (iptracks.size() < ip->getTracks().size()) {
// tracks removed
delete ip;
ip = VertexFitterSimple_V()(iptracks.begin(), iptracks.end(), vbeam);

Shouldn't it be consistent with a PrimaryVertexFinder?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions