Skip to content

Commit 8747270

Browse files
author
Harsimran Singh
committed
Adding README.md to FlattenForFSRoot
1 parent d955ab4 commit 8747270

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

FlattenForFSRoot/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Introduction
2+
3+
Following is the documentation on how to build ```FlattenForFSRoot``` in your own work directory in JLab's ifarm account.
4+
5+
# Prerequisites
6+
7+
Make sure that GlueX environment is set up. It is typically set by adding following lines in the ```.cshrc``` file if not already present.
8+
9+
```
10+
setenv BUILD_SCRIPTS /group/halld/Software/build_scripts
11+
source $BUILD_SCRIPTS/gluex_env_jlab.csh
12+
```
13+
14+
# Installation
15+
16+
1. Move into the directory where you want to build it:
17+
```
18+
cd /path/to/work/directory
19+
```
20+
21+
2. Clone the ```hd_utilities``` GitHub repository:
22+
```
23+
git clone https://github.com/JeffersonLab/hd_utilities
24+
```
25+
26+
3. Move into ```FlattenForFSRoot``` directory:
27+
```
28+
cd hd_utilities/FlattenForFSRoot/
29+
```
30+
31+
4. Make sure there is a ```Makefile``` in this directory. Finally, run:
32+
```
33+
make
34+
```
35+
36+
5. After this is complete, there will be a newly formed executable named ```flatten```.

0 commit comments

Comments
 (0)