CbmRoot
Loading...
Searching...
No Matches
RootTypesDef.h
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#pragma once
11
12#if __has_include(<RtypesCore.h>)
13#include <RtypesCore.h>
14#else
15using Bool_t = bool;
16using Int_t = int;
17using Float_t = float;
18#endif
float Float_t
int Int_t
bool Bool_t