Plot Type
Displaced Higgs
Plot Type: ".$dirInfo[0]."
Folder Last Modified: ".date('d F Y H:i',filemtime($dirName));
#$baseURL = "https://larp1validation.web.cern.ch/LArP1Validation/viewer.html?file=https://larp1validation.web.cern.ch/LArP1Validation/calibration-summary-plots/";
for($index=0; $index < $indexCount; $index++) {
$extension = substr($dirArray[$index], -4);
if ($extension == 'root'){ // list only root files
echo "$dirArray[$index] ";
}
}
echo "
";
?>
";
for($index=0; $index < $indexCount; $index++) {
$extension = substr($dirArray[$index], -3);
if ($extension == 'png'){ // list only pngs
if ($num == 2){
echo "";
echo "";
$num = 0;
}
$num = $num + 1;
echo "";
echo " ";
echo " | ";
}
}
echo "
";
?>