ROOT
v6-40
Reference Guide
Loading...
Searching...
No Matches
TGridJob.cxx
Go to the documentation of this file.
1
// @(#)root/net:$Id$
2
// Author: Jan Fiete Grosse-Oetringhaus 06/10/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TGridJob //
15
// //
16
// Abstract base class defining interface to a GRID job. //
17
// //
18
// Related classes are TGridJobStatus. //
19
// //
20
//////////////////////////////////////////////////////////////////////////
21
22
#include "
TGridJob.h
"
23
24
25
26
////////////////////////////////////////////////////////////////////////////////
27
/// Must be implemented by actual GRID job implementation. Returns -1 in
28
/// case of error, 0 otherwise.
29
30
Int_t
ROOT::Deprecated::TGridJob::GetOutputSandbox
(
const
char
*,
Option_t
*)
31
{
32
MayNotUse
(
"GetOutputSandbox"
);
33
return
-1;
34
}
Option_t
const char Option_t
Option string (const char)
Definition
RtypesCore.h:80
TGridJob.h
ROOT::Deprecated::TGridJob::GetOutputSandbox
virtual Int_t GetOutputSandbox(const char *localpath, Option_t *opt=nullptr)
Must be implemented by actual GRID job implementation.
Definition
TGridJob.cxx:30
TObject::MayNotUse
void MayNotUse(const char *method) const
Use this method to signal that a method (defined in a base class) may not be called in a derived clas...
Definition
TObject.cxx:1157
int
net
net
src
TGridJob.cxx
ROOTv6-40 - Reference Guide Generated on Fri Apr 24 2026 04:23:51 (GVA Time) using Doxygen 1.10.0