CbmRoot
Loading...
Searching...
No Matches
services/online_par_dump/main.cxx
Go to the documentation of this file.
1
/* Copyright (C) 2024 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main
2
SPDX-License-Identifier: GPL-3.0-only
3
Authors: Felix Weiglhofer [committer] */
4
5
#include "
Application.h
"
6
7
#include <iostream>
8
9
int
main
(
int
argc,
char
** argv)
10
try
{
11
ProgramOptions
opts{argc, argv};
12
Application
app{opts};
13
app.
Run
();
14
return
0;
15
}
16
catch
(
const
std::exception& err) {
17
std::cerr <<
"ERROR: "
<< err.what();
18
return
-1;
19
}
Application
Main class of the "cbmreco_fairrun" application.
Definition
reco/app/cbmreco_fairrun/Application.h:24
Application::Run
void Run()
Run the application.
Definition
reco/app/cbmreco_fairrun/Application.cxx:35
ProgramOptions
Program options class for the "cbmreco_fairrun" application.
Definition
reco/app/cbmreco_fairrun/ProgramOptions.h:28
Application.h
main
int main(int argc, char **argv)
Definition
services/online_par_dump/main.cxx:9
services
online_par_dump
main.cxx
Generated on Fri Jan 30 2026 23:05:33 for CbmRoot by
1.13.2