FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
runExHistoDevice.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 #include "FairMQExHistoDevice.h"
9 #include "runFairMQDevice.h"
10 
11 namespace bpo = boost::program_options;
12 
13 void addCustomOptions(bpo::options_description& /*options*/) {}
14 
15 FairMQDevicePtr getDevice(const FairMQProgOptions& /*config*/)
16 {
17  FairMQExHistoDevice* histoDevice = new FairMQExHistoDevice();
18 
19  return histoDevice;
20 }
void addCustomOptions(bpo::options_description &options)
FairMQDevicePtr getDevice(const FairMQProgOptions &config)