BOSS
7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
ServerMain.cxx
Go to the documentation of this file.
1
#include "DistBossServer/DistBossServer.h"
2
#include <iostream>
3
4
int
main
(
int
argc,
char
* argv[])
5
{
6
if
( argc != 2 ) {
7
std::cout <<
"Usage: "
<< argv[0] <<
" jobOptions.txt"
<< std::endl;
8
exit(1);
9
}
10
11
DistBossServer
server( argv[1] );
12
13
server.
run
();
14
15
return
0;
16
}
DistBossServer
Definition:
DistBoss/DistBossServer/DistBossServer-00-00-04/DistBossServer/DistBossServer.h:10
DistBossServer::run
int run()
Definition:
DistBossServer.cxx:102
main
int main()
Definition:
test_IFile.cxx:11
source
DistBoss
DistBossServer
DistBossServer-00-00-04
src
ServerMain.cxx
Generated by
1.9.6