Skip to content
Snippets Groups Projects
  1. Jun 06, 2000
  2. Jun 05, 2000
  3. May 31, 2000
  4. May 30, 2000
  5. May 29, 2000
    • Rene Brun's avatar
      change GetName() to fTree->GetName() when TProof IsActive · 7b090a49
      Rene Brun authored
      Problem reported by Peter Malzacher.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@50 27541ba8-7e3a-0410-8455-c3a389f83636
      7b090a49
    • Fons Rademakers's avatar
      new version of CINT 5.14.40 · 086e89c1
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@49 27541ba8-7e3a-0410-8455-c3a389f83636
      086e89c1
    • Fons Rademakers's avatar
      increased MAXDIRS to 256 · d4450c93
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@48 27541ba8-7e3a-0410-8455-c3a389f83636
      d4450c93
    • Rene Brun's avatar
      // 29 May · 0f8f3249
      Rene Brun authored
      - Add the following note in the TPave, TPaveLabel and TPaveText constructors:
          IMPORTANT NOTE:
          Because TPave objects (and objects deriving from TPave) have their
          master coordinate system in NDC, one cannot use the TBox functions
          SetX1,SetY1,SetX2,SetY2 to change the corner coordinates. One should use
          instead SetX1NDC, SetY1NDC, SetX2NDC, SetY2NDC.
      
         28 May
      - Modify THistPainter::PaintStat and PaintStat2 to use the TLatex character #pm
        instead of +-
      
      //     27 May
      - Add new member functions:
          Int_t TVirtualTreePlayer::GetDimension()
          Int_t TTreePlayer::GetDimension()
        GetDimension returns the number of dimensions in the TTree::Draw expression.
      
      - Add new function in TTree;
         void TTree::UnbinnedFit(const char *funcname ,const char *varexp, const char *selection="",Option_t *option=""
                             ,Int_t nentries=1000000000, Int_t firstentry=0);
         This function (origin Stephen Bailey) performs an unbinned fit to the
         variable(s) given in varexp.
      
      - Remove unused data member fDimension from class TTree.
      
      - Introduce support for "Virtuality" in TLeafObject.
        New data member fVirtual added and corresponding IsVirtual/SetVirtual functions.
        By default, fVirtual is kTRUE.
        This change allows new interesting possibilities in split mode. For example
        if a member is TShape *fShape, a real object may be now of any type
        derived from TShape (eg, TTUBE, TBRIK, etc).
        With the previous version, the fShape object had to be of the declared
        type TShape only.
        When writing a TLeafObject, the class name of the object is now written in
        the branch buffer by TLeafObject::FillBasket. When TLeafObject::ReadBasket
        is called, an instance of the real class is built and its Streamer function
        called.
        This change is backward compatible. Old files can still be processed.
        It is possible to set the virtuality for the branch to kFALSE via
        TLeafObject::SetVirtual. Setting the virtuality to kFALSE makes
        writing and reading faster and the file slightly smaller. In this case,
        a TLeafObject must be of the type declared only.
      
      - New minor changes in TGaxis (Damir Buskulic) for date/time format
        in case the start time is not an integer value.
      
      - Modify tutorial psexam.C to set the TPaveText TextFont to 61 instead of 62.
        Font precision 1 bypass the TLatex logic.
      
      - Mods in TLatex to remove the special treatment for characters ' and ".
        Strings like l'#acute{e}toile  are now correctly processed.
      
      - Fix a bug in TGraph::GetFunction. (thanks Damon Spayde). The test
          if (fFunctions)  return 0;  replaced by
          if (!fFunctions) return 0;
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@47 27541ba8-7e3a-0410-8455-c3a389f83636
      0f8f3249
  6. May 26, 2000
  7. May 25, 2000
Loading