From 2b63affa9c9b42a81e156cb58448f542f9b3dcd0 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Tue, 6 Dec 2022 16:42:23 +0100
Subject: [PATCH] Improve DDDigi doc

---
 DDDigi/README.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/DDDigi/README.md b/DDDigi/README.md
index 9001cfacf..adb90ddc2 100644
--- a/DDDigi/README.md
+++ b/DDDigi/README.md
@@ -53,14 +53,16 @@ DDDigi Components
 
 - 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.
-                                 If empty => all.
-    `segment`     string         Name of the input segment. default: "inputs"
-    `mask`        integer        Mask of this input source in the store. default: NO_MASK (0x0)
-    `rescan`      boolean        Rescan input sources for continuous execution. default: true
-    `keep_raw`    (true)         Keep raw input as opaque objects in the DDDigi store.
+    |**Property**|**Data type   **|**Description**                                                  |
+    |:---        |:---            |:---                                                             |
+    |`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.                      |
+    |            |                | If empty => all.                                                |
+    |`segment`   | string         | Name of the input segment. default: "inputs"                    |
+    |`mask`      | integer        | Mask of this input source in the store. default: NO_MASK (0x0)  |
+    |`rescan`    | boolean        | Rescan input sources for continuous execution. default: true    |
+    |`keep_raw`  | boolean        | Keep raw input as opaque objects in the DDDigi store.           |
 
   Functionality: self explaining
 
-- 
GitLab