################################################################################ # tcl file defining inputs/outputs for the project = 10Ktest # do not modify the next line # NJOBS = 6 ############################################################################### set ind [ format "%04i" $env(JOB_NUMBER) ] module input DHInput #----------------------------------------------------------------------- # ProductionExe #----------------------------------------------------------------------- if { $env(EXE) == "ProductionExe" } { set dir root://fcdflnx3.fnal.gov//cdf/opr/cdfopr/10Kevents set input_file(1) ar0261c3.0001phys set input_file(2) dr0287f1.027aphys set input_file(3) gr0287f1.0151phys set input_file(4) ar0261d4.0503phys set input_file(5) ar026347.0001phys set input_file(6) ar02734f.0001phys set input_file(7) . set input_file(8) . set input_file(9) . set input_file(10) . set output_id(1) aphysp set output_id(2) dphysp set output_id(3) gphysp set output_id(4) aphysp set output_id(5) aphysp set output_id(6) aphysp set output_id(7) . set output_id(8) . set output_id(9) . set output_id(10) . set INPUT_FILE $input_file($env(JOB_NUMBER)) set env(OUTPUT_DATASET) $output_id($env(JOB_NUMBER)) #----------------------------------------------------------------------- # output files : ap0261c3.0001phys etc #----------------------------------------------------------------------- #set env(OUTPUT_FILE) [ string replace $INPUT_FILE 1 1 p ] talk DHInput ; include file $dir/$INPUT_FILE ; show ; exit } #----------------------------------------------------------------------- # stnmaker.exe #----------------------------------------------------------------------- if { $env(EXE) == "stnmaker.exe" } { set host fcdfdata033.fnal.gov set dir root://$host//cdf/scratch/cdfopr/validation_data/${RELEASE}/10Ktest/${PASS} set input_file(1) ap0261c3.0001phys set input_file(2) dp0287f1.027aphys set input_file(3) gp0287f1.0151phys set input_file(4) ap0261d4.0503phys set input_file(5) ap026347.0001phys set input_file(6) ap02734f.0001phys set INPUT_FILE $input_file($env(JOB_NUMBER)) set env(OUTPUT_FILE) [ string replace $INPUT_FILE 1 1 s ] set env(OUTPUT_STNTUPLE) [ string replace $INPUT_FILE 1 1 s ] talk DHInput include file $dir/$INPUT_FILE ; hideList set L3 ; show exit }