/mnt_pool/users/user/sscruz/www/public/Master/jzb/may30
Plots
Filter:
closure_3jets_HT.png
Also as
[.pdf]
,
[.cxx]
closure_3jets_HT_Central.png
Also as
[.pdf]
,
[.cxx]
closure_3jets_HT_Forward.png
Also as
[.pdf]
,
[.cxx]
Other files
foreach (glob("*") as $filename) { if ( !in_array($filename, $displayed)) { if (isset($_GET['match'])) { if (isset($_GET['regexp']) && $_GET['regexp']) { if (!preg_match('/.*'.$_GET['match'].'.*/', $filename)) continue; } else { if (!fnmatch('*'.$_GET['match'].'*', $filename)) continue; } } if (is_dir($filename)) { print "
[DIR]
$filename
"; } else { print "
$filename
"; } } } ?>