/******************************************************************************** * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence version 3 (LGPL) version 3, * * copied verbatim in the file "LICENSE" * ********************************************************************************/ #ifndef FAIRMQEXAMPLEMTSAMPLER2_H_ #define FAIRMQEXAMPLEMTSAMPLER2_H_ #include #include #include "FairMQDevice.h" class FairMQExampleMTSampler2 : public FairMQDevice { public: FairMQExampleMTSampler2(); virtual ~FairMQExampleMTSampler2(); protected: virtual bool ConditionalRun(); }; #endif /* FAIRMQEXAMPLEMTSAMPLER2_H_ */