We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e68a2 commit 18a9cc5Copy full SHA for 18a9cc5
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -69,7 +69,7 @@ using std::array;
69
#define getHist(type, name) std::get<std::shared_ptr<type>>(histPointers[name])
70
#define fillHist(type, name, ...) \
71
std::get<std::shared_ptr<type>>(histPointers[name])->Fill(__VA_ARGS__);
72
-#define insertHist(name, ...) histPointers[(name).c_str()] = histos.add((name).c_str(), __VA_ARGS__);
+#define insertHist(name, ...) histPointers[name] = histos.add((name).c_str(), __VA_ARGS__);
73
74
struct OnTheFlyTracker {
75
Produces<aod::Collisions> tableCollisions;
0 commit comments