From: gconesab Date: Sun, 19 Oct 2014 06:29:16 +0000 (+0200) Subject: temporal commit to avoir breaking compilation X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d70c9ca661b76ddd736e4e4469009973d943c283;p=u%2Fmrichter%2FAliRoot.git temporal commit to avoir breaking compilation --- diff --git a/PWG/CaloTrackCorrBase/AliCalorimeterUtils.h b/PWG/CaloTrackCorrBase/AliCalorimeterUtils.h index 500f73a1d75..3372ff96619 100755 --- a/PWG/CaloTrackCorrBase/AliCalorimeterUtils.h +++ b/PWG/CaloTrackCorrBase/AliCalorimeterUtils.h @@ -152,6 +152,7 @@ class AliCalorimeterUtils : public TObject { void SetPHOSChannelStatusMap (TObjArray *map) { fPHOSBadChannelMap = map ; } Bool_t ClusterContainsBadChannel(Int_t calo,UShort_t* cellList, Int_t nCells); + Bool_t ClusterContainsBadChannel(TString /*calo*/,UShort_t* /*cellList*/, Int_t /*nCells*/); // Stupid thing to do but just to avoid compilation break in AliTrackComparisonESD while I find the authors // Mask clusters in front of frame, EMCAL only Int_t GetNMaskCellColumns() const { return fNMaskCellColumns;}