1212#ifndef ROOT_TGrid
1313#define ROOT_TGrid
1414
15- // ////////////////////////////////////////////////////////////////////////
16- // //
17- // TGrid //
18- // //
19- // Abstract base class defining interface to common GRID services. //
20- // //
21- // To open a connection to a GRID use the static method Connect(). //
22- // The argument of Connect() is of the form: //
23- // <grid>://<host>[:<port>], e.g. alien://alice.cern.ch //
24- // Depending on the <grid> specified an appropriate plugin library //
25- // will be loaded which will provide the real interface. //
26- // //
27- // Related classes are TGridResult. //
28- // //
29- // ////////////////////////////////////////////////////////////////////////
30-
3115#include " TObject.h"
3216
3317#include " TString.h"
@@ -41,6 +25,24 @@ class TGridCollection;
4125class TGridJobStatusList ;
4226
4327
28+ // /////////////////////////////////////////////////////////////////////////
29+ // /
30+ // / Abstract base class defining interface to common GRID services.
31+ // /
32+ // / \note This class is deprecated. It is kept for backward compatibility
33+ // / but it should not be used in new code.
34+ // /
35+ // / To open a connection to a GRID use the static method Connect().
36+ // / The argument of Connect() is of the form:
37+ // / ~~~
38+ // / <grid>://<host>[:<port>], e.g. alien://alice.cern.ch
39+ // / ~~~
40+ // / Depending on the <grid> specified an appropriate plugin library
41+ // / will be loaded which will provide the real interface.
42+ // /
43+ // / Related classes are TGridResult.
44+ // /
45+ // /////////////////////////////////////////////////////////////////////////
4446class TGrid : public TObject {
4547
4648protected:
0 commit comments