42   while (
TMap * obj = (
TMap *) next()) {
 
   52   std::cout << 
"BEGIN DUMP" << std::endl;
 
   55   while ((map = (
TMap *) next())) {
 
   58      while ((pair = (
TPair *) next2())) {
 
   64            std::cout << 
"Key: " << keyStr->
GetString() << 
"   ";
 
   67            std::cout << 
"Value: " << valueStr->
GetString();
 
   69         std::cout << std::endl;
 
   73   std::cout << 
"END DUMP" << std::endl;
 
  185      const char *md5 = 
GetKey(i, 
"md5");
 
  186      const char *uuid = 
GetKey(i, 
"guid");
 
  187      const char *msd = 
GetKey(i, 
"msd");
 
  191      if (uuid && !uuid[0])
 
  206      Info(
"GetFileInfoList", 
"Adding Url %s with Msd %s\n", turl.
Data(),
 
  210   return newfileinfolist;
 
  219   Int_t totalfiles = 0;
 
  225            printf(
"( %06d ) LFN: %-80s   Size[Bytes]: %10s   GUID: %s\n",
 
  229            printf(
"( %06d ) LFN: .../%-48s   Size[Bytes]: %10s   GUID: %s\n",
 
  234            totaldata += atol(
GetKey(i, 
"size"));
 
  238      printf(
"------------------------------------------------------------\n");
 
  239      printf(
"-> Result contains %.02f MB in %d Files.\n",
 
  240             totaldata / 1024. / 1024., totalfiles);
 
  245      while ((map = (
TMap *) next())) {
 
  248         printf(
"------------------------------------------------------------\n");
 
  249         while ((pair = (
TPair *) next2())) {
 
  254            if (keyStr && valueStr)
 
  255               printf(
"( %06d ) [ -%16s ]  = %s\n", i, keyStr->
GetName(),
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
void Info(const char *location, const char *msgfmt,...)
Use this function for informational messages.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
R__EXTERN TSystem * gSystem
 
virtual Bool_t SetKey(UInt_t i, const char *key, const char *value)
Set the key.
 
virtual void Print(Option_t *option="") const
Print the AlienResult info.
 
virtual const char * GetPath(UInt_t i) const
Return path.
 
virtual const char * GetFileName(UInt_t i) const
Return a file name.
 
virtual const TEntryList * GetEntryList(UInt_t i) const
Return the entry list, if evtlist was defined as a tag.
 
virtual ~TAlienResult()
Cleanup object.
 
virtual TList * GetFileInfoList() const
Return a file info list.
 
virtual const char * GetKey(UInt_t i, const char *key) const
Return the key.
 
virtual const char * GetFileNamePath(UInt_t i) const
Return file name path.
 
virtual void DumpResult()
Dump result set.
 
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
 
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
 
A List of entry numbers in a TTree or TChain.
 
Class describing a generic file including meta information.
 
TObject * FindObject(const char *name) const override
Find an object in this list using its name.
 
void Add(TObject *obj) override
 
TObject * Remove(TObject *obj) override
Remove object from the list.
 
TObject * At(Int_t idx) const override
Returns the object at position idx. Returns 0 if idx is out of range.
 
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...
 
const THashTable * GetTable() const
 
Collectable string class.
 
const TString & GetString() const
 
const char * GetName() const override
Returns name of object.
 
Mother of all ROOT objects.
 
Class used by TMap to store (key,value) pairs.
 
const char * Data() const
 
virtual const char * BaseName(const char *pathname)
Base name of a file name. Base name of /user/root is root.
 
This class represents a WWW compatible URL.
 
const char * GetUrl(Bool_t withDeflt=kFALSE) const
Return full URL.
 
void SetOptions(const char *opt)
 
const char * GetOptions() const