We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007c2ca commit bfb5e13Copy full SHA for bfb5e13
1 file changed
ALICE3/Core/FastTracker.h
@@ -68,6 +68,14 @@ class FastTracker
68
void AddSiliconALICE3v2(std::vector<float> pixelResolution);
69
void AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelResolution);
70
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
79
/**
80
* @brief Adds a generic detector configuration from the specified file.
81
*
0 commit comments