BOSS
7.1.1
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
BesRunActionMessenger.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Description: passing parameters to run action
5
//Author: Deng Ziyan
6
//Created: Sep, 2004
7
//Modified:
8
//Comment:
9
//---------------------------------------------------------------------------//
10
11
#ifndef BesRunActionMessenger_h
12
#define BesRunActionMessenger_h 1
13
14
class
BesRunAction
;
15
16
class
G4UIdirectory;
17
class
G4UIcmdWithAnInteger;
18
class
G4UIcommand;
19
20
#include "G4UImessenger.hh"
21
#include "globals.hh"
22
23
class
BesRunActionMessenger
:
public
G4UImessenger
24
{
25
public
:
26
BesRunActionMessenger
(
BesRunAction
* runAction);
27
~BesRunActionMessenger
();
28
29
public
:
30
void
SetNewValue
(G4UIcommand * command,G4String newValues);
31
32
private
:
33
BesRunAction
* m_runAction;
34
G4UIdirectory * m_runActionDirectory;
35
G4UIcmdWithAnInteger * m_MCTruthCmd;
36
G4UIcommand * m_asciiCmd;
37
};
23
class
BesRunActionMessenger
:
public
G4UImessenger {
…
};
38
39
#endif
40
41
42
43
44
BesRunActionMessenger
Definition
BesRunActionMessenger.hh:24
BesRunActionMessenger::BesRunActionMessenger
BesRunActionMessenger(BesRunAction *runAction)
Definition
BesRunActionMessenger.cc:19
BesRunActionMessenger::~BesRunActionMessenger
~BesRunActionMessenger()
Definition
BesRunActionMessenger.cc:99
BesRunActionMessenger::SetNewValue
void SetNewValue(G4UIcommand *command, G4String newValues)
Definition
BesRunActionMessenger.cc:106
BesRunAction
Definition
BesRunAction.hh:25
7.1.1
Simulation
BOOST
BesSim
BesSim-00-01-30
BesSim
BesRunActionMessenger.hh
Generated by
1.12.0