# | Line 1 | Line 1 | |
---|---|---|
1 | – | from samplesclass import sample |
2 | – | from printcolor import printc |
1 | import pickle | |
2 | import ROOT | |
3 | from ROOT import TFile, TTree | |
4 | import ROOT | |
5 | from array import array | |
8 | – | from BetterConfigParser import BetterConfigParser |
6 | import sys | |
7 | < | |
7 | > | from myutils import sample, printc |
8 | ||
9 | def getScale(job,path,config,rescale,subsample=-1): | |
10 | anaTag=config.get('Analysis','tag') |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |