GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TMultiGraph* Excitation ( const char *  filebasename,
const char *  pathtofile = "./",
Int_t  istart = 1,
Int_t  iend = 10,
Float_t  threshold = 0.01 
)

Function to plot Excitation function.

With evapOR, a list of pax files could be generated for different energies (see the evloop script). If in your input file for evapor, the following line has been added "*NAMES XXX INDEX", the pax file are named XXX001.pax, XXX002.pax ... This function chaines from the directory pathtofile all the files with the name constructed from the filebasename and the integers from istart to iend (there is no error if an non-existing file is given). It run through the files to plot the excitation function (one graph per residu) with different styles (color and markers).

It keeps residu production if the production cross section is greater than threshold

  • filebasename is the base file name of the pax files to be scanned
  • pathtofile the directory where are stored the pax files to be chained

Definition at line 103 of file FirstPax.C.