Go to the source code of this file.
|
| int | main (int argc, char **argv) |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 9 of file eventloop_batch_worker.cxx.
10{
11 using namespace asg::msgUserCode;
13
15
16 if (argc != 3)
17 {
19 return -1;
20 }
21
22 unsigned job_id = 0;
23 {
24 std::istringstream
str (argv[1]);
26 {
28 return -1;
29
30 }
31 }
32
33 auto confFile =
argv[2];
34
37 return 0;
38}
::StatusCode batchExecute(unsigned job_id, const char *confFile)
effects: do what is needed to execute the given job segment guarantee: basic failures: job specific
StatusCode Init(const char *appname)
Function initialising ROOT/PyROOT for using the ATLAS EDM.