We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a09b1 commit 3ead34aCopy full SHA for 3ead34a
Detectors/TPC/calibration/src/TPCCalibrationLinkDef.h
@@ -126,7 +126,7 @@
126
127
#pragma link C++ class o2::tpc::CMVPerTF + ;
128
#pragma link C++ class o2::tpc::CMVPerInterval + ;
129
-#pragma link C++ class std::vector<o2::tpc::CMVPerTF> + ;
130
-#pragma link C++ class std::vector<std::vector<float>>+;
+#pragma link C++ class std::vector < o2::tpc::CMVPerTF> + ;
+#pragma link C++ class std::vector < std::vector < float>> + ;
131
132
#endif
0 commit comments