-
- Downloads
From Gerri:
the attached small patch adds the TNamed in question. After the patch, this TNamed *nm = (TNamed *) fInput->FindObject("PROOF_QueryTag"); if (nm) { Printf("Found query tag: %s", nm->GetTitle()); } else { Printf("Query tag not found"); } should return the query tag in SlaveBegin or Terminate. The ID is created on the master so it cannot be available in Begin. git-svn-id: http://root.cern.ch/svn/root/trunk@15956 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- proof/src/TProof.cxx 9 additions, 3 deletionsproof/src/TProof.cxx
- proof/src/TProofPlayer.cxx 4 additions, 1 deletionproof/src/TProofPlayer.cxx
- proof/src/TProofServ.cxx 7 additions, 2 deletionsproof/src/TProofServ.cxx
- proofplayer/src/TProofPlayer.cxx 4 additions, 1 deletionproofplayer/src/TProofPlayer.cxx
Loading
Please register or sign in to comment