diff --git a/first-analysis-steps/add-tupletools.md b/first-analysis-steps/add-tupletools.md index 42a2da22..e3ade5dc 100644 --- a/first-analysis-steps/add-tupletools.md +++ b/first-analysis-steps/add-tupletools.md @@ -130,7 +130,7 @@ You will obtain a `DVntuple.root` file, which we can open and inspect with `ROOT $ root DVntuple.root root [0] Attaching file DVntuple.root as _file0... -root [1] TBrowser *b = new TBrowser() +root [1] TBrowser b root [2] ```