From 5bddb1611844d0c1ba1a856f3da7e54d44d87c2c Mon Sep 17 00:00:00 2001 From: gconesab Date: Thu, 7 Nov 2013 06:14:15 +0000 Subject: [PATCH] fix compilation warning --- PWG/CaloTrackCorrBase/AliCalorimeterUtils.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWG/CaloTrackCorrBase/AliCalorimeterUtils.cxx b/PWG/CaloTrackCorrBase/AliCalorimeterUtils.cxx index 232a6f37bc8..36c13421710 100755 --- a/PWG/CaloTrackCorrBase/AliCalorimeterUtils.cxx +++ b/PWG/CaloTrackCorrBase/AliCalorimeterUtils.cxx @@ -61,8 +61,8 @@ ClassImp(AliCalorimeterUtils) fRemoveBadChannels(kFALSE), fPHOSBadChannelMap(0x0), fNCellsFromPHOSBorder(0), fNMaskCellColumns(0), fMaskCellColumns(0x0), - fRecalibration(kFALSE), fRunDependentCorrection(kFALSE), fPHOSRecalibrationFactors(), - fEMCALRecoUtils(new AliEMCALRecoUtils), + fRecalibration(kFALSE), fRunDependentCorrection(kFALSE), + fPHOSRecalibrationFactors(), fEMCALRecoUtils(new AliEMCALRecoUtils), fRecalculatePosition(kFALSE), fCorrectELinearity(kFALSE), fRecalculateMatching(kFALSE), fCutR(20), fCutZ(20), @@ -70,7 +70,8 @@ ClassImp(AliCalorimeterUtils) fLocMaxCutE(0), fLocMaxCutEDiff(0), fPlotCluster(0), fOADBSet(kFALSE), fOADBForEMCAL(kFALSE), fOADBForPHOS(kFALSE), - fOADBFilePathEMCAL(""), fOADBFilePathPHOS("") + fOADBFilePathEMCAL(""), fOADBFilePathPHOS(""), + fImportGeometryFromFile(), fImportGeometryFilePath("") { //Ctor -- 2.39.3