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

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
parent 2e032c35
No related branches found
No related tags found
No related merge requests found
Loading
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