FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
runEx2Processor.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
#include "
Ex2Processor.h
"
10
#include "runFairMQDevice.h"
11
12
namespace
bpo = boost::program_options;
13
14
void
addCustomOptions
(bpo::options_description& options)
15
{
16
// clang-format off
17
options.add_options()
18
(
"num-msgs"
, bpo::value<int>()->default_value(0),
"Stop after <n> msgs (0 - no limit)."
);
19
// clang-format on
20
}
21
22
FairMQDevicePtr
getDevice
(
const
FairMQProgOptions&
/*config*/
) {
return
new
Ex2Processor
(); }
addCustomOptions
void addCustomOptions(bpo::options_description &options)
Definition:
runTestDetectorFileSink.cxx:14
Ex2Processor.h
Ex2Processor
Definition:
Ex2Processor.h:14
getDevice
FairMQDevicePtr getDevice(const FairMQProgOptions &config)
Definition:
runTestDetectorFileSink.cxx:24
FairRoot
examples
MQ
serialization
2-multipart
runEx2Processor.cxx
Generated on Mon Mar 8 2021 12:14:06 for FairRoot by
1.8.5