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 5db1da0 commit 5fcf9cdCopy full SHA for 5fcf9cd
PWGDQ/Tasks/myDitracksAnalyzer.cxx
@@ -25,7 +25,7 @@ using namespace o2::framework;
25
26
using myDitracks = soa::Join<aod::Ditracks, aod::DitracksExtra>;
27
28
- OutputObj<TH1F> massHisto{TH1F("Mass", "Mass", 500, 0., 5.),
+ OutputObj<TH1F> massHisto{TH1F("MassOutputObj", "MassOutputObj", 500, 0., 5.),
29
OutputObjHandlingPolicy::AnalysisObject};
30
31
struct myDitracksAnalyzer {
0 commit comments