TProofOutputFile not merged in TPySelector

Hi,

I have a simple example using TPySelector. But the TProofOutputFile was not merged at the end of proof job. It seems that the TProofOutputFile corresponding ROOT files are removed prior to the merging. On the client side, the printout of TOutputList gvies “MissingFiles”:

[quote] py: terminating
Collection name=‘TList’, class=‘TList’, size=4
Collection name=‘MissingFiles’, class=‘TList’, size=0
OBJ: TStatus PROOF_Status OK
OBJ: TOutputListSelectorDataMap PROOF_TOutputListSelectorDataMap_objectConverter from output list to TSelector data members
Info in TProofOutputFile::Print: -------------- myfilename.root : start (acas1007.usatlas.bnl.gov:1093) ------------
Info in TProofOutputFile::Print: dir: root://acas1007.usatlas.bnl.gov//data/p … 366-28868/
Info in TProofOutputFile::Print: raw dir: /data/proofbox/yesw2000/session-acas0786-1282319363-3900/worker-0.6-acas1007-1282319366-28868/
Info in TProofOutputFile::Print: file name: myfilename.root
Info in TProofOutputFile::Print: run type: create a merged file
Info in TProofOutputFile::Print: merging option: keep remote
Info in TProofOutputFile::Print: output file name: myfilename.root
Info in TProofOutputFile::Print: ordinal: 0.6
Info in TProofOutputFile::Print: -------------- myfilename.root : done -------------
[/quote]

I have a similar code in C++ version, but it works fine. In addition, memory-resident TH1 and TTree objects added to TOutputList are merged properly in TPySelector. Any idea?

The ROOT version used is 5.27.04, and my OS is SL5.3.

–Shuwei

Hi,

duplicate posting, thread can be followed here:

http://root.cern.ch/phpBB3//viewtopic.php?f=13&t=11060

Cheers,
Wim