Skip to content

Commit 0909d86

Browse files
Fix bug
1 parent 8866449 commit 0909d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Common/mcCentrality.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ struct McCentrality {
143143
} else {
144144
LOG(fatal) << "Could not open histogram " << name << " from TList";
145145
}
146+
hist->SetDirectory(0);
146147
}
147-
hist->SetDirectory(0);
148148
return hist;
149149
};
150150
if (fillFt0M) {

0 commit comments

Comments
 (0)