FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
runEx1Sampler.cxx
Go to the documentation of this file.
1
/********************************************************************************
2
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
* *
4
* This software is distributed under the terms of the *
5
* GNU Lesser General Public Licence (LGPL) version 3, *
6
* copied verbatim in the file "LICENSE" *
7
********************************************************************************/
8
/*
9
* File: runSamplerRoot.cxx
10
* Author: winckler
11
*
12
* Created on January 15, 2015, 1:57 PM
13
*/
14
15
#include "
Ex1Sampler.h
"
16
#include "runFairMQDevice.h"
17
18
namespace
bpo = boost::program_options;
19
20
void
addCustomOptions
(bpo::options_description& options)
21
{
22
// clang-format off
23
options.add_options()
24
(
"input-file"
, bpo::value<std::string>(),
"Path to the input file"
);
25
// clang-format on
26
}
27
28
FairMQDevicePtr
getDevice
(
const
FairMQProgOptions&
/*config*/
) {
return
new
Ex1Sampler
(); }
Ex1Sampler
Definition:
Ex1Sampler.h:13
addCustomOptions
void addCustomOptions(bpo::options_description &options)
Definition:
runTestDetectorFileSink.cxx:14
getDevice
FairMQDevicePtr getDevice(const FairMQProgOptions &config)
Definition:
runTestDetectorFileSink.cxx:24
Ex1Sampler.h
FairRoot
examples
MQ
serialization
1-simple
runEx1Sampler.cxx
Generated on Mon Mar 8 2021 12:14:06 for FairRoot by
1.8.5