Go to the source code of this file.
Definition at line 1 of file Elm/headers/io/set_input_merge.h.
References JobC::Input, and JobCModule::Set().
00002 { 00003 // take rock and det streams as input - copied from 00004 // MCMerge/macros/near_mcmerge_reco.C 00005 jc.Input.Set("Format=input"); 00006 jc.Input.Set("Streams=rock,det"); 00007 }