ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
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;
Int_t
int Int_t
Definition:
RtypesCore.h:41
TProofDebug.h
TProofDebug::EProofDebugMask
EProofDebugMask
Definition:
TProofDebug.h:32
gProofDebugMask
TProofDebug::EProofDebugMask gProofDebugMask
Definition:
TProofDebug.cxx:23
TProofDebug::kAll
Definition:
TProofDebug.h:51
gProofDebugLevel
Int_t gProofDebugLevel
Definition:
TProofDebug.cxx:24