Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved fill descriptions for PoolOutputModule #42038

Merged
merged 1 commit into from
Jun 22, 2023
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.");
rappoccio marked this conversation as resolved.
Show resolved Hide resolved
"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