# | Line 32 | Line 32 | systematics=config.get('systematics','sy | |
---|---|---|
32 | systematics=systematics.split(' ') | |
33 | ||
34 | #TreeVar Array | |
35 | < | MVA_Vars={} |
36 | < | for systematic in systematics: |
37 | < | MVA_Vars[systematic]=config.get('treeVars',systematic) |
38 | < | MVA_Vars[systematic]=MVA_Vars[systematic].split(' ') |
35 | > | #MVA_Vars={} |
36 | > | #for systematic in systematics: |
37 | > | # MVA_Vars[systematic]=config.get('treeVars',systematic) |
38 | > | # MVA_Vars[systematic]=MVA_Vars[systematic].split(' ') |
39 | ||
40 | ###################### | |
41 | #Evaluate multi: Must Have same treeVars!!! |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |