]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
temporal commit to avoir breaking compilation
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Sun, 19 Oct 2014 06:29:16 +0000 (08:29 +0200)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Sun, 19 Oct 2014 20:47:29 +0000 (22:47 +0200)
PWG/CaloTrackCorrBase/AliCalorimeterUtils.h

index 500f73a1d7535c942a14457b48d15c4dcda4fc11..3372ff9661936641095bdd8e5dad3bd783fb7170 100755 (executable)
@@ -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;}