You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/PostProcessing.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,10 @@ Data sources are defined by filling the corresponding structure, as in the examp
192
192
}
193
193
```
194
194
195
-
Similarly, plots are defined by adding proper structures to the `"plots"` list, as shown below. The plot will be stored under the `"name"` value and it will have the `"title"` value shown on the top. The `"varexp"`, `"selection"` and `"option"` fields correspond to the arguments of the [`TTree::Draw`](https://root.cern/doc/master/classTTree.html#a73450649dc6e54b5b94516c468523e45) method.
196
-
195
+
Similarly, plots are defined by adding proper structures to the `"plots"` list, as shown below. The plot will be
196
+
stored under the `"name"` value and it will have the `"title"` value shown on the top. The `"varexp"`, `"selection"` and `"option"` fields correspond to the arguments of the [`TTree::Draw`](https://root.cern/doc/master/classTTree.html#a73450649dc6e54b5b94516c468523e45) method.
197
+
Optionally, one can use `"graphError"` to add x and y error bars to a graph, as in the first plot example.
198
+
The `"name"` and `"varexp"` are the only compulsory arguments, others can be omitted to reduce configuration files size.
197
199
```json
198
200
{
199
201
...
@@ -203,7 +205,8 @@ Similarly, plots are defined by adding proper structures to the `"plots"` list,
0 commit comments