|
| mc |
| MCParticles StoreArray.
|
|
Reject tracks with bad combination of z0 and theta
Definition at line 94 of file firm2d.py.
◆ event()
Reject tracks with bad combination of z0 and theta
Definition at line 106 of file firm2d.py.
108 Reject tracks with bad combination of z0 and theta
111 z0 = self.mc[0].getVertex().Z()
112 vec = self.mc[0].getMomentum()
114 if z_SL0[0] < z0 + r_SL0 / vec.Pt() * vec.Z() < z_SL0[1]:
118 main.add_module(
'Progress')
◆ initialize()
Initialize self.mc with MCParticles StoreArray
Definition at line 99 of file firm2d.py.
The documentation for this class was generated from the following file: