Skip to content

Commit cbebc3b

Browse files
Remove SetDirectory call on histogram
Removed the call to SetDirectory(0) on the histogram object.
1 parent 0909d86 commit cbebc3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGLF/TableProducer/Common/mcCentrality.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ struct McCentrality {
143143
} else {
144144
LOG(fatal) << "Could not open histogram " << name << " from TList";
145145
}
146-
hist->SetDirectory(0);
147146
}
148147
return hist;
149148
};

0 commit comments

Comments
 (0)