ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
proof
proof
src
TProofDebug.cxx
Go to the documentation of this file.
1
// @(#)root/proof:$Id$
2
// Author: Maarten Ballintijn 19/6/2002
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, 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
// TProofDebug //
15
// //
16
// Detailed logging / debug scheme. //
17
// //
18
//////////////////////////////////////////////////////////////////////////
19
20
21
#include "
TProofDebug.h
"
22
23
TProofDebug::EProofDebugMask
gProofDebugMask
=
TProofDebug::kAll
;
24
Int_t
gProofDebugLevel
= 0;
gProofDebugMask
R__EXTERN TProofDebug::EProofDebugMask gProofDebugMask
Definition:
TProofDebug.h:53
Int_t
int Int_t
Definition:
RtypesCore.h:41
TProofDebug.h
TProofDebug::EProofDebugMask
EProofDebugMask
Definition:
TProofDebug.h:30
gProofDebugLevel
R__EXTERN Int_t gProofDebugLevel
Definition:
TProofDebug.h:54
TProofDebug::kAll
Definition:
TProofDebug.h:49