Skip to content

Commit

Permalink
Improved fill descriptions for PoolOutputModule
Browse files Browse the repository at this point in the history
Added description for what happens when pass a negative number
to eventAutoFlushCompressedSize.
  • Loading branch information
Dr15Jones committed Jun 21, 2023
1 parent c06c3ee commit 7117113
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7117113

Please sign in to comment.