13 print "Beginning readJERHistograms"
16 print "Reading JER hists from input..."
20 theCurrentHistos = ReadCurrentHistograms(fileToRead)
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