Commit 25bfa6083bb31fbb0658b4a277487489d9c1db39
1 parent
26ea39d9
Update Readme
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
README.md
1 | -** Setup: ** | |
1 | +**Setup:** | |
2 | 2 | place the files in analysis/modules/ and compile as normal (scons). |
3 | 3 | |
4 | 4 | |
5 | -** Running: ** | |
5 | +**Running:** | |
6 | 6 | In your steering file add the module as normal (For b2bii data set `BelleFlag = True`): |
7 | 7 | |
8 | 8 | ```python |
... | ... | @@ -13,5 +13,5 @@ analysis_main.add_module(dualTrackTagger) |
13 | 13 | |
14 | 14 | Save decision to output nTuple via CustomFloats extraInfo, example: |
15 | 15 | ```python |
16 | -tools += ['CustomFloats[extraInfo(DualTrack)]','K_S0 -> \^pi+ \^pi-'] | |
16 | +tools += ['CustomFloats[extraInfo(DualTrack)]','K_S0 -> ^pi+ ^pi-'] | |
17 | 17 | ``` |
18 | 18 | \ No newline at end of file | ... | ... |