Skip to content

ROOTObjectWriter: Add Warnings when Writing Copious Object Types

Simon Spannagel requested to merge p-add-warning-write into master

Writing DepositedCharge and PropagatedCharge is usually not required for any analysis later on, and they consume significant storage space and I/O. This MR adds warnings if they are to be written.

Merge request reports