diff --git a/python/postprocessing/framework/output.py b/python/postprocessing/framework/output.py index 222f2ddbc8e..fd79d1daabc 100644 --- a/python/postprocessing/framework/output.py +++ b/python/postprocessing/framework/output.py @@ -173,7 +173,7 @@ def write(self): if self.outputbranchSelection: self.outputbranchSelection.selectBranches(self._tree) self._tree = self.tree().CopyTree('1', "", - self.maxEntries if self.maxEntries else ROOT.TVirtualTreePlayer.kMaxEntries, self.firstEntry) + self.maxEntries if self.maxEntries else ROOT.TVirtualTreePlayer.kMaxEntries, 0) OutputTree.write(self) for t in self._otherTrees.values():