CbmRoot
Loading...
Searching...
No Matches
services/histserv/tester/main.cxx
Go to the documentation of this file.
1
/* Copyright (C) 2023 Facility for Antiproton and Ion Research in Europe, Darmstadt
2
SPDX-License-Identifier: GPL-3.0-only
3
Authors: Pierre-Alain Loizeau [committer] */
4
#include <Logger.h>
5
6
#include "
Application.h
"
7
#include "
ProgramOptions.h
"
8
9
using namespace
cbm::services::histserv_tester
;
10
11
int
main
(
int
argc,
char
* argv[])
12
{
13
LOG(info) <<
"***** Tester client for Histogram server without FairMQ *****"
;
14
try
{
15
ProgramOptions
opt(argc, argv);
16
Application
app(opt);
17
app.Exec();
18
}
19
catch
(std::exception
const
& e) {
20
LOG(error) << e.what() <<
"; terminating."
;
21
return
EXIT_FAILURE;
22
}
23
24
LOG(info) <<
"Histogram server without FairMQ: Tester client Program completed successfully; exiting."
;
25
return
EXIT_SUCCESS;
26
}
Application
Main class of the "cbmreco_fairrun" application.
Definition
reco/app/cbmreco_fairrun/Application.h:24
ProgramOptions
Program options class for the "cbmreco_fairrun" application.
Definition
reco/app/cbmreco_fairrun/ProgramOptions.h:28
cbm::services::histserv_tester
Definition
services/histserv/tester/Application.cxx:33
Application.h
ProgramOptions.h
main
int main(int argc, char *argv[])
Definition
services/histserv/tester/main.cxx:11
services
histserv
tester
main.cxx
Generated on Sun Dec 22 2024 23:04:05 for CbmRoot by
1.12.0