Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
macro bkg_file(filename,c,v)
{ 
	#m_argu c If_Prm_Eqn_Rpt(c, v, min 0 max 10000)
	user_y #m_unique bkg_obj filename
	fit_obj = CeV(c, v) bkg_obj;
}
macro bkg_file(filename) { bkg_file(filename, ,1) }

You will need to reload TOPAS for these changes to take effect