CbmRoot
Loading...
Searching...
No Matches
HalCbmHbtFullEvent.cxx
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] */
5
6#include "HalCbmHbtEvent.h"
7#include "HalCbmMCEvent.h"
8
9
11
13/*
14Bool_t CbmHbtFullEvent::IsCompatible(const NicaEvent *non_buffered) const {
15 if(non_buffered->InheritsFrom("NicaCbmATFullEvent")) return kTRUE;
16 return kFALSE;
17}
18*/