Module to make some monitor plots for TSF
Definition at line 54 of file monitor_module.py.
◆ event()
event function
Definition at line 74 of file monitor_module.py.
81 for simhit
in self.simhits:
82 if simhit.getISuperLayer() % 2 == 0:
83 iax, iw = simhit.getISuperLayer() // 2, simhit.getIWire()
84 if simhit.getPriorityPosition() == 1:
86 if iw == nWiresInLayer[iax]:
89 in_tsim[simhit.getSegmentID()] = 1
90 for hit
in self.tshits:
91 ind = hit.getSegmentID()
95 iax, iw = hit.getISuperLayer() // 2, hit.getIWire()
96 if hit.getPriorityPosition() == 1:
98 if iw == nWiresInLayer[iax]:
104 hno_ghost.Fill(iax, iw)
107 hlr.Fill(hit.getLeftRight())
108 hpri.Fill(hit.getPriorityPosition())
109 hpritime.Fill(hit.priorityTime())
110 hftime.Fill(hit.foundTime())
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: