Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CommonTools
Utils
src
ErrorCodes.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_ErrorCodes_h
2
#define CommonTools_Utils_ErrorCodes_h
3
// -*- C++ -*-
4
//
5
// Package: Utilities
6
// Class : ErrorCodes
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Wed Aug 13 10:37:44 EDT 2008
19
// $Id: ErrorCodes.h,v 1.2 2008/11/07 15:13:08 gpetrucc Exp $
20
//
21
22
// system include files
23
24
// user include files
25
26
// forward declarations
27
28
namespace
reco
{
29
namespace
parser
{
30
enum
ErrorCodes
{
31
kNoError
= 0,
32
kNameDoesNotExist
,
33
kIsNotPublic
,
34
kIsStatic
,
35
kIsNotConst
,
36
kIsFunctionAddedByROOT
,
37
kIsConstructor
,
38
kIsDestructor
,
39
kIsOperator
,
40
kWrongNumberOfArguments
,
41
kWrongArgumentType
,
42
kOverloaded
43
};
44
}
45
}
// namespace reco
46
#endif
reco::parser::kIsFunctionAddedByROOT
Definition:
ErrorCodes.h:36
reco::parser::kIsStatic
Definition:
ErrorCodes.h:34
reco::parser::kIsNotConst
Definition:
ErrorCodes.h:35
reco::parser::kOverloaded
Definition:
ErrorCodes.h:42
reco::parser::kWrongNumberOfArguments
Definition:
ErrorCodes.h:40
reco::parser::kNoError
Definition:
ErrorCodes.h:31
reco::parser::kNameDoesNotExist
Definition:
ErrorCodes.h:32
reco::parser::kWrongArgumentType
Definition:
ErrorCodes.h:41
reco::parser::kIsNotPublic
Definition:
ErrorCodes.h:33
reco::parser::kIsDestructor
Definition:
ErrorCodes.h:38
reco::parser::ErrorCodes
ErrorCodes
Definition:
ErrorCodes.h:30
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::parser::kIsOperator
Definition:
ErrorCodes.h:39
reco::parser::kIsConstructor
Definition:
ErrorCodes.h:37
Generated for CMSSW Reference Manual by
1.8.14