ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataUtil/interface/Debug.h
(Generate patch)

Comparing UserCode/MitAna/DataUtil/interface/Debug.h (file contents):
Revision 1.2 by loizides, Tue May 27 19:59:54 2008 UTC vs.
Revision 1.5 by loizides, Tue Jun 24 14:05:03 2008 UTC

# Line 1 | Line 1
1 // $Id$
2
3 #ifndef DATAUTIL_DEBUG_H
4 #define DATAUTIL_DEBUG_H
5
6 #include <Rtypes.h>
7 #include <TError.h>
8
1   //--------------------------------------------------------------------------------------------------
2 + // $Id$
3   //
4   // Debug
5   //
# Line 20 | Line 13
13   //  Please, do not introduce more levels!
14   //
15   // Authors: C.Loizides
23 //
16   //--------------------------------------------------------------------------------------------------
17  
18 + #ifndef DATAUTIL_DEBUG_H
19 + #define DATAUTIL_DEBUG_H
20 +
21 + #include <Rtypes.h>
22 + #include <TError.h>
23 +
24   namespace mithep
25   {
26    class Debug
# Line 41 | Line 39 | namespace mithep
39       virtual ~Debug() {}
40       Debug(const Debug &cpy);
41  
42 <     ClassDef(Debug, 0) // Defines different debug masks
45 <
42 >   ClassDef(Debug, 0) // Defines different debug masks
43    };
44 <
48 < } /*namespace mithep*/
44 > }
45  
46   R__EXTERN mithep::Debug::EDebugMask gDebugMask;
47   R__EXTERN Int_t gDebugLevel;
# Line 59 | Line 55 | R__EXTERN Int_t gDebugLevel;
55   #define MitAssertStatic(f,e) \
56          if (!(e)) ::Fatal(f, kAssertMsg, _QUOTE_(e), __LINE__, __FILE__)
57  
58 < #endif /*DATAUTIL_DEBUG_H*/
58 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines