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
EventFilter
HcalRawToDigi
src
AMC13Header.cc
Go to the documentation of this file.
1
#include "
EventFilter/HcalRawToDigi/interface/AMC13Header.h
"
2
3
namespace
hcal
{
4
const
uint64_t
*
AMC13Header::AMCPayload
(
int
i
)
const
{
5
const
uint64_t
* ptr = (&
cdfHeader
) + 2 +
NAMC
();
6
for
(
int
j
= 0;
j
<
i
;
j
++)
7
ptr +=
AMCSize
(
j
);
8
return
ptr;
9
}
10
}
// namespace hcal
mps_fire.i
i
Definition:
mps_fire.py:429
dqmiolumiharvest.j
j
Definition:
dqmiolumiharvest.py:66
hcal::AMC13Header::AMCPayload
const uint64_t * AMCPayload(int i) const
Definition:
AMC13Header.cc:4
hcal
Definition:
ConfigurationDatabase.cc:13
hcal::AMC13Header::AMCSize
int AMCSize(int i) const
Definition:
AMC13Header.h:37
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:13
hcal::AMC13Header::NAMC
int NAMC() const
Definition:
AMC13Header.h:25
AMC13Header.h
hcal::AMC13Header::cdfHeader
uint64_t cdfHeader
Definition:
AMC13Header.h:57
Generated for CMSSW Reference Manual by
1.8.14