Skip to content
Snippets Groups Projects
Commit 4ac4794a authored by Mark Sutton's avatar Mark Sutton Committed by Graeme Stewart
Browse files

fix sidebar (TrigInDetValidationWeb-00-00-21)

	* TrigInDetValidationWeb-00-00-21
	* fix sidebar
parent 1a1d94cd
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,17 @@
// $plots = scandir("$plot_directory");
foreach ($job_types as &$job_type) {
foreach ($dirs as &$dir) {
if ( strpos($dir,$job_type) != true ) continue;
if ( !(strpos($dir,'run2') == true ) && strpos($dir,'cosmic') != true && ( strpos($dir,'minBias') != true ) ) continue;
// if ( !(strpos($dir,'run2') == true ) && strpos($dir,'cosmic') != true && ( strpos($dir,'minBias') != true ) ) continue;
// if ( !(strpos($dir,'run2') == true && strpos($dir,'_pu') == true ) && strpos($dir,'cosmic') != true && strpos($dir,'minBias') != true ) continue;
if ( strpos($dir,'run1') == true ) continue;
if ( strpos($dir,'merge') == true ) continue;
if ( strpos($dir,'el_single_e_7-80_pu40') == true && !( strpos($dir,'IBL') == true || strpos($dir,'large') == true ) ) continue;
if ( strpos($dir,'Jpsi') == true ) continue;
if ( strpos($dir,'single_e_5_run2') == true ) continue;
if ( $dir != "." && $dir != ".." ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment