FairRoot/PandaRoot
PndMQExample1Sink.h
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 version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
15 #ifndef PNDMQEXAMPLE1SINK_H_
16 #define PNDMQEXAMPLE1SINK_H_
17 
18 #include "FairMQDevice.h"
19 
20 class PndMQExample1Sink : public FairMQDevice
21 {
22  public:
24  virtual ~PndMQExample1Sink();
25 
26  protected:
27  virtual void Run();
28 };
29 
30 #endif /* FAIRMQEXAMPLE1SINK_H_ */