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.