CbmRoot
Loading...
Searching...
No Matches
services/tsa_dump/main.cxx
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Pierre-Alain Loizeau [committer] */
4
5#include "Application.h"
6
7int main(int argc, char** argv)
8{
9 ProgramOptions opts{argc, argv};
10 Application app{opts};
11 app.Run();
12 return 0;
13}
Main class of the "cbmreco_fairrun" application.
void Run()
Run the application.
Program options class for the "cbmreco_fairrun" application.
int main(int argc, char **argv)