BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
LumiDigi.cxx
Go to the documentation of this file.
1
#include "LumiDigi/LumiDigi.h"
2
3
//const CLID& CLID_LumiDigi = 1350;
4
//const CLID& CLID_LumiDigiCol = CLID_LumiDigi + CLID_ObjectVector;
5
6
LumiDigi::LumiDigi
(
const
Identifier
&
id
,
const
unsigned
int
timeChannel,
const
unsigned
int
chargeChannel) :
7
RawData
(id, timeChannel, chargeChannel),
8
m_overflow(0)
9
{
10
}
11
12
LumiDigi::LumiDigi
(
const
unsigned
int
id
) :
13
RawData
(id),
14
m_overflow(0)
15
{
16
}
17
18
LumiDigi::LumiDigi
(
TofDigi
* tofDigi) :
19
RawData
(tofDigi->identify(), tofDigi->getTimeChannel(), tofDigi->getChargeChannel()),
20
m_overflow(tofDigi->getOverflow())
21
{
22
}
Identifier
Definition:
DetectorDescription/Identifier/Identifier-00-02-17/Identifier/Identifier.h:20
LumiDigi::LumiDigi
LumiDigi(const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel)
Definition:
LumiDigi.cxx:6
RawData
Definition:
Event/RawEvent/RawEvent-00-03-19/RawEvent/RawData.h:21
TofDigi
Definition:
InstallArea/include/TofRawEvent/TofRawEvent/TofDigi.h:16
source
Event
LumiDigi
LumiDigi-00-00-02
src
LumiDigi.cxx
Generated by
1.9.6