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/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h
Go to the documentation of this file.
1
#ifndef CFCIR_H
2
#define CFCIR_H
3
class
CFCir
{
4
public
:
5
CFCir
();
6
CFCir
(
double
x,
double
y,
double
phi,
int
n
,
double
,
double
,
double
);
7
CFCir
(
const
CFCir
& );
8
CFCir
&
operator=
(
const
CFCir
& );
9
// CFtrans();
10
double
getx
()
const
{
return
_x;}
11
double
gety
()
const
{
return
_y;}
12
double
getphi
()
const
{
return
_phi;}
13
int
getn
()
const
{
return
_n;}
14
double
getTheta
()
const
{
return
_theta;}
15
double
getRho
()
const
{
return
_rho;}
16
double
getSlant
()
const
{
return
_slant;}
17
double
getCenterX
()
const
{
return
_centerX;}
18
double
getCenterY
()
const
{
return
_centerY;}
19
double
getCenterR
()
const
{
return
_centerR;}
20
private
:
21
//real space
22
double
_x;
23
double
_y;
24
double
_phi;
25
int
_n;
26
double
_theta;
27
double
_rho;
28
double
_centerX;
29
double
_centerY;
30
double
_centerR;
31
double
_slant;
// slant of sin curve on houghspace
32
33
};
34
#endif
n
const Int_t n
Definition:
DataBase/tau_mode.c:65
CFCir
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/CFCir.h:3
CFCir::gety
double gety() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:11
CFCir::getSlant
double getSlant() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:16
CFCir::CFCir
CFCir(double x, double y, double phi, int n, double, double, double)
CFCir::getx
double getx() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:10
CFCir::CFCir
CFCir(const CFCir &)
CFCir::getCenterR
double getCenterR() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:19
CFCir::CFCir
CFCir()
CFCir::getCenterY
double getCenterY() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:18
CFCir::getphi
double getphi() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:12
CFCir::getTheta
double getTheta() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:14
CFCir::getn
int getn() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:13
CFCir::getCenterX
double getCenterX() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:17
CFCir::operator=
CFCir & operator=(const CFCir &)
CFCir::getRho
double getRho() const
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/CFCir.h:15
source
Reconstruction
MdcHoughFinder
MdcHoughFinder-00-00-13
MdcHoughFinder
CFCir.h
Generated by
1.9.6