Main INDEX
Monthly INDEX
PREV
NEXT
User name sarty
Log entry time 12:25:41 on April13,2000
Entry number 39055
keyword=sum T5 trigs-to-date at Q^2=1.0
Using Rikki and Joe's mysql database, we have the total # of T5 triggers in all runs in Q^2=1.0 (4He) setting. The first run is 1397, and below is the total up to run 1437 (noon on 04-13-00):
TOTAL (Run 1397-1437) =43.336 Million
List of individual runs used in total:
w/ constraint: run>1396, target=4He, and run not 1433 (cosmic run w/ some
beam at end)
mysql> select run_num,T5*length*60./1000000. from RUN where run_num > 1396 and run_num != 1433 and target_id = 4;
+---------+------------------------+
| run_num | T5*length*60./1000000. |
+---------+------------------------+
| 1397 | 1.225884329 |
| 1398 | 1.333939260 |
| 1399 | 0.390384034 |
| 1400 | 1.330367333 |
| 1401 | 1.331083678 |
| 1402 | 1.328914542 |
| 1403 | 1.328913624 |
| 1404 | 1.324900463 |
| 1405 | 1.323983329 |
| 1406 | 1.327202265 |
| 1407 | 1.323272416 |
| 1408 | 1.323603147 |
| 1409 | 1.327510062 |
| 1410 | 0.000393001 |
| 1411 | 0.219624924 |
| 1412 | 1.293082059 |
| 1413 | 1.296976803 |
| 1414 | 1.296725800 |
| 1415 | 1.295146790 |
| 1416 | 1.295597050 |
| 1417 | 1.293659900 |
| 1418 | 0.619759051 |
| 1419 | 1.298392097 |
| 1420 | 1.294403024 |
| 1421 | 1.297476415 |
| 1422 | 1.299609651 |
| 1423 | 1.297741345 |
| 1424 | 1.297917190 |
| 1425 | 1.298031341 |
| 1426 | 1.298031341 |
| 1427 | 1.293698199 |
| 1428 | 1.295643106 |
| 1429 | 1.123635451 |
| 1430 | 0.145187872 |
| 1431 | 1.295466119 |
| 1432 | 0.145475002 |
| 1434 | 0.003964000 |
| 1435 | 0.030471987 |
| 1436 | 1.329814010 |
| 1437 | 1.460733357 |
+---------+------------------------+