--- UserCode/nowaf/StudyXClean/rootScripts/MakeMetHist.py 2010/02/25 06:29:24 1.1 +++ UserCode/nowaf/StudyXClean/rootScripts/MakeMetHist.py 2010/04/09 11:22:35 1.2 @@ -150,18 +150,18 @@ if __name__ == "__main__": hist_list2 = [] for file in file_list: hist_list2.append( file.Get( "h_recoilMet_all" ) ) - #hist_list2.append( file.Get( "h_Met_all" ) ) + hist_list2.append( file.Get( "h_Met_all" ) ) pass case_list2 = [] for case in case_list: case_list2.append( case + '_recoil' ) - #case_list2.append( case + '_calo' ) + case_list2.append( case + '_calo' ) color_list.append( 35 ) color_list.append( 9 ) - #case_list2.append( 'genMet' ) - #hist_list2.append( file_list[rightCase].Get( "h_genMet_all" ) ) + case_list2.append( 'genMet' ) + hist_list2.append( file_list[rightCase].Get( "h_genMet_all" ) ) c2 = ROOT.TCanvas( "c2_" + section, "met" + section ,1,71,300,300 ) Def.DrawSmall( c2, hist_list2, \