CbmRoot
Loading...
Searching...
No Matches
services/online_par_dump/ProgramOptions.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
8
9#include <string>
10
11struct ProgramOptions {
12 ProgramOptions(int argc, char** argv);
13
14 uint32_t runId;
17 std::string outputDir;
18 std::string geoFileDir;
19};
Program options class for the "cbmreco_fairrun" application.
bool experimental
Creating some parameters, copy the others from par. repo.
std::string geoFileDir
Path to the directory, which has a geo-file with a proper geo-tag.
ProgramOptions(int argc, char *argv[])
Standard constructor with command line arguments.