#include <TAlienResult.h>
Inheritance diagram for TAlienResult:
Public Member Functions | |
virtual | ~TAlienResult () |
virtual void | DumpResult () |
virtual const char * | GetFileName (UInt_t i) const |
virtual const char * | GetFileNamePath (UInt_t i) const |
virtual const TEntryList * | GetEntryList (UInt_t i) const |
virtual const char * | GetPath (UInt_t i) const |
virtual const char * | GetKey (UInt_t i, const char *key) const |
virtual Bool_t | SetKey (UInt_t i, const char *key, const char *value) |
virtual TList * | GetFileInfoList () const |
virtual void | Print (Option_t *option="") const |
Private Attributes | |
TString | fFilePath |
Definition at line 31 of file TAlienResult.h.
virtual TAlienResult::~TAlienResult | ( | ) | [virtual] |
void TAlienResult::DumpResult | ( | ) | [virtual] |
Definition at line 48 of file TAlienResult.cxx.
References TObjString::GetString(), and TMap::GetTable().
Referenced by TAlien::Submit().
const char * TAlienResult::GetFileName | ( | UInt_t | i | ) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 77 of file TAlienResult.cxx.
References TList::At(), and entry.
const char * TAlienResult::GetFileNamePath | ( | UInt_t | i | ) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 105 of file TAlienResult.cxx.
References TList::At(), entry, fFilePath, and TObjString::GetName().
const TEntryList * TAlienResult::GetEntryList | ( | UInt_t | i | ) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 91 of file TAlienResult.cxx.
References TList::At(), and entry.
const char * TAlienResult::GetPath | ( | UInt_t | i | ) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 124 of file TAlienResult.cxx.
References TList::At(), and entry.
const char * TAlienResult::GetKey | ( | UInt_t | i, | |
const char * | key | |||
) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 138 of file TAlienResult.cxx.
References TList::At(), and entry.
Referenced by GetFileInfoList(), and Print().
Reimplemented from TGridResult.
Definition at line 152 of file TAlienResult.cxx.
References TList::Add(), TList::At(), entry, TList::FindObject(), kFALSE, kTRUE, TList::Remove(), and val.
TList * TAlienResult::GetFileInfoList | ( | ) | const [virtual] |
Reimplemented from TGridResult.
Definition at line 171 of file TAlienResult.cxx.
References TList::Add(), TString::Data(), GetKey(), TUrl::GetOptions(), TCollection::GetSize(), TUrl::GetUrl(), i, TObject::Info(), kTRUE, Long64_t, md5, TUrl::SetOptions(), TCollection::SetOwner(), size, and TList::TList().
void TAlienResult::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TCollection.
Definition at line 214 of file TAlienResult.cxx.
References TSystem::BaseName(), GetKey(), TObjString::GetName(), TCollection::GetSize(), TMap::GetTable(), gSystem, i, and Long64_t.
TString TAlienResult::fFilePath [mutable, private] |