2 from array
import array
9 from ParseCurrentFile
import ReadCurrentHistograms
13 print "Beginning readJERHistograms"
16 print "Reading JER hists from input..."
22 for jettype
in theCurrentHistos.keys() :
23 for systname
in theCurrentHistos[jettype].
keys() :
24 if not systname.startswith(
"JER_") :
25 del theCurrentHistos[jettype][systname]
27 return theCurrentHistos