]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/src/AliRoot/Base.hpp
Removing warnings related to -Weffc++ flag.
[u/mrichter/AliRoot.git] / HLT / MUON / src / AliRoot / Base.hpp
CommitLineData
8356cc1d 1////////////////////////////////////////////////////////////////////////////////
2//
3// Author: Artur Szostak
4// Email: artur@alice.phy.uct.ac.za | artursz@iafrica.com
5//
6////////////////////////////////////////////////////////////////////////////////
7
69d7cf2e 8#ifndef ALIHLTMUONBASE_H
9#define ALIHLTMUONBASE_H
8356cc1d 10
11#include "TError.h"
12#include "TMath.h"
26538635 13#include "AliHLTMUONUtils.h"
8356cc1d 14
15
16// I prefer to have the option of compiling in the ROOT Assert statements.
17#ifndef COMPILE_ROOT_ASSERT
18# ifndef DEBUG
19 // If we are not building the DEBUG version then remove the
20 // compilation of Assert.
21# undef Assert
22# define Assert(code)
23# endif // DEBUG
24#endif // COMPILE_ROOT_ASSERT
25
26
69d7cf2e 27#endif // ALIHLTMUONBASE_H