PandaRoot
Common/RootTypesDef.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef RootTypesDef_h
14 #define RootTypesDef_h 1
15 
16 #ifndef HLTCA_STANDALONE
17 
18 #include "TROOT.h"
19 
20 #else
21 typedef int Int_t;
22 typedef float Float_t;
23 typedef double Double_t;
24 typedef bool Bool_t;
25 
26 class TObject {
27 };
28 #endif
29 
30 #endif // RootTypesDef_h