Skip to content
Snippets Groups Projects
Commit a806e2a0 authored by s.zharko@gsi.de's avatar s.zharko@gsi.de Committed by David Emschermann
Browse files

add L1InitManager.h to branch

parent 26454517
No related branches found
No related tags found
1 merge request!717New interface for L1Algo initialization
......@@ -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>
......
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