oliskir created page: command list authored by Oliver Kirsebom's avatar Oliver Kirsebom
......@@ -14,12 +14,12 @@ make -j N
VKAdd -o output.root -r 0.06 input1.root
```
2. If you want add two sets of simulated data (summing):
2. If you want add two sets of simulated data (summing), while also adding experimental resolution:
```
VKAdd -o output.root -r 0.06 input1.root input2.root
```
3. If you want add a set of simulated data to itself (pile-up):
3. If you want add a set of simulated data to itself (pile-up), while also adding experimental resolution:
```
VKAdd -o output.root -r 0.06 -p input1.root
```
......
......