CbmRoot
Loading...
Searching...
No Matches
HalCbmHbtFullEvent.h
Go to the documentation of this file.
1/* Copyright (C) 2023-2023 Warsaw University of Technology, Warsaw
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Daniel Wielanek [committer] */
4#ifndef CBMHBTFULLEVENT_H_
5#define CBMHBTFULLEVENT_H_
6
7#include <Hal/ComplexEvent.h>
8
9namespace Hal
10{
11 class Event;
12 class EventInterface;
13} // namespace Hal
17class HalCbmHbtFullEvent : public Hal::ComplexEvent {
18 public:
20 virtual TString GetFormatName() const { return "CbmHbtFullEvent"; };
21 virtual Hal::Event* GetNewEvent() const { return new HalCbmHbtFullEvent(); };
22 // virtual Bool_t IsCompatible(const NicaEvent *non_buffered) const;
23 virtual ~HalCbmHbtFullEvent();
24 ClassDef(HalCbmHbtFullEvent, 1)
25};
26#endif /* CBMHBTFULLEVENT_H_ */
virtual TString GetFormatName() const
virtual Hal::Event * GetNewEvent() const