################################################################################ # processing of the special run ; DATASET_ID="special_run", # run number has also be specified ############################################################################### set ind [expr $env(JOB_NUMBER)-1] set script $env(WORK_DIR)/cdfopr/scripts/get_special_run_files set files [exec $script $env(RUN_NUMBER)] set list_of_files [split $files "\n"] set INPUT_FILE [lindex $list_of_files $ind] set OUTPUT_FILE $INPUT_FILE.s.root set host fcdfdata033.fnal.gov set dir /cdf/scratch/cdfopr/specialRun/$env(RUN_NUMBER) set remote_dir root://$host/$dir module input DHInput talk DHInput #----------------------------------------------------------------------- # exclude bad files #----------------------------------------------------------------------- include file ${remote_dir}/$INPUT_FILE hideList set L3 show exit talk CalibrationManager production set t ProcessName set L3_PHYSICS_CDF PassName set JUNK exit