Changeset 7504 for trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
- Timestamp:
- 02/14/06 16:35:24 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
r7484 r7504 367 367 $_GET["fMuonRate"]="Off"; 368 368 369 if (empty($_GET["fInhomogeneity"])) 370 $_GET["fInhomogeneity"]="Off"; 371 369 372 if (empty($_GET["fDataRate"])) 370 373 $_GET["fDataRate"]="Off"; … … 451 454 CheckBox("fPSF", "PSF"); 452 455 CheckBox("fRatio", "Ratio"); 456 457 printf(" </tr><tr>\n"); 458 453 459 CheckBox("fMuonRate", "MuonRate"); 454 455 printf(" </tr><tr>\n");456 457 460 CheckBox("fMuonNumber", "MuonNumber"); 458 461 CheckBox("fEffOnTime", "EffOnTime"); 462 463 printf(" </tr><tr>\n"); 464 459 465 CheckBox("fMaxHumidity", "MaxHumidity"); 460 466 CheckBox("fDataRate", "CleanedEvtRate"); 467 CheckBox("fInhomogeneity", "Inhomogeneity"); 461 468 462 469 printf(" </tr>\n");
Note:
See TracChangeset
for help on using the changeset viewer.