-
Administrator authored
The latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
Administrator authoredThe latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
runUnpackTofStar2018.cxx 285 B
#include "CbmDeviceUnpackTofStar2018.h"
#include "runFairMQDevice.h"
namespace bpo = boost::program_options;
void addCustomOptions(bpo::options_description& /*options*/) {}
FairMQDevicePtr getDevice(const FairMQProgOptions& /*config*/) { return new CbmDeviceUnpackTofStar2018(); }