File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ class FastTracker
6868 void AddSiliconALICE3v2 (std::vector<float > pixelResolution);
6969 void AddSiliconALICE3 (float scaleX0VD, std::vector<float > pixelResolution);
7070 void AddTPC (float phiResMean, float zResMean);
71+
72+ /* *
73+ * @brief Parses a TEnv configuration file and returns the key-value pairs split per entry
74+ * @param filename Path to the TEnv configuration file
75+ * @return A map where each key is a layer name and the value is another map of key-value pairs for that layer
76+ */
77+ std::map<std::string, std::map<std::string, std::string>> parseTEnvConfiguration (std::string filename);
78+
7179 /* *
7280 * @brief Adds a generic detector configuration from the specified file.
7381 *
You can’t perform that action at this time.
0 commit comments