# | Line 44 | Line 44 | global_rescale=2. | |
---|---|---|
44 | ||
45 | #get locations: | |
46 | MVAdir=config.get('Directories','vhbbpath')+'/data/' | |
47 | + | samplesinfo=config.get('Directories','samplesinfo') |
48 | ||
49 | #systematics | |
50 | systematics=config.get('systematics','systematics') | |
# | Line 119 | Line 120 | MVA_Vars['Nominal']=MVA_Vars['Nominal']. | |
120 | #spectators=spectators.split(' ') | |
121 | ||
122 | #TRAINING samples | |
123 | < | infofile = open(path+'/samples.info','r') |
123 | > | infofile = open(samplesinfo,'r') |
124 | info = pickle.load(infofile) | |
125 | infofile.close() | |
126 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |