extending TRint::Run functionality

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Fri Sep 26 1997 - 20:09:30 MEST


It would be pretty helpful when running ROOT in embedded mode to have a way 
to pass to TRint::Run method a 
list of files (or at least one file, which would execute all the others) to 
be executed, for example:

void TRint::Run(Bool_t retrn, char* filename = 0);

so if filename is 0, TApplication::fFiles (the default list) is searched for 
the list of input files. Another way to get the same functionality is to define 

TApplication::SetInputFiles(TObjArray* inputFiles)

method which would allow to define fFiles from the running code.

	Does this suggestion fit into the ROOT design scheme?

							Thanks, Pasha.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:21 MET