From 9d7cd27297b4686cc9851b0315977d43f60b4b96 Mon Sep 17 00:00:00 2001
From: nicolas <nicolas@nptool>
Date: Wed, 19 Dec 2012 23:08:23 +0000
Subject: [PATCH]  * Remove compilation warnings in TMayaHisto.cxx

---
 NPLib/Maya/TMayaHisto.cxx | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NPLib/Maya/TMayaHisto.cxx b/NPLib/Maya/TMayaHisto.cxx
index fb60d4853..c69b48864 100755
--- a/NPLib/Maya/TMayaHisto.cxx
+++ b/NPLib/Maya/TMayaHisto.cxx
@@ -425,6 +425,7 @@ TCutG* TMayaHisto::GetPADXY(Double_t X, Double_t Y) {
 Double_t TMayaHisto::GetCdisp(Double_t C, Double_t R) {
 	Double_t fR, iR;
 	fR = modf(R, &iR);
+   fR *= 1;
 	return C + (int(iR - bShiftHexagon) % 2) / 2. + Xview_corr;
 }
 
@@ -1367,6 +1368,10 @@ TH1F* TMayaHisto::ProjectOnTrack(Int_t ID, Option_t *o, Double_t xo,
 
 				// ** Graphics **
 
+            // remove compilation warnings
+            cd_min *= 1; cd_max *= 1;
+            rd_min *= 1; rd_max *= 1;
+
 				// pline = new TLine(cd_min,rd_min,cp_min,rp_min) ;
 				// pline->SetLineColor(3);//gStyle->GetCanvasColor());
 				// fFunctions->Add(pline);
-- 
GitLab