Skip to content

Commit c2c5061

Browse files
authored
Merge pull request #270 from AliceO2Group/sawenzel-patch-1
fix typo
2 parents 29132b2 + 84a7c7d commit c2c5061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/tablesIO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The table MinMaxPt is produced in task ProduceMinMaxPt but not consumed, means t
6363
Writing out dangling tables is easy. For this use
6464
6565
```csh
66-
o2-analysistutorial-tablio-write --aod-file AO2D.root --aod-writer-keep dangling
66+
o2-analysistutorial-tableio-write --aod-file AO2D.root --aod-writer-keep dangling
6767
```
6868

6969
As a result the file AnalysisResults_trees.root is created with directories DF_x, one directory for each processed data frame. And within the directories a tree O2minpaxpt with branches fMinpt and fMaxpt is created which holds the values of the dangling MinMaxPt table. The tree and column names are deduced from the table and column names.
@@ -77,7 +77,7 @@ The --aod-writer-keep argument is however more powerful than that and allows to
7777
With the following command the non-dangling table MinMaxEta will be saved to file TemporaryResults_trees.root into tree etarange. In this case both columns of table MinMaxEta are listed in the argument value and hence two branches are created.
7878

7979
```csh
80-
o2-analysistutorial-tablio-write --aod-file AO2D.root --aod-writer-keep AOD/MINMAXETA/0:etarange:fMineta/fMaxeta:TemporaryResults_trees
80+
o2-analysistutorial-tableio-write --aod-file AO2D.root --aod-writer-keep AOD/MINMAXETA/0:etarange:fMineta/fMaxeta:TemporaryResults_trees
8181
```
8282

8383
The exact syntax of the argument string is described

0 commit comments

Comments
 (0)