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/MdcTunningSvc/MdcTunningSvc/ReadPara.hh
Go to the documentation of this file.
1
#ifndef ReadPara_h
2
#define ReadPara_h
3
#include <string>
4
class
ReadPara
{
5
public
:
6
ReadPara
(std::string& path);
7
~ReadPara
(){};
8
double
getpar_dd
(
int
i,
int
j){
return
par_dd[i][j];}
9
double
getpar_dds
(
int
i,
int
j){
return
par_dds[i][j];}
10
double
getpar_cos
(
int
i,
int
j){
return
par_cos[i][j];}
11
double
getpar_coss
(
int
i,
int
j){
return
par_coss[i][j];}
12
double
getpar_z
(
int
i,
int
j){
return
par_z[i][j];}
13
double
getpar_zs
(
int
i,
int
j){
return
par_zs[i][j];}
14
double
getpar_entra
(
int
i,
int
j){
return
par_entra[i][j];}
15
double
getpar_entras
(
int
i,
int
j){
return
par_entras[i][j];}
16
private
:
17
double
par_dd[8][6], par_dds[8][6],par_cos[8][5],par_coss[8][5],par_z[8][7],par_zs[8][7],par_entra[8][7],par_entras[8][7];
18
};
19
#endif
ReadPara
Definition:
InstallArea/include/MdcSim/MdcSim/ReadPara.hh:4
ReadPara::ReadPara
ReadPara(std::string &path)
ReadPara::getpar_zs
double getpar_zs(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:13
ReadPara::getpar_entra
double getpar_entra(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:14
ReadPara::~ReadPara
~ReadPara()
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:7
ReadPara::getpar_cos
double getpar_cos(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:10
ReadPara::getpar_dd
double getpar_dd(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:8
ReadPara::getpar_dds
double getpar_dds(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:9
ReadPara::getpar_entras
double getpar_entras(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:15
ReadPara::getpar_z
double getpar_z(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:12
ReadPara::getpar_coss
double getpar_coss(int i, int j)
Definition:
InstallArea/include/MdcTunningSvc/MdcTunningSvc/ReadPara.hh:11
source
InstallArea
include
MdcTunningSvc
MdcTunningSvc
ReadPara.hh
Generated by
1.9.6