"mac/betaplus.mac" did not exist on "e71029f7ec70968c938950ff14c3770be234b3bb"
Changes
Page history
oliskir created page: command list
authored
Jan 24, 2017
by
Oliver Kirsebom
Show whitespace changes
Inline
Side-by-side
postprocess.md
View page @
f8389b46
...
...
@@ -11,17 +11,17 @@ make -j N
1.
If you just want to add experimental resolution to a set of simulated data:
```
./VKAdd -o output.root -r input1.root
./VKAdd -o output.root
-
-r input1.root
```
2.
If you want add two sets of simulated data (summing), while also adding experimental resolution:
```
./VKAdd -o output.root -r input1.root input2.root
./VKAdd -o output.root
-
-r input1.root input2.root
```
3.
If you want add a set of simulated data to itself (pile-up), while also adding experimental resolution:
```
./VKAdd -o output.root -r -p input1.root
./VKAdd -o output.root
-
-r
-
-p input1.root
```
The experimental resolution is sampled according to a Gaussian distribution with,
...
...
...
...