Skip to content
Snippets Groups Projects
Commit 0c011ad3 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

L1: bugfix in station time-measurement flag

parent 545a173b
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ void L1Algo::Init(const L1Vector<fscal>& geo, const bool UseHitErrors, const boo
L1Station& st = vStations[i];
st.type = geo[ind++];
st.timeInfo = 1;
if (st.type == 0) st.timeInfo = 0;
if (st.type == 1) st.timeInfo = 0;
st.z = geo[ind++];
st.materialInfo.thick = geo[ind++];
st.Rmin = geo[ind++];
......
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