150 |
|
hist_list2 = [] |
151 |
|
for file in file_list: |
152 |
|
hist_list2.append( file.Get( "h_recoilMet_all" ) ) |
153 |
< |
#hist_list2.append( file.Get( "h_Met_all" ) ) |
153 |
> |
hist_list2.append( file.Get( "h_Met_all" ) ) |
154 |
|
pass |
155 |
|
|
156 |
|
case_list2 = [] |
157 |
|
for case in case_list: |
158 |
|
case_list2.append( case + '_recoil' ) |
159 |
< |
#case_list2.append( case + '_calo' ) |
159 |
> |
case_list2.append( case + '_calo' ) |
160 |
|
|
161 |
|
color_list.append( 35 ) |
162 |
|
color_list.append( 9 ) |
163 |
< |
#case_list2.append( 'genMet' ) |
164 |
< |
#hist_list2.append( file_list[rightCase].Get( "h_genMet_all" ) ) |
163 |
> |
case_list2.append( 'genMet' ) |
164 |
> |
hist_list2.append( file_list[rightCase].Get( "h_genMet_all" ) ) |
165 |
|
|
166 |
|
c2 = ROOT.TCanvas( "c2_" + section, "met" + section ,1,71,300,300 ) |
167 |
|
Def.DrawSmall( c2, hist_list2, \ |