='$start' and endTime<='$end' and conclusion='$comment' and runstatus.run_number=RunParams.run_number and runstatus.run_number=OnlineLum.run_number group by OnlineLum.run_number order by runstatus.run_number desc "; ?> NumCorHadron; $SumIntLum += $row->IntLumEndcapEE; } ?>

Run Information !!!

Statistics From [] To []
Total NumCorHadron: Total IntLumEndcapEE:
"; echo "run number star time end time total_event NumCorHadron IntLumEndcapEE conclusion Noise SubDetectorInfo"; while($row = mysql_fetch_object($result)) { $ST10 = strtotime($row->startTime)-5*60; $ST10_str = date("Y-m-d H:i:s",$ST10); $ET10 = strtotime($row->endTime)+5*60; $ET10_str = date("Y-m-d H:i:s",$ET10); printf(" %s %s %s %s %s %s %s %s %s",$row->run_number,$row->startTime,$row->endTime,$row->total_event,$row->NumCorHadron,$row->IntLumEndcapEE,$row->conclusion,"Run Noise","GetSubDeteInfo"); } echo ""; mysql_close($db); ?>