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
CandForTest.h
Go to the documentation of this file.
1
// Only for Unit test
2
namespace
eetest
{
3
struct
CandForTest
{
4
CandForTest
() {}
5
CandForTest
(
float
p
,
float
e
,
float
q
) :
d
{
p
,
e
,
q
} {}
6
7
float
pt
()
const
{
return
d
[0]; }
8
float
eta
()
const
{
return
d
[1]; }
9
float
phi
()
const
{
return
d
[2]; }
10
11
float
d
[3];
12
};
13
}
// namespace eetest
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
eetest::CandForTest::eta
float eta() const
Definition:
CandForTest.h:8
eetest::CandForTest
Definition:
CandForTest.h:3
eetest::CandForTest::CandForTest
CandForTest()
Definition:
CandForTest.h:4
eetest::CandForTest::phi
float phi() const
Definition:
CandForTest.h:9
eetest
Definition:
CandForTest.h:2
submitPVResolutionJobs.q
q
Definition:
submitPVResolutionJobs.py:84
eetest::CandForTest::d
float d[3]
Definition:
CandForTest.h:11
eetest::CandForTest::pt
float pt() const
Definition:
CandForTest.h:7
eetest::CandForTest::CandForTest
CandForTest(float p, float e, float q)
Definition:
CandForTest.h:5
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14