CbmRoot
Loading...
Searching...
No Matches
services/tsa_dump/Application.h
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#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.
Application(ProgramOptions opts)
Program options class for the "cbmreco_fairrun" application.