Skip to content
Snippets Groups Projects
  1. Dec 04, 2002
  2. Nov 26, 2002
  3. Nov 16, 2002
  4. Nov 13, 2002
  5. Oct 21, 2002
    • Rene Brun's avatar
      Fix by Constantin Loizides · 14805e85
      Rene Brun authored
      I had problems using ImportParticles
      with the "Final" option. When writing
      the "particle" branch with TTree::Fill
      it crashed whereas when using the "All"
      option the same macro work (macro is attached).
      Looping over the particles in the TClonesArray
      works perfectly in both cases
      (particles->Print()).
      
      I "solved" the problem  changing the
      TPythia6::ImportParticles in the following way:
      
      The dummy index i is always incremented regardless
      whether a particle was "final" or not. Introducing a
      variable which  actually counts the particles that
      were inserted into the TClonesArray apparently works
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@5446 27541ba8-7e3a-0410-8455-c3a389f83636
      14805e85
  6. Apr 06, 2001
  7. Feb 01, 2001
  8. Jan 26, 2001
  9. Dec 13, 2000
    • Rene Brun's avatar
      W A R N I N G !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! · da295703
      Rene Brun authored
           ==================================================================
      A very long list of changes in this pre-release of version 3.00.
      We have modified the signature of many functions (in particular TObject)
      to introduce more constness in the system.
      You must change your code if your class derives from TObject and uses
      one of the modified functions such as ls, Print, Compare, Hash, etc.
      The modified functions in TObject have the following signature:
         virtual TObject    *Clone() const;
         virtual Int_t       Compare(const TObject *obj) const;
         virtual void        Delete(Option_t *option=""); // *MENU*
         virtual void        DrawClass() const; // *MENU*
         virtual void        DrawClone(Option_t *option="") const; // *MENU*
         virtual void        Dump() const; // *MENU*
         virtual TObject    *FindObject(const TObject *obj) const;
         virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
         virtual ULong_t     Hash() const;
         virtual void        Inspect() const; // *MENU*
         virtual Bool_t      IsEqual(const TObject *obj) const;
         virtual void        ls(Option_t *option="") const;
         virtual void        Print(Option_t *option="") const;
      
      A similar operation has been done with classes such as TH1, TVirtualPad,
      TTree, etc.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@1205 27541ba8-7e3a-0410-8455-c3a389f83636
      da295703
  10. Dec 09, 2000
  11. Oct 30, 2000
  12. Oct 08, 2000
  13. Jul 29, 2000
  14. Jul 11, 2000
  15. Jul 01, 2000
  16. Jun 22, 2000
  17. Jun 21, 2000
  18. May 21, 2000
  19. May 16, 2000
Loading