8 for i
in range(len(hists)):
9 geo1.append(hists[i].geo1)
11 ,drawEndcapLines=
False,drawTRTFirst=
False)
13 for i
in range(len(hists)):
14 geo2.append(hists[i].geo2)
16 ,drawEndcapLines=
True)
19 for i
in range(len(hists)):
20 DxyVsR.append(hists[i].DxyVsR)
24 for i
in range(len(hists)):
25 DxVsR.append(hists[i].DxVsR)
29 for i
in range(len(hists)):
30 DxVsZ.append(hists[i].DxVsZ)
34 for i
in range(len(hists)):
35 DyVsR.append(hists[i].DyVsR)
39 for i
in range(len(hists)):
40 DyVsZ.append(hists[i].DyVsZ)
44 for i
in range(len(hists)):
45 DphiVsZ.append(hists[i].DphiVsZ)
47 ,drawEndcapLines=
True)
50 for i
in range(len(hists)):
51 DphiVsR.append(hists[i].DphiVsR)
55 for i
in range(len(hists)):
56 DrVsR.append(hists[i].DrVsR)
60 for i
in range(len(hists)):
61 DzVsR.append(hists[i].DzVsR)
66 for i
in range(len(hists)):
67 DrVsPhi.append(hists[i].DrVsPhi)
71 for i
in range(len(hists)):
72 DxyVsZ.append(hists[i].DxyVsZ)
76 for i
in range(len(hists)):
77 Dx.append(hists[i].Dx)
79 ,drawEndcapLines=
False,drawTRTFirst=
True)
82 for i
in range(len(hists)):
83 Dy.append(hists[i].Dy)
85 ,drawEndcapLines=
False,drawTRTFirst=
True)
88 for i
in range(len(hists)):
89 Dz.append(hists[i].Dz)
91 ,drawEndcapLines=
False,drawTRTFirst=
True)
96 for thisMod
in range(len(drawTRTModules)):
97 thisLay = drawTRTModules[thisMod][0]
98 thisPhi = drawTRTModules[thisMod][1]
100 thisTRTHists = trtModuleHists[(thisLay),(thisPhi)]
102 thisTRTDir = rootFile.mkdir(
"TRT Module Lay: "+
str(thisLay)+
" Phi: "+
str(thisPhi))