#include <stdexcept>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <set>
#include "TGClient.h"
#include "TGHtml.h"
#include "TGButton.h"
#include "TGMenu.h"
#include "TGLabel.h"
#include "TGTextEntry.h"
#include "TPluginManager.h"
#include "TUrl.h"
#include "TSocket.h"
#include "TSystem.h"
#include "TVirtualX.h"
#include "TPRegexp.h"
#include "Fireworks/Core/interface/CmsShowSearchFiles.h"
#include "Fireworks/Core/interface/fwLog.h"
#include "Fireworks/Core/interface/fwPaths.h"
Go to the source code of this file.
static std::string readRemote |
( |
const char * |
url | ) |
|
|
static |
static const std::string s_filePrefix |
( |
"file:" |
| ) |
|
|
static |
static const std::string s_httpPrefix |
( |
"http:" |
| ) |
|
|
static |
static const std::string s_rootPostfix |
( |
".root" |
| ) |
|
|
static |
const unsigned int s_columns = 3 |
|
static |
Initial value:={
{"http://", "Web site known by you",0},
{"file:","Local file [you must type full path name]",0},
{"dcap://","dCache [FNAL]",0},
{"rfio://","Castor [CERN]",0}
}
Definition at line 41 of file CmsShowSearchFiles.cc.