Skip to content
Snippets Groups Projects
Commit 5032a754 authored by Yuka Takahashi's avatar Yuka Takahashi Committed by Vassil Vassilev
Browse files

Include cmath instead of math.h in roofit

parent 5b945632
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "RooPrintable.h" #include "RooPrintable.h"
#include "RooArgSet.h" #include "RooArgSet.h"
#include "RooFormulaVar.h" #include "RooFormulaVar.h"
#include <math.h> #include <cmath>
#include "TMatrixDSym.h" #include "TMatrixDSym.h"
class RooAbsArg; class RooAbsArg;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifndef ROO_ABS_REAL_LVALUE #ifndef ROO_ABS_REAL_LVALUE
#define ROO_ABS_REAL_LVALUE #define ROO_ABS_REAL_LVALUE
#include <math.h> #include <cmath>
#include <float.h> #include <float.h>
#include "TString.h" #include "TString.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifndef ROO_CONV_COEF_VAR #ifndef ROO_CONV_COEF_VAR
#define ROO_CONV_COEF_VAR #define ROO_CONV_COEF_VAR
#include <math.h> #include <cmath>
#include <float.h> #include <float.h>
#include "RooAbsReal.h" #include "RooAbsReal.h"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef ROO_ERROR_HANDLER #ifndef ROO_ERROR_HANDLER
#define ROO_ERROR_HANDLER #define ROO_ERROR_HANDLER
#include <stdlib.h>
#include <signal.h> #include <signal.h>
#include "Rtypes.h" #include "Rtypes.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifndef ROO_ERROR_VAR #ifndef ROO_ERROR_VAR
#define ROO_ERROR_VAR #define ROO_ERROR_VAR
#include <math.h> #include <cmath>
#include <float.h> #include <float.h>
#include "RooNumber.h" #include "RooNumber.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Rtypes.h" #include "Rtypes.h"
#include "RooNumber.h" #include "RooNumber.h"
#include "RooAbsFunc.h" #include "RooAbsFunc.h"
#include <math.h> #include <cmath>
#include <iostream> #include <iostream>
class RooHistError { class RooHistError {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifndef ROO_LINEAR_VAR #ifndef ROO_LINEAR_VAR
#define ROO_LINEAR_VAR #define ROO_LINEAR_VAR
#include <math.h> #include <cmath>
#include <float.h> #include <float.h>
#include "TString.h" #include "TString.h"
#include "RooAbsRealLValue.h" #include "RooAbsRealLValue.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <list> #include <list>
#include <string> #include <string>
#include <math.h> #include <cmath>
#include <float.h> #include <float.h>
#include "TString.h" #include "TString.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment