BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Goofy.h
Go to the documentation of this file.
1
#ifndef Goofy_H
2
#define Goofy_H
3
4
#include <string>
5
#include <vector>
6
7
class
GoofyMessenger
;
8
class
ProjectMessenger
;
9
class
RandomCenterMessenger
;
10
11
enum
RunMode
{
Batch
,
Interactive
};
12
13
class
Goofy
{
14
public
:
15
Goofy
();
16
Goofy
(
int
,
char
** );
17
~Goofy
();
18
static
int
Shell
( std::string
s
);
19
20
private
:
21
RunMode
rm;
22
std::string runmacro;
23
std::string initmacro;
24
std::vector<std::string> opts;
25
void
Banner();
26
void
SetJobOptions();
27
GoofyMessenger
* theMessenger;
28
ProjectMessenger
* theProject;
29
RandomCenterMessenger
* theRandomCenter;
30
};
31
32
#endif
RunMode
RunMode
Definition
Goofy.h:11
Interactive
@ Interactive
Definition
Goofy.h:11
Batch
@ Batch
Definition
Goofy.h:11
s
XmlRpcServer s
Definition
HelloServer.cpp:11
GoofyMessenger
Definition
GoofyMessenger.h:10
Goofy::Shell
static int Shell(std::string s)
Definition
Goofy.cpp:58
Goofy::~Goofy
~Goofy()
Definition
Goofy.cpp:52
Goofy::Goofy
Goofy()
Definition
Goofy.cpp:11
Goofy::Goofy
Goofy(int, char **)
ProjectMessenger
Definition
ProjectMessenger.h:10
RandomCenterMessenger
Definition
RandomCenterMessenger.h:10
8.0.0
BOSS_Source
Simulation
G4Svc
other
Goofy.h
Generated by
1.16.1