CbmRoot
Loading...
Searching...
No Matches
FeederOptions.h
Go to the documentation of this file.
1/* Copyright (C) 2025 Jagiellonian University, Krakow
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Bartosz Sobol [committer] */
4
5#pragma once
6
7#include <cstdint>
8#include <string>
9#include <vector>
10
12 FeederOptions() = delete;
13
14 FeederOptions(int argc, char* argv[]);
15
16 std::string fInput;
17 std::vector<std::string> fOutputs;
18 uint64_t fOffset;
19 uint64_t fStride;
22};
std::vector< std::string > fOutputs
uint64_t fMaximumNumber
FeederOptions()=delete
uint64_t fOffset
std::string fInput
FeederOptions(int argc, char *argv[])
uint64_t fStride