# | Line 54 | Line 54 | class makePyCheck(object) : | |
---|---|---|
54 | ||
55 | his1 = TH1F("pyCfgCheck","pyCfgCheck",countline,0,countline) | |
56 | for j in range(0,countline): | |
57 | < | his1.Fill(title[j],float(num[j])) |
57 | > | titlenum = title[j]+str(num[j]) |
58 | > | his1.Fill(titlenum,float(num[j])) |
59 | ||
60 | pie = TPie(his1) | |
61 | pie.SetRadius(0.35) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |