Skip to content
Snippets Groups Projects
Commit 8448b492 authored by Sergey Gorbunov's avatar Sergey Gorbunov Committed by Sergey Gorbunov
Browse files

L1: minor bugfix

parent ae29ad90
No related branches found
No related tags found
1 merge request!1020L1: changes in fit
...@@ -542,7 +542,7 @@ inline void L1Algo::findTripletsStep0( // input ...@@ -542,7 +542,7 @@ inline void L1Algo::findTripletsStep0( // input
// output // output
Tindex& n3, L1Vector<L1TrackPar>& T_3, L1Vector<L1HitIndex_t>& hitsl_3, L1Vector<L1HitIndex_t>& hitsm_3, Tindex& n3, L1Vector<L1TrackPar>& T_3, L1Vector<L1HitIndex_t>& hitsl_3, L1Vector<L1HitIndex_t>& hitsm_3,
L1Vector<L1HitIndex_t>& hitsr_3, L1Vector<fvec>& u_front_3, L1Vector<fvec>& u_back_3, L1Vector<fvec>& z_Pos_3, L1Vector<L1HitIndex_t>& hitsr_3, L1Vector<fvec>& u_front_3, L1Vector<fvec>& u_back_3, L1Vector<fvec>& z_Pos_3,
L1Vector<fvec>& dv2_3, L1Vector<fvec>& du2_3, L1Vector<fvec>& t_3, L1Vector<fvec>& dt2_3) L1Vector<fvec>& du2_3, L1Vector<fvec>& dv2_3, L1Vector<fvec>& t_3, L1Vector<fvec>& dt2_3)
{ {
int iStaM = &stam - fParameters.GetStations().begin(); int iStaM = &stam - fParameters.GetStations().begin();
int iStaR = &star - fParameters.GetStations().begin(); int iStaR = &star - fParameters.GetStations().begin();
...@@ -905,7 +905,7 @@ inline void L1Algo::findTripletsStep0( // input ...@@ -905,7 +905,7 @@ inline void L1Algo::findTripletsStep0( // input
/// Add the right hits to parameters estimation. /// Add the right hits to parameters estimation.
inline void L1Algo::findTripletsStep1( // input inline void L1Algo::findTripletsStep1( // input
Tindex n3_V, const L1Station& star, L1Vector<fvec>& u_front_, L1Vector<fvec>& u_back_, L1Vector<fvec>& z_Pos, Tindex n3_V, const L1Station& star, L1Vector<fvec>& u_front_, L1Vector<fvec>& u_back_, L1Vector<fvec>& z_Pos,
L1Vector<fvec>& dv2_3, L1Vector<fvec>& du2_3, L1Vector<fvec>& t_3, L1Vector<fvec>& dt2_3, L1Vector<fvec>& du2_3, L1Vector<fvec>& dv2_3, L1Vector<fvec>& t_3, L1Vector<fvec>& dt2_3,
// output // output
// L1TrackPar *T_3 // L1TrackPar *T_3
L1Vector<L1TrackPar>& T_3) L1Vector<L1TrackPar>& T_3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment