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 6273975 commit c0e68a2Copy full SHA for c0e68a2
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -68,8 +68,8 @@ using namespace o2::framework;
68
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__)
+ std::get<std::shared_ptr<type>>(histPointers[name])->Fill(__VA_ARGS__);
+#define insertHist(name, ...) histPointers[(name).c_str()] = histos.add((name).c_str(), __VA_ARGS__);
73
74
struct OnTheFlyTracker {
75
Produces<aod::Collisions> tableCollisions;
0 commit comments