CbmRoot
Loading...
Searching...
No Matches
CbmDeviceMinimal.h
Go to the documentation of this file.
1/* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
12#ifndef CBMDEVICESTSLOCALRECO_H_
13#define CBMDEVICESTSLOCALRECO_H_
14
15#include "CbmMqTMessage.h"
16
17#include "FairMQDevice.h"
18
19#include <vector>
20
21class CbmDeviceStsLocalReco : public FairMQDevice {
22public:
24 virtual ~CbmDeviceStsLocalReco();
25
26protected:
27 virtual void InitTask();
28 bool HandleData(FairMQMessagePtr&, int);
29
30private:
32 uint64_t fNumMessages;
33};
34
35#endif /* CBMDEVICESTSLOCALRECO_H_ */
bool HandleData(FairMQMessagePtr &, int)