ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
TGrid.cxx File Reference
#include "TGrid.h"
#include "TROOT.h"
#include "TPluginManager.h"
#include "TError.h"
Include dependency graph for TGrid.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGrid) TGrid *TGrid
 The grid should be of the form: <grid>://<host>[:<port>], e.g. More...
 

Variables

TGridgGrid = 0
 

Function Documentation

ClassImp ( TGrid  )

The grid should be of the form: <grid>://<host>[:<port>], e.g.

: alien://alice.cern.ch, globus://glsrv1.cern.ch, ... The uid is the username and pw the password that should be used for the connection. Depending on the <grid> the shared library (plugin) for the selected system will be loaded. When the connection could not be opened 0 is returned. For AliEn the supported options are: -domain=<domain name>=""> -debug=<debug level from 1 to 10> Example: "-domain=cern.ch -debug=5"

Definition at line 37 of file TGrid.cxx.

Variable Documentation

TGrid* gGrid = 0

Definition at line 34 of file TGrid.cxx.