# # Tcl script to run the ProductionExe. For now, this is hand coded. # In the future this file should be generated by the Production Table # analogous to the Trigger Table in run 1. # # Uncomment this line to have AC++ print a message # before and after every module method is called. #action on "Name Action" # # Setup the Input # source $env(PROJECT_DIR)/Production/setup_input.tcl #source Production/setup_input.tcl # # Do the cloning and talk-to's for Reconstruction # source $env(PROJECT_DIR)/Production/setup_jetReco.tcl #source Production/setup_jetReco.tcl source $env(PROJECT_DIR)/Production/setup_trkReco.tcl #source Production/setup_trkReco.tcl # # Turn off stand-alone silicon tracking - SAVES TIME! talk SiPatternRecModule PerformStandaloneTracking set f exit # # Setup the Production Path # source $env(PROJECT_DIR)/Production/setup_path.tcl #source Production/setup_path.tcl # # Setup the Monitor Path # source $env(PROJECT_DIR)/Production/setup_monitors.tcl #source Production/setup_monitors.tcl # # Setup the output #------------------------------------------------ source $env(PROJECT_DIR)/Production/setup_output.tcl #source Production/setup_output.tcl # # Now specify files. This is done here because we want the farms to use # the same setup_* files as are in the Production package but the farm jobs # must specify the correct file names to use. # talk DHOutput output setstream test_stream file=./results/ttbar_prod.rt show exit # # Access the input file module talk DHInput input file ./results/ttbar_gensim.rt exit #talk EventDump # list set t # classList add CdfMet #exit begin -nev 100 talk EventDump stat report exit show exit