Re: [ROOT] TFileSet or syntax error

From: Valeri Fine (fine@bnl.gov)
Date: Thu Sep 12 2002 - 16:32:44 MEST


It sounds you did load libStar (for ROOT 3.03/04) or libTable (which is a new name for libStar since ROOT 3.03.06)

Let me remind ROOT package is delivered with about 34-35 different share library. Each of the is provided 
some ROOT subsystem functionality and only few of them are loaded by ROOT at the boot time. 
The rest should be loaded by the application program as needed.
To load the custom share library one can use 

  gSystem->Load("libTable");

call

An end-used can customize the list of the share libraries he/she wants to be loaded at start time via the custom "rootlogon.C"
macro (see $ROOTSYS/tutorials/rootlogon.C" for example.). One can add there the statement mentioned above, 
That will be called each time you start your ROOT session.


Try that and see whether it helps.
  Best regards, Valeri
-----
Dr.Valeri Fine
STAR/US Atlas                                    E-mail: fine@bnl.gov
Brookhaven National Lab                Phone: +1 631 344 7806
Upton, NY 11973-5000                       FAX:     +1 631 344 4206
USA



----- Original Message ----- 
From: "Conrad Steenberg" <conrad@hep.caltech.edu>
To: "ROOT mailing list" <roottalk@pcroot.cern.ch>
Sent: Wednesday, September 11, 2002 7:49 PM
Subject: [ROOT] TFileSet or syntax error


> Hi
> 
> Following the class definition of TFileSet at
> http://root.cern.ch/root/htmldoc/TFileSet.html and doing
> 
> TString home = "$HOME";
> TFileSet set(home);
> 
> I get 
> Error: Function TFileSetset(home) is not defined in current scope 
> FILE:/tmp/fileRv9CZX_cint LINE:1
> Possible candidates are...
> filename       line:size busy function type and name  
> *** Interpreter error recovered ***
> 
> for some reason the interpreter 'eats' the space between TFileSet and
> set. This happens both in 3.03/4 and 3.03/7. I can try 3.03/8 as well,
> but it seems strange enough to report...
> 
> Any ideas?
> 
> Cheers!
> 
> Conrad
> 
> -- 
> *-----------------------------------------*
> | Conrad Steenberg                        |
> | Caltech, Mail Code 356-48               |
> | Pasadena, CA, 91125                     |
> | e-mail: conrad@hep.caltech.edu          |
> | Tel: (626) 395-8758                     |
> *-----------------------------------------*
> 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:09 MET