BOSS
7.1.1
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.1
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
▼
Reconstruction
►
BeamParamsAlg
►
DTagAlg
►
DTagSkim
►
EmcRec
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcHoughFinder
▼
MdcPatRec
►
BField
▼
MdcData
▼
MdcData-00-01-27
▼
MdcData
►
MdcDigiStatus.h
►
MdcHit.h
►
MdcHitMap.h
►
MdcHitMapGuts.h
►
MdcHitOnTrack.h
►
MdcHitUse.h
►
MdcRecoHitOnTrack.h
►
src
►
test
►
MdcGeom
►
MdcRecoUtil
►
MdcTrkRecon
►
MdcxReco
►
ProbTools
►
ProxyDict
►
TrkBase
►
TrkFitter
►
MucRecAlg
►
Pi0EtaToGGRecAlg
►
Pi0RecAlg
►
PrimaryVertexAlg
►
QCMCFilterAlg
►
SD0TagAlg
►
T0Dummy
►
TagWriterAlg
►
TofEnergyRec
►
TofRec
►
TrackUtil
►
TrkExtAlg
►
TrkReco
►
VeeVertexAlg
►
ZddReconAlg
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
};
22
class
MdcDigiStatus
{
…
};
40
41
#endif
/* MDCDIGISTATUS_H */
MdcDigiStatus
Definition
MdcDigiStatus.h:22
MdcDigiStatus::~MdcDigiStatus
~MdcDigiStatus()
Definition
MdcDigiStatus.h:34
MdcDigiStatus::badWaveform
@ badWaveform
Definition
MdcDigiStatus.h:24
MdcDigiStatus::badPedestal
@ badPedestal
Definition
MdcDigiStatus.h:25
MdcDigiStatus::chargeCorrected
@ chargeCorrected
Definition
MdcDigiStatus.h:29
MdcDigiStatus::unstablePedestal
@ unstablePedestal
Definition
MdcDigiStatus.h:28
MdcDigiStatus::clippedWaveform
@ clippedWaveform
Definition
MdcDigiStatus.h:26
MdcDigiStatus::rawDataAppended
@ rawDataAppended
Definition
MdcDigiStatus.h:27
MdcDigiStatus::flagShift
@ flagShift
Definition
MdcDigiStatus.h:32
MdcDigiStatus::allFlags
@ allFlags
Definition
MdcDigiStatus.h:31
7.1.1
Reconstruction
MdcPatRec
MdcData
MdcData-00-01-27
MdcData
MdcDigiStatus.h
Generated by
1.12.0