[root] / trunk / tree / treeviewer / src / TTreeViewer.cxx Repository:
ViewVC logotype

Log of /trunk/tree/treeviewer/src/TTreeViewer.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 48992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by rdm
File length: 106889 byte(s)
Diff to previous 44507
From Lifeng Sun:
The attached patchset fixes a bunch of typo in the source:
0001-succes-success.patch
0002-preceed-preced.patch
0003-informations-information.patch
0004-childs-children.patch
0005-avaliable-available.patch
0006-writeable-writable.patch
0007-comand-command.patch
0008-unkown-unknown.patch
0009-wierd-weird.patch
0010-wheter-whether.patch
0011-unecessary-unnecessary.patch
0012-splitted-split.patch
0013-registerd-registered.patch
0014-recieve-receive.patch
0015-processsing-processing.patch
0016-ouput-output.patch
0017-mutiple-multiple.patch
0018-lenght-length.patch
0019-interupted-interrupted.patch
0020-independant-independent.patch
0021-inconsistant-inconsistent.patch
0022-expresion-expression.patch
0023-explicitely-explicitly.patch
0024-enviroment-environment.patch
0025-deafult-default.patch
0026-continous-continuous.patch
0027-completly-completely.patch
0028-commited-committed.patch
0029-choosen-chosen.patch
0030-backgroud-background.patch
0031-auxilliary-auxiliary.patch
0032-authentification-authentication.patch
0033-appropiate-appropriate.patch
0034-an-other-another.patch
0035-environement-environment.patch
0036-targetting-targeting.patch
0037-suppported-supported.patch
0038-paramater-parameter.patch

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 106890 byte(s)
Diff to previous 43728
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 43728 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 13 10:08:38 2012 UTC (2 years, 9 months ago) by bellenot
File length: 106600 byte(s)
Diff to previous 42679
Fix a problem with array names (e.g. fVertex[]) as reported on the forum (http://root.cern.ch/phpBB3//viewtopic.php?f=3&t=14507)

Revision 42679 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 15:27:45 2012 UTC (3 years ago) by bellenot
File length: 106606 byte(s)
Diff to previous 41297
Fix coverity #36701 Uninitialized scalar variable

Revision 41297 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 10 12:41:44 2011 UTC (3 years, 3 months ago) by bellenot
File length: 106558 byte(s)
Diff to previous 40194
Fix coverity reports (dereference null return value)

Revision 40194 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 12 07:48:49 2011 UTC (3 years, 6 months ago) by bellenot
File length: 105969 byte(s)
Diff to previous 38471
Make the "Histogram" text entry expanding in X (as suggested by Duc H. Luong)

Revision 38471 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 17 09:38:34 2011 UTC (3 years, 10 months ago) by bellenot
File length: 105778 byte(s)
Diff to previous 38468
Add explicit cast of parm1 to the proper enum when comparing it

Revision 38468 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 17 09:18:09 2011 UTC (3 years, 10 months ago) by bellenot
File length: 105694 byte(s)
Diff to previous 36308
Ignore mixed enums errors (coverity)

Revision 36308 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 12 07:13:29 2010 UTC (4 years, 3 months ago) by brun
File length: 105433 byte(s)
Diff to previous 35929
use strlcpy

Revision 35929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 14:50:17 2010 UTC (4 years, 3 months ago) by brun
File length: 105429 byte(s)
Diff to previous 35527
use snprintf

Revision 35527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 12:27:01 2010 UTC (4 years, 4 months ago) by brun
File length: 105357 byte(s)
Diff to previous 35316
do not include snprintf.h

Revision 35316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 16 08:23:38 2010 UTC (4 years, 4 months ago) by bellenot
File length: 105380 byte(s)
Diff to previous 35171
Fix potential resource leak (coverity)

Revision 35171 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 6 12:51:37 2010 UTC (4 years, 4 months ago) by bellenot
File length: 105373 byte(s)
Diff to previous 34888
Fix several coverity reports

Revision 34888 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 20 14:48:53 2010 UTC (4 years, 5 months ago) by bellenot
File length: 105607 byte(s)
Diff to previous 32658
Fix bug #71656 : TTreeViewer complains 'nothing to draw' when I just want to scan (http://savannah.cern.ch/bugs/?71656)

Revision 32658 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 17 20:56:30 2010 UTC (4 years, 10 months ago) by pcanal
File length: 105593 byte(s)
Diff to previous 31995
Fix coverity report (uninit)

Revision 31995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 12 21:57:29 2010 UTC (5 years ago) by pcanal
File length: 105268 byte(s)
Diff to previous 30138
Do not core dump when called with an emtpy chain.  Show the branches of a chain's underlying's tree's freind in addition to the branches of the chain and of the chain's friends.

Revision 30138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 14 10:36:32 2009 UTC (5 years, 4 months ago) by rdm
File length: 105068 byte(s)
Diff to previous 23466
fix compilation warnings on Mac OS X 10.6 gcc 4.2.1.

Revision 23466 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 13:52:45 2008 UTC (6 years, 9 months ago) by brun
File length: 105031 byte(s)
Diff to previous 22902
Fix shadowed variables

Revision 22902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 31 09:48:42 2008 UTC (6 years, 9 months ago) by rdm
File length: 105021 byte(s)
Diff to previous 20882
move tree, treeplayer and treeviewer under tree meta directory.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 105021 byte(s)
Diff to previous 20411
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 19 12:37:58 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 105021 byte(s)
Diff to previous 19826
remove conditional around include of RConfigure.h:

#ifdef R__HAVE_CONFIG
#include "RConfigure.h"
#endif 

Having this conditional caused RConfigure.h to be missing from the .d
files and hence these files would not be recompiled after re-configuring
using --prefix.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 105068 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 105122 byte(s)
Diff to previous 19415
remove :$ from tag line

Revision 19415 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 20 12:10:53 2007 UTC (7 years, 6 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 105132 byte(s)
Diff to previous 19045
From Bastien and Olivier:

- New class TSpider:
  A spider view is a handsome way to visualize a set of data stored in a
  TTree. It draws as many polar axes as selected data members. For each of
  them, it draws on the axis the position of the present event between the
  min and max of the data member.

 -TTreeViewer allows to scan a TTree using a spider view.CVS: ----------------------------------------------------------------------

Revision 19045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 14:37:57 2007 UTC (7 years, 7 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101760 byte(s)
Diff to previous 18064
From Ilka:
Removed settings of the windows' decoration - this takes place
in TGMainFrame ctor now

Revision 18064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 22 16:45:48 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101822 byte(s)
Diff to previous 17967
From Bertrand:
- Removal of gClient->GetRoot() in several TGMainFrame ctor.
- Initialize graphics libs at TImage creation time.

Revision 17967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 15 15:04:41 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101836 byte(s)
Diff to previous 17009
-replace calls to gROOT->GetMakeDefCanvas()() by gROOT->MakeDefCanvas()

Revision 17009 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 1 09:26:31 2006 UTC (8 years, 1 month ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101840 byte(s)
Diff to previous 16796
From Ilka:
fix in TTreeViewer that avoid the crash reported on ROOT Forum at http://root.cern.ch/phpBB2/viewtopic.php?t=4266

Revision 16796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 16 17:18:32 2006 UTC (8 years, 2 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101836 byte(s)
Diff to previous 16760
Changes to get rid of the config.h and HAVE_CONFIG define. These were way
too trivial (just do a locate config.h to see how many there are):
- replace occurances of config.h by RConfigure.h
- add #warning in config.h that is should not be used
- change HAVE_CONFIG to R__HAVE_CONFIG

Revision 16760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 14 14:19:15 2006 UTC (8 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101835 byte(s)
Diff to previous 16711
Add support for Tree friends in the TreeViewer.
Although the code should work for TChains too, it has been tested so far
only for Tree friends.

Revision 16711 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 8 19:21:36 2006 UTC (8 years, 2 months ago) by pcanal
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101021 byte(s)
Diff to previous 15176
prevent memory over-run in case of long tree name

Revision 15176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 09:27:12 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101014 byte(s)
Diff to previous 13203
Fix coding conventions violations

Revision 13203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 11 16:10:02 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 101008 byte(s)
Diff to previous 13175
From Bertrand:
Added comments and changed idents in treeviewer to make codechecker happy.

Revision 13175 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 9 16:56:27 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100743 byte(s)
Diff to previous 12589
From Bertrand:
Solves pathname (backslashes) problem on Windows.

Revision 12589 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 2 10:22:55 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100692 byte(s)
Diff to previous 12568
Fix coding conventions violations.

Revision 12568 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 30 11:13:22 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100686 byte(s)
Diff to previous 11306
Changes to make the rulechecker happy in directory treeviewer.

Revision 11306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 11 17:57:45 2005 UTC (9 years, 10 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100686 byte(s)
Diff to previous 11075
From Ilka.
Fix to the following problem reported at the Forum by Richard Dubois:

On windows, I'm finding that the command line dialogue box in the TreeViewer does not clear the text after I hit <cr>. The command does echo in the console session. Is there a way to get the command line to clear in the gui? It's a bit of a pain to have to delete all the characters.

Revision 11075 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 9 11:47:27 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100646 byte(s)
Diff to previous 9615
Remove a debug printf statement in TTreeViewer::ExecuteCommand.
Do not show the inactive branches in the browser.

Revision 9615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 29 10:54:55 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100588 byte(s)
Diff to previous 9510

*****************WARNING*****************
With this mega patch, we introduce support for TTree/TChain  with more than
2 billion entries. Several class data members have been changed from
Int_t (or Stat_t) to Long64_t.
==>Trees written with this new version cannot be read with older versions
******************************************

TBranch:
========
 - replace the members with type Int_t or Stat_t by Long64_t
    Long64_t    fEntryNumber;     //  Current entry number (last one filled in this branch)
    Long64_t    fReadEntry;       //! Current entry number when reading
    Long64_t    fEntries;         //  Number of entries
    Long64_t    fTotBytes;        //  Total number of bytes in all leaves before compression
    Long64_t    fZipBytes;        //  Total number of bytes in all leaves after compression
    Long64_t   *fBasketEntry;     //[fMaxBaskets] Table of first entry in eack basket

 - corresponding changes in the member functions
    virtual Int_t     GetEntry(Long64_t entry=0, Int_t getall = 0);
    virtual Int_t     GetEntryExport(Long64_t entry, Int_t getall, TClonesArray *list, Int_t n);
            Int_t     GetEvent(Long64_t entry=0) {return GetEntry(entry);}
            Long64_t *GetBasketEntry() const {return fBasketEntry;}
            Long64_t  GetReadEntry()   const {return fReadEntry;}
            Long64_t  GetTotalSize()   const;
            Long64_t  GetTotBytes()    const {return fTotBytes;}
            Long64_t  GetZipBytes()    const {return fZipBytes;}
            Long64_t  GetEntryNumber() const {return fEntryNumber;}
            Long64_t  GetEntries()     const {return fEntries;}

TBranch::Streamer has been modified to read old files and automatically translate
the old types to the new types.
The new version of Streamer uses the TClass::ReadBuffer/WriteBuffer.

TBranch::Print has been modified to take into account the new data types.

ClassDef version increased to 10.

TBranchClones:
==============
    virtual Int_t    GetEntry(Long64_t entry=0, Int_t getall = 0);

TBranchElement:
===============
            Int_t    GetEntry(Long64_t entry=0, Int_t getall = 0);

TBranchObject:
==============
    virtual Int_t    GetEntry(Long64_t entry=0, Int_t getall = 0);

TChain:
=======
    Long64_t    *fTreeOffset;       //[fTreeOffsetLen]Array of variables

    virtual Int_t     Add(const char *name, Long64_t nentries=kBigNumber);
    virtual Int_t     AddFile(const char *name, Long64_t nentries=kBigNumber);
    virtual Long64_t  Draw(const char *varexp, const TCut &selection, Option_t *option=""
                       ,Long64_t nentries=kBigNumber, Long64_t firstentry=0);
    virtual Long64_t  Draw(const char *varexp, const char *selection, Option_t *option=""
                     ,Long64_t nentries=kBigNumber, Long64_t firstentry=0); // *MENU*
    virtual Long64_t  GetChainEntryNumber(Long64_t entry) const;
    virtual Long64_t  GetEntries() const;
    virtual Int_t     GetEntry(Long64_t entry=0, Int_t getall=0);
            Long64_t  LoadTree(Long64_t entry);
    virtual void      Loop(Option_t *option="",Long64_t nentries=kBigNumber, Long64_t firstentry=0); // *MENU*
    virtual Long64_t  Merge(const char *name);
    virtual Long64_t  Merge(TCollection *list);
    virtual Long64_t  Merge(TFile *file, Int_t basketsize, Option_t *option="");
    virtual Long64_t  Process(const char *filename,Option_t *option="", Long64_t nentries=kBigNumber, Long64_t firstentry=0); // *MENU*
    virtual Long64_t  Process(TSelector *selector,Option_t *option="",  Long64_t nentries=kBigNumber, Long64_t firstentry=0);

ClassDef version changed from 4 to 5

TSelector
=========
   virtual Bool_t      ProcessCut(Long64_t /*entry*/) { return kTRUE; }
   virtual void        ProcessFill(Long64_t /*entry*/) { }
   virtual Bool_t      Process(Long64_t /*entry*/) { return kFALSE; }

TSelectorCint
=============
   virtual Bool_t      ProcessCut(Long64_t entry);
   virtual void        ProcessFill(Long64_t entry);
   virtual Bool_t      Process(Long64_t entry);

TSelectorDraw
=============
    Long64_t       fDraw;           //! Last entry loop number when object was drawn
    Long64_t       fSelectedRows;   //  Number of selected entries
    Long64_t       fOldEstimate;    //  value of Tree fEstimate when selector is called
    Double_t      *fV1;             //![fSelectedRows]Local buffer for variable 1
    Double_t      *fV2;             //![fSelectedRows]Local buffer for variable 2
    Double_t      *fV3;             //![fSelectedRows]Local buffer for variable 3
    Double_t      *fV4;             //![fSelectedRows]Local buffer for variable 4
    Double_t      *fW;              //![fSelectedRows]Local buffer for weights

    virtual Long64_t  GetSelectedRows() const {return fSelectedRows;}
    virtual Bool_t    Process(Long64_t /*entry*/) { return kFALSE; }
    virtual void      ProcessFill(Long64_t entry);
    virtual void      ProcessFillMultiple(Long64_t entry);
    virtual void      ProcessFillObject(Long64_t entry);
    virtual void      SetEstimate(Long64_t n);

TTree
=====
Modified data types
    Long64_t       fEntries;           //  Number of entries
    Long64_t       fTotBytes;          //  Total number of bytes in all branches before compression
    Long64_t       fZipBytes;          //  Total number of bytes in all branches after compression
    Long64_t       fSavedBytes;        //  Number of autosaved bytes
    Long64_t       fMaxEntryLoop;      //  Maximum number of entries to process
    Long64_t       fMaxVirtualSize;    //  Maximum total size of buffers kept in memory
    Long64_t       fAutoSave;          //  Autosave tree when fAutoSave bytes produced
    Long64_t       fEstimate;          //  Number of entries to estimate histogram limits
    Long64_t       fChainOffset;       //! Offset of 1st entry of this Tree in a TChain
    Long64_t       fReadEntry;         //! Number of the entry being processed
    Long64_t       fTotalBuffers;      //! Total number of bytes in branch buffers
    Long64_t       fDebugMin;          //! First entry number to debug
    Long64_t       fDebugMax;          //! Last entry number to debug

New function signatures
    virtual Long64_t     AutoSave(Option_t *option="");
    virtual TTree       *CloneTree(Long64_t nentries=-1, Option_t *option="");
    virtual Long64_t     CopyEntries(TTree *tree, Long64_t nentries=-1);
    virtual TTree       *CopyTree(const char *selection, Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual Long64_t     Draw(const char *varexp, const TCut &selection, Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual Long64_t     Draw(const char *varexp, const char *selection, Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0); // *MENU*
    virtual Long64_t     Fit(const char *funcname ,const char *varexp, const char *selection="",Option_t *option="" ,Option_t *goption=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0); // *MENU*
    virtual Long64_t     GetChainEntryNumber(Long64_t entry) const {return entry;}
    virtual Long64_t     GetChainOffset() const { return fChainOffset; }
            Long64_t     GetDebugMax()  const {return fDebugMax;}
            Long64_t     GetDebugMin()  const {return fDebugMin;}
    virtual Long64_t     GetEntries() const   {return fEntries;}
    virtual Long64_t     GetEntriesFast() const   {return fEntries;}
    virtual Long64_t     GetEntriesFriend() const;
    virtual Long64_t     GetEstimate() const { return fEstimate; }
    virtual Int_t        GetEntry(Long64_t entry=0, Int_t getall=0);
            Int_t        GetEvent(Long64_t entry=0, Int_t getall=0) {return GetEntry(entry,getall);}
    virtual Long64_t     GetEntryNumberWithBestIndex(Int_t major, Int_t minor=0) const;
    virtual Long64_t     GetEntryNumberWithIndex(Int_t major, Int_t minor=0) const;
    virtual Long64_t     GetEntryNumber(Long64_t entry) const;
    virtual Long64_t     GetMaxEntryLoop() const {return fMaxEntryLoop;}
    static  Long64_t     GetMaxTreeSize();
    virtual Long64_t     GetMaxVirtualSize() const {return fMaxVirtualSize;}
    virtual Long64_t     GetReadEntry()  const {return fReadEntry;}
    virtual Long64_t     GetReadEvent()  const {return fReadEntry;}
    virtual Long64_t     GetSelectedRows() {return GetPlayer()->GetSelectedRows();}
    virtual Long64_t     GetTotBytes() const {return fTotBytes;}
    virtual Long64_t     GetZipBytes() const {return fZipBytes;}
    virtual Long64_t     LoadTree(Long64_t entry);
    virtual Long64_t     LoadTreeFriend(Long64_t entry, TTree *T);
    virtual Long64_t     Merge(TCollection *list);
    TPrincipal          *Principal(const char *varexp="", const char *selection="", Option_t *option="np"
                                   ,Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual Long64_t     Process(const char *filename,Option_t *option="", Long64_t nentries=1000000000, Long64_t firstentry=0); // *MENU*
    virtual Long64_t     Process(TSelector *selector, Option_t *option="", Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual Long64_t     Project(const char *hname, const char *varexp, const char *selection="", Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual TSQLResult  *Query(const char *varexp="", const char *selection="", Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0);
    virtual Long64_t     Scan(const char *varexp="", const char *selection="", Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0); // *MENU*
    virtual void         SetDebug(Int_t level=1, Long64_t min=0, Long64_t max=9999999); // *MENU*
    virtual void         SetEntries(Long64_t n);
    virtual void         SetEstimate(Long64_t nentries=10000);
    virtual void         SetMaxEntryLoop(Long64_t maxev=1000000000) {fMaxEntryLoop = maxev;} // *MENU*
    static  void         SetMaxTreeSize(Long64_t maxsize=1900000000);
    virtual void         SetMaxVirtualSize(Long64_t size=0) {fMaxVirtualSize = size;} // *MENU*
    virtual void         Show(Long64_t entry=-1, Int_t lenmax=20);
    virtual Long64_t     UnbinnedFit(const char *funcname ,const char *varexp, const char *selection="",Option_t *option=""
                          ,Long64_t nentries=1000000000, Long64_t firstentry=0);

TTree::Streamer has been modified to real old files.
TTree::Print has been modified to take into account the new data types.

ClassDef version number incremented to 13.

TVirtualTreePlayer
==================
    virtual TTree         *CopyTree(const char *selection, Option_t *option=""
                            ,Long64_t nentries=1000000000, Long64_t firstentry=0) = 0;
    virtual Long64_t       DrawScript(const char* wrapperPrefix,
                                      const char *macrofilename, const char *cutfilename,
                                      Option_t *option, Long64_t nentries, Long64_t firstentry) = 0;
    virtual Long64_t       DrawSelect(const char *varexp, const char *selection, Option_t *option
                            ,Long64_t nentries, Long64_t firstentry) = 0;
    virtual Long64_t       Fit(const char *formula ,const char *varexp, const char *selection,Option_t *option ,Option_t *goption
                            ,Long64_t nentries, Long64_t firstentry) = 0;
    virtual Long64_t       GetSelectedRows() const = 0;
    virtual TPrincipal    *Principal(const char *varexp="", const char *selection="", Option_t *option="np"
                           ,Long64_t nentries=1000000000, Long64_t firstentry=0) = 0;
    virtual Long64_t       Process(const char *filename,Option_t *option="", Long64_t nentries=1000000000, Long64_t firstentry=0) = 0;
    virtual Long64_t       Process(TSelector *selector,Option_t *option="",  Long64_t nentries=1000000000, Long64_t firstentry=0) = 0;
    virtual Long64_t       Scan(const char *varexp, const char *selection, Option_t *option
                            ,Long64_t nentries, Long64_t firstentry) = 0;
    virtual TSQLResult    *Query(const char *varexp, const char *selection, Option_t *option
                            ,Long64_t nentries, Long64_t firstentry) = 0;
    virtual void           SetEstimate(Long64_t n) = 0;
    virtual Long64_t       UnbinnedFit(const char *formula ,const char *varexp, const char *selection,Option_t *option
                            ,Long64_t nentries, Long64_t firstentry) = 0;

TTreeFormula
============
   TLeaf*      GetLeafWithDatamember(const char* topchoice, const char* nextchice, Long64_t readentry) const;
   Bool_t      BranchHasMethod(TLeaf* leaf, TBranch* branch,
                               const char* method,const char* params,
                               Long64_t readentry) const;

TTreePlayer
===========
    Long64_t       fSelectedRows;    //  Number of selected entries

    virtual TTree    *CopyTree(const char *selection, Option_t *option
                       ,Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  DrawScript(const char* wrapperPrefix,
                                 const char *macrofilename, const char *cutfilename,
                                 Option_t *option, Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  DrawSelect(const char *varexp, const char *selection, Option_t *option
                                 ,Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  Fit(const char *formula ,const char *varexp, const char *selection,Option_t *option ,
                          Option_t *goption ,Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  GetSelectedRows() const {return fSelectedRows;}
    TPrincipal       *Principal(const char *varexp, const char *selection, Option_t *option
                       ,Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  Process(const char *filename,Option_t *option, Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  Process(TSelector *selector,Option_t *option,  Long64_t nentries, Long64_t firstentry);
    virtual Long64_t  Scan(const char *varexp, const char *selection, Option_t *option
                       ,Long64_t nentries, Long64_t firstentry);
    virtual TSQLResult *Query(const char *varexp, const char *selection, Option_t *option
                         ,Long64_t nentries, Long64_t firstentry);
    virtual void      SetEstimate(Long64_t n);
    virtual Long64_t  UnbinnedFit(const char *formula ,const char *varexp, const char *selection,Option_t *option
                       ,Long64_t nentries, Long64_t firstentry);

The generated code by TTreePlayer::MakeCode, MakeClass, MakeProxy
uses Long64_t instead of Int_t

TTreeViewer
===========
    Long64_t      Process(const char* filename, Option_t *option="", Long64_t nentries=1000000000, Long64_t firstentry=0); // *MENU*
    void          SetCurrentRecord(Long64_t entry);

THbookBranch
============
    virtual Int_t    GetEntry(Long64_t entry=0, Int_t getall=0);
    virtual void     SetEntries(Long64_t n) {fEntries=n;}

THbookTree
==========
    virtual Int_t    GetEntry(Long64_t entry=0, Int_t getall=0);
    virtual void     InitBranches(Long64_t entry);
    virtual void     SetEntries(Long64_t n);

TProofDraw
==========
    virtual Bool_t   Process(Long64_t /*entry*/);

TProofPlayer
============
    virtual Long64_t  Process(TDSet *set,
    virtual Long64_t  DrawSelect(TDSet *set, const char *varexp,
    Long64_t          Process(TDSet *set, const char *selector,
    Long64_t          DrawSelect(TDSet *set, const char *varexp,

Revision 9510 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 13 12:46:06 2004 UTC (10 years, 6 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100539 byte(s)
Diff to previous 9078
forgot to include config.h so ROOTBINDIR was never set when configured
for absolute path names. This caused the splash screen not to show up.

Revision 9078 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 1 14:36:59 2004 UTC (10 years, 7 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100492 byte(s)
Diff to previous 8752
remove debug message on window close.

Revision 8752 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 30 10:31:34 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100529 byte(s)
Diff to previous 7903
use proper way to close window (SendCloseMessage(). Fixes problem where
valgrind reports access to freed memory.

Revision 7903 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 13 21:02:14 2004 UTC (11 years ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100551 byte(s)
Diff to previous 7876
From Bertrand:

The new splash screen and corresponding changes to show the splash screen
in the canvas and browser.

Revision 7876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 9 11:44:02 2004 UTC (11 years ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100417 byte(s)
Diff to previous 7870
included HelpText.h for Win32.

Revision 7870 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 8 23:07:40 2004 UTC (11 years ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 100396 byte(s)
Diff to previous 7648
the "About ROOT..." menu item calls now "root -a" to show the splash screen
with the scrolling credits.

Revision 7648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 25 13:17:33 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 99789 byte(s)
Diff to previous 7574
From Andrei Gheata:

 I have added:
- modified help text for opening trees and session
- a record (produced for a valid X/Y/Z + drawing option selection when
clicking the red button) will get now the same name as the histogram.
- the treeviewer constructors define a variable gTV that can be accessed
only from interpreter to get a pointer to the treeviewer. This can be
used to append one or more new trees by pointer : new method
AppendTree() implemented. This is explained in the help menu Open/Load

Revision 7574 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 12 10:55:48 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 96912 byte(s)
Diff to previous 7572
Optimize TTreeViewer::DoRefresh to
  -call TTree::Refresh
  -automatically redraw the current exposed expression

Revision 7572 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 12 07:23:08 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 96719 byte(s)
Diff to previous 7553
Protect TChain::GetEntry in case of an empty chain.
Add a comment in the function indicating that 0 bytes are returned
in this case.

Revision 7553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 10 10:48:43 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 96696 byte(s)
Diff to previous 7521
From Ilka:

The slot TTreeViewer::DoRefresh() is called when
the new Refresh button is clicked.
Layout changes:
- the three picture buttons are laid out on the
same level as the progress bar;
- the progress bar is laid out vertically with the
list view frame

Revision 7521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 5 13:24:46 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94576 byte(s)
Diff to previous 7504
TTreeViewer derives from TGMainFrame. With the introduction of SavePrimitive
in the GUI classes, a new function TGMainFrame::SaveSource has been introduced.
TTreeViewer had already a SaveSource function.
To avoid complaints from compilers, add an optional argument to
TTreeViewer::saveSource.

Revision 7504 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 31 15:27:53 2003 UTC (11 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94564 byte(s)
Diff to previous 7267
Change the timer interval from 20 to 200 ms.

Revision 7267 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 12 09:31:53 2003 UTC (11 years, 4 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94563 byte(s)
Diff to previous 6638
In TTreeViewer::NewExpression, the number of expressions was not incremented.
As a result, all new expressions created via the menu "NewExpression"
were lost when generating the source of the current viewer.

Revision 6638 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 16 07:32:04 2003 UTC (11 years, 8 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94543 byte(s)
Diff to previous 6409
Remove useless code in TTreeViewer::ExecuteDraw that can generate seg faults

Revision 6409 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 14:30:38 2003 UTC (11 years, 9 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94539 byte(s)
Diff to previous 6014
From Philippe:
There is still a problem with TChains and StartViewer (In the call stack one of the TDirectory object stored is deleted then used).  This patch fixes the problem.

Revision 6014 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 30 09:21:02 2003 UTC (11 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94398 byte(s)
Diff to previous 5980
Add protection in case the Treeviewer is used to draw a variable
and gPad is null.

Revision 5980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 24 08:24:13 2003 UTC (12 years ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94388 byte(s)
Diff to previous 5944
Add protection in the TTreeViewer constructor in case of a Tree in memory (no file)

Revision 5944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 20 10:25:58 2003 UTC (12 years ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94370 byte(s)
Diff to previous 5286
*** empty log message ***

Revision 5286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 13 19:43:12 2002 UTC (12 years, 4 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 94336 byte(s)
Diff to previous 4832
Add a new constructor
TTreeViewer::TTreeViewer(const TTree *tree)

This new constructor is called by TTreePlayer::StartViewer.
This new constructor solves a problem reported by Ole Streicher
 TFile *f = new TFile("Header.root")
 TTree *p = f->Get("Physics");
 p->StartViewer()
 TFile *g = new TFile("Tracker.root")
 p->StartViewer()

the second viewer doesn't show any members while the first does.

Revision 4832 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 8 14:41:44 2002 UTC (12 years, 6 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 93552 byte(s)
Diff to previous 4443
because TObject::Warning() was made virtual, TTreeViewer::Warning() did not
work anymore. Provide more general solution based on overloaded DoError() in
TTreeViewer.

Revision 4443 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 3 10:22:32 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92435 byte(s)
Diff to previous 3748
Do not delete the Trees in the list of Trees in the TTreeViewer destructor.

Revision 3748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 11:39:31 2002 UTC (13 years ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92462 byte(s)
Diff to previous 3742
rename IOSFwd.h and IOStream.h to Riosfwd.h and Riostream.h. The change
is necessary because on Windows which is case insensitive IOStream.h
hides the real iostream.h.

Revision 3742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 23 17:52:52 2002 UTC (13 years ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92462 byte(s)
Diff to previous 3680
use IOSFwd.h in headers instead of <iosfwd> or many other ifdef'ed variant
and IOStream.h in the source instead of <iostream[.h]>, <fstream[.h]> and
<iomanip[.h]>.

Revision 3680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 16 14:35:21 2002 UTC (13 years ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92483 byte(s)
Diff to previous 3317
set the default for drawing scatter-plots to "" instead of "hist"

Revision 3317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 28 16:05:42 2001 UTC (13 years, 1 month ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92475 byte(s)
Diff to previous 2475
win32gdk case added

Revision 2475 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 27 16:54:25 2001 UTC (13 years, 7 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92467 byte(s)
Diff to previous 1904
use new features of TGFileDialog.

Revision 1904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 6 07:27:18 2001 UTC (13 years, 9 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 92299 byte(s)
Diff to previous 1801
New version of TTreeViewer and associated classes from Andrei Gheata.
  Here is the last patch of the treeviewer, which hopefully corrects all bugs
I found about (including TH3 draw problem). It has also a new checker for
aliases and the possibility of defining and executing a user-defined command
for each session record. It works like this (for now) :
 - when you want to do something with the histogram produced by the Draw
button (fitting, normalizing, corellating with other existing histograms,
etc.) you may write a macro with this functionality, where the histogram can
be accessed with the name written in the hist. text box (htemp by default).
Then, after recording an X,Y,Z entry in your session, you will be able to use
the SetUserCode() function from the TV context menu. For instance, you can
run your fit.C macro :
 fit.C
{
   htemp->Fit("gaus");
   htemp->Draw();
}
by setting the user code as : .x fit.C
Any ROOT command is accepted. The user-command will be executed after a record
is drawn using the session buttons. You can define user commands for each
record. This is just the first implementation.

Revision 1801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 12 16:59:15 2001 UTC (13 years, 10 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 90711 byte(s)
Diff to previous 1781
Increase dimension of local array used to store the file name from 100 to 1024.

Revision 1781 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 9 11:02:24 2001 UTC (13 years, 10 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 90710 byte(s)
Diff to previous 1703
fix bug with warning dialogs, don't call gClient->WaitFor(msg) for TGMsgBoxes
since that will lock the entire GUI. Also cleaned up several comments.

Revision 1703 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 26 10:28:53 2001 UTC (13 years, 10 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 93554 byte(s)
Diff to previous 1678
New version of TTreeViewer by Andrei Gheata

Revision 1678 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 22 15:15:52 2001 UTC (13 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 93630 byte(s)
Diff to previous 1677
Fix several compilation problems in teh new version of Andrei.

Revision 1677 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 22 14:45:18 2001 UTC (13 years, 11 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 93629 byte(s)
Diff to previous 1221
New version of the TTreeViewer suite by Andrei Gheata

Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 14 15:23:47 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 74249 byte(s)
Diff to previous 1191
New version of the TTreeViewer by Andrei Gheata
 - 'Stop" button is now working ;
 - Progress bar added ;
 - Adding of new expressions on the fly - via a new method 'NewExpression' from
the context menu of the right panel;
 - Double-clicking empty expressions will open the expression editor ;
 - Expression editor modified : added 'Cancel' button - also solved a little
bug in the destructor;
 - Eliminated printf's (about the tabs I'm still not sure, but I hope you will
not find any bad alignments any more)

Revision 1191 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 12 12:20:23 2000 UTC (14 years, 1 month ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 72914 byte(s)
Diff to previous 1186
removed incorrect batch mode checking code and some <TAB> characters.

Revision 1186 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 12 07:25:45 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 72865 byte(s)
Diff to previous 1160
New version by Andrei Gheata

Revision 1160 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 10 17:44:26 2000 UTC (14 years, 1 month ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 70037 byte(s)
Diff to previous 1090
fReset was erroneously redeclared.

Revision 1090 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 09:05:07 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 70057 byte(s)
Diff to previous 1078
Minor change to avoid a compiler warning with KCC

Revision 1078 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 12:24:25 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 70053 byte(s)
Diff to previous 1050
New version of these classes by Andrei Gheata. This new version optimizes
the behaviour of the "scan box"

Revision 1050 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 24 16:16:22 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 69952 byte(s)
Diff to previous 1049
Update from Andrei

Revision 1049 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 24 14:45:10 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 69872 byte(s)
Diff to previous 1023
Changes in the "ScanBox" utility by Andrei Gheata

Revision 1023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 18:03:03 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 68883 byte(s)
Diff to previous 1022
ooopppss, forgot to update the include statements. Also don't forget
to delete all *.d's in treeviewer/src directory.

Revision 1022 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 17:59:18 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 68879 byte(s)
Diff to previous 992
put new TTreeViewer in place.

Revision 992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 21:02:48 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 22337 byte(s)
Diff to previous 3
Change fIsEditable to fEditable.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/treeviewer/src/TTreeViewer.cxx
File length: 22280 byte(s)
Copied from: branches/rdm/treeviewer/src/TTreeViewer.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/treeviewer/src/TTreeViewer.cxx
File length: 22280 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9