[root] / trunk / tree / tree / inc / TQueryResult.h Repository:
ViewVC logotype

Log of /trunk/tree/tree/inc/TQueryResult.h

Parent Directory Parent Directory


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

Revision 34755 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 10 10:47:41 2010 UTC (4 years, 5 months ago) by rdm
File length: 6455 byte(s)
Diff to previous 25716
From Gerri:
Record also the number of assigned workers in TQueryResult.

Revision 25716 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 7 09:10:47 2008 UTC (6 years, 3 months ago) by rdm
File length: 6320 byte(s)
Diff to previous 25578
From Gerri:
Optimized import of the output / input lists.

Revision 25578 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 28 22:11:12 2008 UTC (6 years, 3 months ago) by rdm
File length: 6230 byte(s)
Diff to previous 22902
From Gerri:
correctly set the ownership in the case the input/output list are adopted.

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: 6171 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/tree/inc/TQueryResult.h
File length: 6171 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/inc/TQueryResult.h
File length: 6171 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/inc/TQueryResult.h
File length: 6222 byte(s)
Diff to previous 18863
remove :$ from tag line

Revision 18863 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 23 09:11:45 2007 UTC (7 years, 8 months ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 6232 byte(s)
Diff to previous 16955
From Gerri:
- Remove some unused forward declarations.

Revision 16955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 14:14:24 2006 UTC (8 years, 1 month ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 6291 byte(s)
Diff to previous 16775
From Gerri:
This is the patch to move TDSet and TChainProof in 'proof' and remove
any dependence on PROOF in 'tree'. I have renamed TChainProof as TProofChain,
for consistency. TProofChain is now deriving from TChain and overrides only
the required methods. It is loaded via PluginManager by TChain in SetProof.
TQueryResult stores now all the input-related objects in fInputList. There
is a new method
   TObject *TQueryResult::GetInputObject(const char *classname)
to retrieve the first  instance of a class from the input list, so for the
TDSet:
   TQueryResult *qr;
   TDSet *dset = (TDSet *) qr->GetInputObject("TDSet")
The changes in TSessionViewer are needed to adapt to this new way of
accessing TDSets.

Revision 16775 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 15 17:45:55 2006 UTC (8 years, 2 months ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 6474 byte(s)
Diff to previous 15974
From Gerri and Bertrand:
Fixes and new features developed in preparation for the Intel quad-core
launch demo:
- Add instantaneous event and MB processing rates in the Progress signal
  and make necessary modification to exploit it in the Progress Dialog.
- Add possibility to change the Progress and Feedback periods
- A number of small improvements and bug fixes

Revision 15974 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 10 14:14:47 2006 UTC (8 years, 5 months ago) by brun
Original Path: trunk/tree/inc/TQueryResult.h
File length: 6020 byte(s)
Diff to previous 15928
From Bertrand:
Fill input and output lists of the TQueryResult received in TProof::CollectInputFrom().

Revision 15928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 5 11:14:25 2006 UTC (8 years, 5 months ago) by brun
Original Path: trunk/tree/inc/TQueryResult.h
File length: 5953 byte(s)
Diff to previous 13587
From Gerri:
Fixes several issues with the definition of the outputlists which were forgotten
 during the previous patch against memory leaks. And also a few other things.

Revision 13587 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 9 14:56:47 2005 UTC (9 years, 1 month ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 5931 byte(s)
Diff to previous 12829
Fix compiler errors on Solaris.

Revision 12829 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 24 11:33:41 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 6000 byte(s)
Diff to previous 12722
From Gerri:
This is the patch for Marek's problem.

Basically, ReinitSelector() does not need to be called if running in
synchronous mode (new argument to TProofPlayer::Finalize()), and the aclic
mode must be recorded and used when reinitialization is needed.

It remains the problem with ::GetSelector that I mentioned in the
previous mail, which affects, for example, cases when one runs once
with "<selec>.C+", modifies <selec>.C and runs again forgetting the
'+'.

Revision 12722 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Sep 16 08:48:39 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/tree/inc/TQueryResult.h
File length: 5960 byte(s)
From Gerri:
Big patch supporting query queueing on the PROOF master, interogation and
interaction with the queue. Retrieval, finalization and archival of query
results and multiple PROOF sessions. Some other fixes:
- TMacro.h, .cxx
  add method Checksum to get the MD5 of the current context
  (needed for optimized selector reinitialization)

- Changes needed to create and fill the list of data sets (TROOT,
  TDSet, TChain, TChainProof)

- A new method TSelector::IsStandardDraw() to check if a selector
  is for standard draw actions

- TEventIter: fix for the missing last update (see above)

- Few protections in TPacketizers destructors

- Fix for code conventions in TPerfStats (the other will follow)

- Occasional missing last update of the progress bar (systematically
  reproduced with SetParallel(1)): all this part is quite involved
  and I have found a solution which does not harm but perhaps is not
  the most elegant.

- SetParallel(0): the progress bar was not working at all in such a
  case, since no packetizer is involved. Still it is useful to see
  that things are not stuck, so I have added some progress messages
  there too. The problem is that I have not found a way to get the total
  number of entries from a data set without doing all the machinery
  done in the packetizer.

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