#include "Bytes.h"
#include "TError.h"
#include "TEnv.h"
#include "TFile.h"
#include "TFileCollection.h"
#include "TFileInfo.h"
#include "TList.h"
#include "TParameter.h"
#include "TProof.h"
#include "TProofMgr.h"
#include "TProofMgrLite.h"
#include "TSocket.h"
#include "TROOT.h"
#include "TMath.h"
Go to the source code of this file.
Printf |
( |
"// # %d" |
, |
|
|
fLocalId |
|
|
) |
| |
Printf |
( |
"// alias: % |
s, |
|
|
url:\"%s\"" |
, |
|
|
GetTitle() |
, |
|
|
GetUrl() |
|
|
) |
| |
Printf |
( |
"// tag: %s" |
, |
|
|
GetName() |
|
|
) |
| |
Printf |
( |
"// status: % |
s, |
|
|
attached:%s(remote ID:%d)" |
, |
|
|
st |
[fStatus+1], |
|
|
(fProof?"YES":"NO") |
, |
|
|
fRemoteId |
|
|
) |
| |