CbmRoot
Loading...
Searching...
No Matches
services/online_par_dump/Application.h
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#pragma once
6
7#include "ProgramOptions.h"
8
9class Application {
10
11 public:
13
14 void Run();
15
16 private:
18};
Main class of the "cbmreco_fairrun" application.
Program options class for the "cbmreco_fairrun" application.