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 8bc0056 commit b1e4d87Copy full SHA for b1e4d87
ALICE3/Tasks/alice3-multicharm.cxx
@@ -66,7 +66,6 @@ using namespace o2::framework::expressions;
66
67
using multiCharmTracksPID = soa::Join<aod::MCharmCores, aod::MCharmPID>;
68
using multiCharmTracksFull = soa::Join<aod::MCharmCores, aod::MCharmPID, aod::MCharmExtra>;
69
-#define getHist(type, name) std::get<std::shared_ptr<type>>(histPointers[name])
70
71
struct alice3multicharm {
72
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
0 commit comments