CbmRoot
Loading...
Searching...
No Matches
HalCbmReader.h
Go to the documentation of this file.
1/* Copyright (C) 2025-2025 Warsaw University of Technology, Warsaw
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Daniel Wielanek [committer] */
4
5#ifndef CBMROOT_V0_ANALYSIS_PWGC2F_FEMTOSCOPY_HAL_FORMAT_HALCBMREADER_H_
6#define CBMROOT_V0_ANALYSIS_PWGC2F_FEMTOSCOPY_HAL_FORMAT_HALCBMREADER_H_
7
8#include <Hal/Reader.h>
9namespace Hal
10{
11 class EventInterface;
12}
13class HalCbmReader : public Hal::Reader {
14
15 public:
16 HalCbmReader(TString opt = "mc+reco");
17 virtual ~HalCbmReader();
18 ClassDef(HalCbmReader, 1)
19};
20
21#endif /* CBMROOT_V0_ANALYSIS_PWGC2F_FEMTOSCOPY_HAL_FORMAT_HALCBMREADER_H_ */
virtual ~HalCbmReader()
HalCbmReader(TString opt="mc+reco")