From 35e8dd9443f55018b7e418d1ffeff6cb96aeb02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Fri, 27 May 2022 15:52:06 +0200 Subject: [PATCH] Minor changes in wcd README.md --- wcd/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wcd/README.md b/wcd/README.md index aa7e49a..dc4b8e1 100644 --- a/wcd/README.md +++ b/wcd/README.md @@ -1,7 +1,6 @@ # WCD Simulation -# =================== -# *** How to Run: *** +## How to Run 1. Compile the code, from build directory: @@ -38,8 +37,7 @@ make -jN // Where N number of cores 4. Remember, the data is saved in the `.root` file `histosOutput.root`. -# ===================================== -# *** How to read `histosOutput.root` *** +## How to read `histosOutput.root` 1. Check the histograms names from TBrowser. -- GitLab