# # Setup input module. Note that the only thing not specified here is the # input file or dataset. This is because that part must be scripted. # module input FileInput #module input DHInput talk FileInput #talk DHInput input add $env(prod_input_file) if { $rawDataStream == "a" || $rawDataStream == "d" || $rawDataStream == "i" } then { hideList set L3 dropList set TowerCorrectionColl processDropList set PROD keepFromProcessList set ReleaseHistory DBUsedSetInfoList ErrorSummary L3SummaryObject parmSetName set hideL3 } else { processDropList set L3 PROD keepFromProcessList set ReleaseHistory DBUsedSetInfoList ErrorSummary L3SummaryObject parmSetName set dropL3 } # # Report on every event processed in validation # statusFile set 1 show exit