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
Reconstruction/MdcPatRec/MdcTrkRecon/MdcTrkRecon-00-03-48/MdcTrkRecon/MdcSegParams.h
Go to the documentation of this file.
1
// Kludgy class to hold misc segment parameters that are run-time settable
2
// just a convenient way of moving them about
3
4
// Interface Dependencies ----------------------------------------------
5
6
#ifndef MDCSEGPARAMS_H
7
#define MDCSEGPARAMS_H
8
9
// End Interface Dependencies -----------------------------------------
10
11
// Class //
12
class
MdcSegParams
{
13
public
:
14
MdcSegParams
();
15
~MdcSegParams
();
16
17
double
maxChisq
;
// per DOF
18
int
lPlot
;
19
// int allMC;
20
int
lHist
;
21
int
segRefit
;
// refit all segments, using new correction for drift dist
22
double
nsigAddHit
;
// max allowed n sigma to add hit to existing segment
23
int
useAllAmbig
;
24
double
z0cut
;
// for including stereo segs in cluster (rough cut)
25
double
ctcut
;
26
double
phiDiffDropMult
;
// for dropping duplicate segs
27
double
slopeDiffDrop
;
// for dropping duplicate segs
28
double
delCtCut
;
//for grouping stereo segs (invalidStereo)
29
double
delZ0Cut
;
30
int
dropDups
;
31
int
find3
[11];
// search for 3-hit segments for each superlayer
32
int
addHits
;
33
int
lPrint
;
34
35
};
36
37
#endif
38
39
40
41
42
43
44
MdcSegParams
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:12
MdcSegParams::phiDiffDropMult
double phiDiffDropMult
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:26
MdcSegParams::delCtCut
double delCtCut
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:28
MdcSegParams::slopeDiffDrop
double slopeDiffDrop
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:27
MdcSegParams::delZ0Cut
double delZ0Cut
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:29
MdcSegParams::ctcut
double ctcut
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:25
MdcSegParams::~MdcSegParams
~MdcSegParams()
MdcSegParams::useAllAmbig
int useAllAmbig
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:23
MdcSegParams::find3
int find3[11]
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:31
MdcSegParams::nsigAddHit
double nsigAddHit
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:22
MdcSegParams::z0cut
double z0cut
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:24
MdcSegParams::segRefit
int segRefit
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:21
MdcSegParams::lHist
int lHist
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:20
MdcSegParams::addHits
int addHits
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:32
MdcSegParams::dropDups
int dropDups
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:30
MdcSegParams::maxChisq
double maxChisq
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:17
MdcSegParams::lPrint
int lPrint
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:33
MdcSegParams::lPlot
int lPlot
Definition:
InstallArea/include/MdcTrkRecon/MdcTrkRecon/MdcSegParams.h:18
MdcSegParams::MdcSegParams
MdcSegParams()
source
Reconstruction
MdcPatRec
MdcTrkRecon
MdcTrkRecon-00-03-48
MdcTrkRecon
MdcSegParams.h
Generated by
1.9.6