diff --git a/reco/L1/L1Algo/L1Algo.cxx b/reco/L1/L1Algo/L1Algo.cxx index 6595844999860acf98005e65fe5300bb859c9c6c..92259b4be16f781766d4ae533e582f3e93644fa3 100644 --- a/reco/L1/L1Algo/L1Algo.cxx +++ b/reco/L1/L1Algo/L1Algo.cxx @@ -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++];