From c22dfec2bfc7733ec0e900278e8b583ad3080f39 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Tue, 6 Dec 2022 16:36:32 +0100 Subject: [PATCH] Improve DDDigi doc --- DDDigi/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DDDigi/README.md b/DDDigi/README.md index 598468693..9001cfacf 100644 --- a/DDDigi/README.md +++ b/DDDigi/README.md @@ -51,8 +51,8 @@ energy deposits of the simulation. DDDigi Components ================= -- DigiDDG4ROOT Reader for ROOT files produced with DDG4. - Properties: +- DigiDDG4ROOT Reader for ROOT files produced with DDG4. <br/> + Properties: <br/> `input` vector<string> List of input files to be processed `tree` string Name of the main data tree. default: `EVENT` `containers` vector<string> List of containers to be loaded to DDDigi. @@ -62,7 +62,10 @@ DDDigi Components `rescan` boolean Rescan input sources for continuous execution. default: true `keep_raw` (true) Keep raw input as opaque objects in the DDDigi store. + Functionality: self explaining +- DigiAttenuate: Deposit attenuator for energy deposits according to decay time constant. <br/> + Properties: <br/>  -- GitLab