Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IOPool/Output/src/PoolOutputModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ namespace edm {
"Set ROOT auto flush stored data size (in bytes) for event TTree. The value sets how large the compressed "
"buffer is allowed to get. The uncompressed buffer can be quite a bit larger than this depending on the "
"average compression ratio. The value of -1 just uses ROOT's default value. The value of 0 turns off this "
"feature.");
"feature. A value of -N changes the behavior to flush after every Nth event.");
desc.addUntracked<int>("splitLevel", 99)->setComment("Default ROOT branch split level in output file.");
desc.addUntracked<std::string>("sortBaskets", std::string("sortbasketsbyoffset"))
->setComment(
Expand Down