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

Log of /trunk/tree/tree/src/TVirtualTreePlayer.cxx

Parent Directory Parent Directory


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

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: 2923 byte(s)
Diff to previous 21510
move tree, treeplayer and treeviewer under tree meta directory.

Revision 21510 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 19 20:55:57 2007 UTC (7 years, 1 month ago) by pcanal
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2923 byte(s)
Diff to previous 20882
add missing class and typedef descriptions

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/tree/src/TVirtualTreePlayer.cxx
File length: 2411 byte(s)
Diff to previous 19826
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 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/tree/src/TVirtualTreePlayer.cxx
File length: 2411 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/tree/src/TVirtualTreePlayer.cxx
File length: 2470 byte(s)
Diff to previous 17579
remove :$ from tag line

Revision 17579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 30 11:24:32 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2480 byte(s)
Diff to previous 15935
-Replace calls to gROOT->GetClass by TClass::GetClass
-Remove unused references to TROOT.h

Revision 15935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 6 07:15:01 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2482 byte(s)
Diff to previous 15826
Handle several issues related to the TTree::Process() and TTree::Draw()
return values:
- TSelector: fStatus increased from Int_t to Long64_t. It is used to
  return the number of selected events by TTree::Draw() which returns
  a Long64_t.
- TVirtualProof, TProof, TDSet, TProofPlayer: Process() and Draw() were
  returning an Int_t, now a Long64_t to be consistent with TTree/TChain.
  Actually returning of TSelector::GetStatus() from the workers to be
  done tomorrow.
  Also added proper comments describing the return values for Draw()
  (number of selected events), and Process() (value returned by
  TSelector::GetStatus()).
- TTree, TChain, TSelectorDraw: added proper comments describing the
  return values of Draw() and Process().

Revision 15826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 19 18:01:38 2006 UTC (8 years, 6 months ago) by pcanal
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2404 byte(s)
Diff to previous 14336
From Sergei Linev:
Reset correctly fgCurrent in TVirtualTreePlayer destructor.

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2210 byte(s)
Diff to previous 11715
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 11715 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 2 10:57:32 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2191 byte(s)
Diff to previous 11281
Use TVirtualProof.h and not TProof.h.

Revision 11281 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 10 17:57:05 2005 UTC (9 years, 10 months ago) by rdm
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2215 byte(s)
Diff to previous 9840
From Marek Biskup:
major new PROOF developments:
 - access to PROOF directly via the TChain interface (creating a TDSet
   in the background).
 - access to PROOF based trees via the TTreeViewer
 - fully implemented the TChain/TDSet::Draw() interface.
 - PROOF sessions can now be browsed via the TBrowser

Revision 9840 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 24 15:46:02 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 2292 byte(s)
Diff to previous 5334
Implement a new function
TVirtualTreePlayer *TVirtualTreePlayer::GetCurrentPlayer()
that returns a pointer to the current TTreePlayer.
This function is required for the THXEditor classes (rebinning TAB)

Revision 5334 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 19 13:54:58 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 1977 byte(s)
Diff to previous 4940
proof and treeplayer don't depend on each other anymore, no need to load them
both at the same time.

Revision 4940 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 16 17:20:17 2002 UTC (12 years, 6 months ago) by brun
Original Path: trunk/tree/src/TVirtualTreePlayer.cxx
File length: 1943 byte(s)
Diff to previous 3
Update comments

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/tree/src/TVirtualTreePlayer.cxx
File length: 1713 byte(s)
Copied from: branches/rdm/tree/src/TVirtualTreePlayer.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/tree/src/TVirtualTreePlayer.cxx
File length: 1713 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