ROOT
Version v6.34
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
▼
proof
►
doc
▼
proof
▼
inc
►
TCondor.h
►
TDataSetManager.h
►
TDataSetManagerFile.h
TDSet.h
►
TDSetProxy.h
►
TLockPath.h
►
TPackMgr.h
►
TProof.h
►
TProofChain.h
►
TProofCondor.h
►
TProofDebug.h
TProofLite.h
►
TProofLog.h
►
TProofMgr.h
TProofMgrLite.h
TProofNodeInfo.h
TProofOutputFile.h
TProofOutputList.h
TProofProgressStatus.h
TProofQueryResult.h
►
TProofResources.h
TProofResourcesStatic.h
►
TProofServ.h
TProofServLite.h
TProofSuperMaster.h
TQueryResultManager.h
TSelVerifyDataSet.h
►
TSlave.h
TSlaveLite.h
►
TVirtualPacketizer.h
TVirtualProofPlayer.h
►
src
►
proofbench
►
proofplayer
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TProofDebug.h
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
#ifndef ROOT_TProofDebug
13
#define ROOT_TProofDebug
14
15
16
//////////////////////////////////////////////////////////////////////////
17
// //
18
// TProofDebug //
19
// //
20
// Detailed logging / debug scheme. //
21
// //
22
//////////////////////////////////////////////////////////////////////////
23
24
#include "
Rtypes.h
"
25
26
// Remember to update the related mapping in tutorials/proof/runProof.C !
27
28
class
TProofDebug
{
29
public
:
30
enum
EProofDebugMask
{
31
kNone
= 0,
32
kPacketizer
= 1,
33
kLoop
= 2,
34
kSelector
= 4,
35
kOutput
= 8,
36
kInput
= 16,
37
kGlobal
= 32,
38
kPackage
= 64,
39
kFeedback
= 128,
40
kCondor
= 256,
41
kDraw
= 512,
42
kAsyn
= 1024,
43
kCache
= 2048,
44
kCollect
= 4096,
45
kDataset
= 8192,
46
kSubmerger
= 16384,
47
kMonitoring
= 32768,
48
49
kAll
= 0xFFFFFFFF
50
};
51
};
52
53
R__EXTERN
TProofDebug::EProofDebugMask
gProofDebugMask
;
54
R__EXTERN
Int_t
gProofDebugLevel
;
55
56
#define PDB(mask,level) \
57
if ((TProofDebug::mask & gProofDebugMask) && gProofDebugLevel >= (level))
58
59
#endif
R__EXTERN
#define R__EXTERN
Definition
DllImport.h:26
Int_t
int Int_t
Definition
RtypesCore.h:45
Rtypes.h
gProofDebugMask
R__EXTERN TProofDebug::EProofDebugMask gProofDebugMask
Definition
TProofDebug.h:53
gProofDebugLevel
R__EXTERN Int_t gProofDebugLevel
Definition
TProofDebug.h:54
TProofDebug
Definition
TProofDebug.h:28
TProofDebug::EProofDebugMask
EProofDebugMask
Definition
TProofDebug.h:30
TProofDebug::kPackage
@ kPackage
Definition
TProofDebug.h:38
TProofDebug::kNone
@ kNone
Definition
TProofDebug.h:31
TProofDebug::kCollect
@ kCollect
Definition
TProofDebug.h:44
TProofDebug::kLoop
@ kLoop
Definition
TProofDebug.h:33
TProofDebug::kInput
@ kInput
Definition
TProofDebug.h:36
TProofDebug::kDataset
@ kDataset
Definition
TProofDebug.h:45
TProofDebug::kAsyn
@ kAsyn
Definition
TProofDebug.h:42
TProofDebug::kCache
@ kCache
Definition
TProofDebug.h:43
TProofDebug::kGlobal
@ kGlobal
Definition
TProofDebug.h:37
TProofDebug::kSelector
@ kSelector
Definition
TProofDebug.h:34
TProofDebug::kFeedback
@ kFeedback
Definition
TProofDebug.h:39
TProofDebug::kMonitoring
@ kMonitoring
Definition
TProofDebug.h:47
TProofDebug::kDraw
@ kDraw
Definition
TProofDebug.h:41
TProofDebug::kSubmerger
@ kSubmerger
Definition
TProofDebug.h:46
TProofDebug::kPacketizer
@ kPacketizer
Definition
TProofDebug.h:32
TProofDebug::kCondor
@ kCondor
Definition
TProofDebug.h:40
TProofDebug::kOutput
@ kOutput
Definition
TProofDebug.h:35
TProofDebug::kAll
@ kAll
Definition
TProofDebug.h:49
proof
proof
inc
TProofDebug.h
ROOT tags/6-34-04 - Reference Guide Generated on Thu Feb 13 2025 04:59:08 (GVA Time) using Doxygen 1.10.0