BOSS
7.1.2
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.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
▼
Mdc
►
DedxCalibAlg
►
DedxCorrecSvc
►
DedxCurSvc
►
DedxSimSvc
►
MdcAlignAlg
►
MdcCalibAlg
►
MdcCalibFunSvc
►
MdcCheckUtil
►
MdcGeomSvc
►
MdcHvDropSvc
►
MdcNavigation
►
MdcRawEvent
▼
MdcRecEvent
▼
MdcRecEvent-00-05-14
►
MdcRecEvent
▼
src
RecMdcDedx.cxx
RecMdcDedxHit.cxx
RecMdcHit.cxx
RecMdcKalHelixSeg.cxx
RecMdcKalTrack.cxx
RecMdcTrack.cxx
►
MdcTables
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
RecMdcHit.cxx
Go to the documentation of this file.
1
/*
2
* @class : RecMdcHit
3
*
4
* this class models "Hit" used in Mdc Reconstruction
5
*
6
* ********************************************************/
7
8
#include "
MdcRecEvent/RecMdcHit.h
"
9
10
RecMdcHit::RecMdcHit
():
11
m_id(-1),
12
m_trkid(-1),
13
m_ddl(0.0),
14
m_ddr(0.0),
15
m_erddl(0.0),
16
m_erddr(0.0),
17
m_pChisq(999.0),
18
m_lr(0),
19
m_stat(0),
20
m_mdcid(0),
21
m_tdc
(0.0),
22
m_adc
(0.0),
23
m_driftT
(0.0),
24
m_doca
(999.0),
25
m_entra
(0.0),
26
m_zhit(999.0),
27
m_fltLen
(0.0)
28
{
29
30
}
10
RecMdcHit::RecMdcHit
(): {
…
}
31
32
RecMdcHit::RecMdcHit
(
const
RecMdcHit
& rechit )
33
: m_id( rechit.m_id),
34
m_trkid(rechit.m_trkid),
35
m_ddl( rechit.m_ddl),
36
m_ddr( rechit.m_ddr),
37
m_erddl( rechit.m_erddl),
38
m_erddr( rechit.m_erddr),
39
m_pChisq( rechit.m_pChisq),
40
m_lr( rechit.m_lr),
41
m_stat( rechit.m_stat),
42
m_mdcid( rechit.m_mdcid),
43
m_tdc
( rechit.
m_tdc
),
44
m_adc
( rechit.
m_adc
),
45
m_driftT
( rechit.
m_driftT
),
46
m_doca
( rechit.
m_doca
),
47
m_entra
( rechit.
m_entra
),
48
m_zhit( rechit.m_zhit),
49
m_fltLen
( rechit.
m_fltLen
) {
50
}
32
RecMdcHit::RecMdcHit
(
const
RecMdcHit
& rechit ) {
…
}
51
52
bool
53
RecMdcHit::isGrouped
() {
54
if
(m_trkid == -1 )
return
false
;
55
return
true
;
56
}
53
RecMdcHit::isGrouped
() {
…
}
57
58
RecMdcHit::~RecMdcHit
() {
59
}
58
RecMdcHit::~RecMdcHit
() {
…
}
m_entra
NTuple::Array< double > m_entra
Definition
MdcHistItem.h:103
m_adc
NTuple::Array< double > m_adc
Definition
MdcHistItem.h:109
m_doca
NTuple::Array< double > m_doca
Definition
MdcHistItem.h:102
m_tdc
NTuple::Array< double > m_tdc
Definition
MdcHistItem.h:108
m_driftT
NTuple::Array< double > m_driftT
Definition
MdcHistItem.h:101
m_fltLen
NTuple::Array< double > m_fltLen
Definition
MdcHistItem.h:104
RecMdcHit.h
RecMdcHit
Definition
RecMdcHit.h:22
RecMdcHit::isGrouped
bool isGrouped(void)
Definition
RecMdcHit.cxx:53
RecMdcHit::RecMdcHit
RecMdcHit()
Definition
RecMdcHit.cxx:10
RecMdcHit::~RecMdcHit
~RecMdcHit()
Definition
RecMdcHit.cxx:58
7.1.2
Mdc
MdcRecEvent
MdcRecEvent-00-05-14
src
RecMdcHit.cxx
Generated by
1.12.0