# | Line 192 | Line 192 | class HistoMaker: | |
---|---|---|
192 | ||
193 | @staticmethod | |
194 | def orderandadd(histo_dicts,setup): | |
195 | – | print histo_dicts |
195 | ordered_histo_dict = {} | |
196 | for sample in setup: | |
197 | nSample = 0 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |