CbmRoot
Loading...
Searching...
No Matches
HalCbmMCTrackInterface.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 NICACBMATMMCTRACKINTERFACE_H_
5#define NICACBMATMMCTRACKINTERFACE_H_
6
7#include <Hal/McTrackInterface.h>
8
9
10class HalCbmMCTrackInterface : public Hal::McTrackInterface {
11 public:
14 ClassDef(HalCbmMCTrackInterface, 1)
15};
16
17#endif /* NICACBMATMMCTRACKINTERFACE_H_ */