PandaRoot
PndMQExample1Sink.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /********************************************************************************
14  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
15  * *
16  * This software is distributed under the terms of the *
17  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
18  * copied verbatim in the file "LICENSE" *
19  ********************************************************************************/
27 #ifndef PNDMQEXAMPLE1SINK_H_
28 #define PNDMQEXAMPLE1SINK_H_
29 
30 #include "FairMQDevice.h"
31 
32 class PndMQExample1Sink : public FairMQDevice {
33  public:
35  virtual ~PndMQExample1Sink();
36 
37  protected:
38  virtual void Run();
39 };
40 
41 #endif /* FAIRMQEXAMPLE1SINK_H_ */
virtual void Run()
virtual ~PndMQExample1Sink()