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
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh
Go to the documentation of this file.
1
#ifndef ReadBoostRoot_H
2
#define ReadBoostRoot_H 1
3
4
#include "G4String.hh"
5
6
class
ReadBoostRoot
7
{
8
public
:
9
ReadBoostRoot
(G4int,G4int,G4int,G4int,G4int,G4int,G4int,G4int);
10
~ReadBoostRoot
();
11
public
:
12
static
G4String
GetBoostRoot
() {
return
BoostRoot;}
13
static
G4int
GetMdc
() {
return
m_mdc;}
14
static
G4int
GetTof
() {
return
m_tof;}
15
static
G4int
GetEmc
() {
return
m_emc;}
16
static
G4int
GetMuc
() {
return
m_muc;}
17
static
G4int
GetField
() {
return
m_field;}
18
static
G4int
GetFormatAR
() {
return
m_formatAR;}
19
static
G4int
GetTuning
() {
return
m_tuning;}
20
static
G4int
GetHitOut
() {
return
m_hitOut;}
21
private
:
22
static
G4String BoostRoot;
23
static
G4int m_mdc;
24
static
G4int m_tof;
25
static
G4int m_emc;
26
static
G4int m_muc;
27
static
G4int m_field;
28
static
G4int m_formatAR;
29
static
G4int m_tuning;
30
static
G4int m_hitOut;
31
};
32
33
#endif
ReadBoostRoot
Definition:
InstallArea/include/SimUtil/SimUtil/ReadBoostRoot.hh:7
ReadBoostRoot::GetFormatAR
static G4int GetFormatAR()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:18
ReadBoostRoot::GetHitOut
static G4int GetHitOut()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:20
ReadBoostRoot::~ReadBoostRoot
~ReadBoostRoot()
ReadBoostRoot::GetBoostRoot
static G4String GetBoostRoot()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:12
ReadBoostRoot::GetTuning
static G4int GetTuning()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:19
ReadBoostRoot::ReadBoostRoot
ReadBoostRoot(G4int, G4int, G4int, G4int, G4int, G4int, G4int, G4int)
ReadBoostRoot::GetMdc
static G4int GetMdc()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:13
ReadBoostRoot::GetMuc
static G4int GetMuc()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:16
ReadBoostRoot::GetTof
static G4int GetTof()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:14
ReadBoostRoot::GetEmc
static G4int GetEmc()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:15
ReadBoostRoot::GetField
static G4int GetField()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/ReadBoostRoot.hh:17
source
Simulation
BOOST
SimUtil
SimUtil-00-00-37
SimUtil
ReadBoostRoot.hh
Generated by
1.9.6