[ROOT] TString -> Option_t

From: Chris Crawford (chris2@lns.mit.edu)
Date: Thu Apr 10 2003 - 19:56:38 MEST


hi,
  i would like to suggest adding a  TString->Option_t type conversion. 
 that way, for example it would be easier to use strings in Draw() 
expressions.  (without ->Data() all over)

example:
  TString exp("x:y");
  tree->Draw(exp);  //doesn't work
  tree->Draw(exp,""); //different function, does work
--chris



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET