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
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h
Go to the documentation of this file.
1
//
2
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
// Package:
4
// MdcData
5
// $Id: MdcDigiStatus.h,v 1.1.1.1 2005/04/21 06:04:41 zhangy Exp $
6
//
7
// Abstract:
8
// Defines the online status flags
9
//
10
//
11
// Author:
12
// R. Stroili INFN & Padova University
13
//
14
// Creation Date:
15
// November 20, 2000
16
//
17
// ----------------------------------------------------------------------------
18
//
19
#ifndef MDCDIGISTATUS_H
20
#define MDCDIGISTATUS_H
21
22
class
MdcDigiStatus
{
23
public
:
24
enum
{
badWaveform
= 0x200,
25
badPedestal
= 0x400,
26
clippedWaveform
= 0x800,
27
rawDataAppended
= 0x1000,
28
unstablePedestal
= 0x2000,
29
chargeCorrected
= 0x4000 };
30
31
enum
{
allFlags
= 0x7E00,
32
flagShift
= 9 };
33
34
~MdcDigiStatus
(){;}
// Public to allow usage of class namespace
35
36
private
:
37
// Make constructor private to prevent instantiation
38
MdcDigiStatus
(){;}
39
};
40
41
#endif
/* MDCDIGISTATUS_H */
MdcDigiStatus
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:22
MdcDigiStatus::~MdcDigiStatus
~MdcDigiStatus()
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:34
MdcDigiStatus::flagShift
@ flagShift
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:32
MdcDigiStatus::allFlags
@ allFlags
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:31
MdcDigiStatus::clippedWaveform
@ clippedWaveform
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:26
MdcDigiStatus::badPedestal
@ badPedestal
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:25
MdcDigiStatus::unstablePedestal
@ unstablePedestal
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:28
MdcDigiStatus::chargeCorrected
@ chargeCorrected
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:29
MdcDigiStatus::badWaveform
@ badWaveform
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:24
MdcDigiStatus::rawDataAppended
@ rawDataAppended
Definition:
InstallArea/include/MdcData/MdcData/MdcDigiStatus.h:27
source
InstallArea
include
MdcData
MdcData
MdcDigiStatus.h
Generated by
1.9.6