Skip to content

Commit 5f18432

Browse files
Update Common/Tasks/centralityQa.cxx
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
1 parent e5a97e6 commit 5f18432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tasks/centralityQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using namespace o2;
2929
using namespace o2::framework;
3030

3131
struct CentralityQa {
32-
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
32+
HistogramRegistry histos{"histos"};
3333

3434
bool isRun2 = false;
3535
bool isMC = false;

0 commit comments

Comments
 (0)