################################################################################ # processing of the special run from the look area; DATASET_ID="look_area", # run number has also be specified ############################################################################### set RAW_STREAM [ getenv RAW_STREAM i ] set OUTPUT_DATASET ${RAW_STREAM}testc set LOOK_DIRECTORY ${RAW_STREAM}physr set HOST fcdflnx4.fnal.gov set DIR /cdf/data/look/${LOOK_DIRECTORY}/ set ind [expr $env(JOB_NUMBER)-1] set rn [format "%x" $env(RUN_NUMBER)] set files [exec rsh -l cdfopr -N $HOST ls -C $DIR/*$rn* | sort] set list_of_files [split $files "\n"] set INPUT_FILE [lindex $list_of_files $ind] module input DHInput talk DHInput #----------------------------------------------------------------------- # exclude bad files #----------------------------------------------------------------------- requireCatalog set f include file root://$HOST/${INPUT_FILE} show exit #----------------------------------------------------------------------- # need to redefine the calibrations - use the L3 constants #----------------------------------------------------------------------- talk CalibrationManager production set t ProcessName set L3_PHYSICS_CDF PassName set JUNK exit