JonaJJSJ-crypto / Proyecto-de-Tesis

Vitacora de mi proyecto de tesis
2 stars 0 forks source link

Warnings printed from Secondary vertex reconstruction #28

Closed JonaJJSJ-crypto closed 3 years ago

JonaJJSJ-crypto commented 3 years ago

Due to some issue with the reconstructing algorithm, source prints sporadic warnings claiming that tracks is being compared with itself. This is not the problem because tracks as can be seen are completely different. Secondarywarning PrintSecondaryvertex

JonaJJSJ-crypto commented 3 years ago

The Source of the problems seems to happen because transient Track construction is not 1to1 with tracks. To solve this problem I build the transienttracks directly from the selected track. I deduce this construction from the TransientTrack Twiki page. TransientTrackWarningsolve