From a806e2a047d3af27fd1b80df34daa8fafd8ffc56 Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <szharko@lxi098.gsi.de> Date: Sat, 15 Jan 2022 10:58:34 +0100 Subject: [PATCH] add L1InitManager.h to branch --- reco/L1/L1Algo/L1InitManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reco/L1/L1Algo/L1InitManager.h b/reco/L1/L1Algo/L1InitManager.h index d46295478c..e234f1dac9 100644 --- a/reco/L1/L1Algo/L1InitManager.h +++ b/reco/L1/L1Algo/L1InitManager.h @@ -67,6 +67,7 @@ public: } private: + // TODO: TEST IT!!!!!!!!!!!!!!!!!!!!! L1Vector<L1BaseStationInfo> fvStationsInfo {"L1InitManager::fvStationsInfo"}; ///< Vector containing all the stations // TODO: Max stations is probably not optimal for vector initialization. Must think, what to do here. std::unordered_map<int, int> fmStationsNumber; ///< Number of each station type <station type, counter> -- GitLab