Ignore:
Timestamp:
02/14/06 16:35:24 (19 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/querystar.php

    r7484 r7504  
    6464            $_GET["fMuonRate"]=$first?"On":"";
    6565
     66        if (empty($_GET["fInhomogeneity"]))
     67            $_GET["fInhomogeneity"]=$first?"On":"";
     68
    6669        if (empty($_GET["fDataRate"]))
    6770            $_GET["fDataRate"]=$first?"On":"";
     
    8285        CheckBox("fPSF",                "PSF");
    8386        CheckBox("fRatio",              "Ratio");
     87
     88        printf("  </tr><tr>\n");
     89
    8490        CheckBox("fMuonRate",           "MuonRate");
    85 
    86         printf("  </tr><tr>\n");
    87 
    8891        CheckBox("fMuonNumber",         "MuonNumber");
    8992        CheckBox("fEffOnTime",          "EffOnTime");
     93
     94        printf("  </tr><tr>\n");
     95
    9096        CheckBox("fMaxHumidity",        "MaxHumidity");
    9197        CheckBox("fDataRate",           "CleanedEvtRate");
     98        CheckBox("fInhomogeneity",      "Inhomogeneity");
    9299
    93100        printf("  </tr>\n");
Note: See TracChangeset for help on using the changeset viewer.