Skip to content
Snippets Groups Projects
Commit 8466d4d6 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

attach was not reset to false. By Maarten.

git-svn-id: http://root.cern.ch/svn/root/trunk@5010 27541ba8-7e3a-0410-8455-c3a389f83636
parent fe78b27a
No related branches found
No related tags found
No related merge requests found
// @(#)root/proof:$Name: $:$Id: TEventIter.cxx,v 1.4 2002/04/19 18:24:00 rdm Exp $
// @(#)root/proof:$Name: $:$Id: TEventIter.cxx,v 1.5 2002/07/17 12:29:37 rdm Exp $
// Author: Maarten Ballintijn 07/01/02
/*************************************************************************
......@@ -340,6 +340,7 @@ Long64_t TEventIterTree::GetNextEvent()
if ( attach ) {
PDB(kLoop,1) Info("GetNextEvent","Call Init(%p)",fTree);
fSel->Init( fTree );
attach = kFALSE;
}
--fElemNum;
++fElemCur;
......
// @(#)root/proof:$Name: $:$Id: TEventIter.cxx,v 1.4 2002/04/19 18:24:00 rdm Exp $
// @(#)root/proof:$Name: $:$Id: TEventIter.cxx,v 1.5 2002/07/17 12:29:37 rdm Exp $
// Author: Maarten Ballintijn 07/01/02
/*************************************************************************
......@@ -340,6 +340,7 @@ Long64_t TEventIterTree::GetNextEvent()
if ( attach ) {
PDB(kLoop,1) Info("GetNextEvent","Call Init(%p)",fTree);
fSel->Init( fTree );
attach = kFALSE;
}
--fElemNum;
++fElemCur;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment