Go to the source code of this file.
| Namespaces | |
| test_gen_rays_pdsp | |
| Variables | |
| test_gen_rays_pdsp.argc = len(sys.argv) | |
| test_gen_rays_pdsp.deg = math.radians(1) | |
| float | test_gen_rays_pdsp.meter = 1.0 | 
| test_gen_rays_pdsp.theta = float(sys.argv[1])*deg | |
| test_gen_rays_pdsp.tanth = math.tan(theta) | |
| float | test_gen_rays_pdsp.Ltpc = 3.6 | 
| float | test_gen_rays_pdsp.Htpc = 6.0 | 
| float | test_gen_rays_pdsp.Wtpc = 2.3 | 
| list | test_gen_rays_pdsp.p1 = [-Ltpc, 0.5*Htpc, 0] | 
| list | test_gen_rays_pdsp.p2 = [ 0, 0.5*Htpc, Ltpc/tanth] | 
| int | test_gen_rays_pdsp.Nreplica = int(3.*Wtpc / (Ltpc/tanth))+1 | 
 1.8.11
 1.8.11