]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Non-implemented functions...
authorhristov <Peter.Hristov@cern.ch>
Thu, 4 Dec 2014 11:28:53 +0000 (12:28 +0100)
committeragrigora <alina.grigoras@cern.ch>
Mon, 15 Dec 2014 12:52:06 +0000 (13:52 +0100)
PWG/CaloTrackCorrBase/AliCaloPID.h
PWG/CaloTrackCorrBase/AliCalorimeterUtils.h

index b652d1be4fbf81700565c126c8cb9a45272073d0..d2b2eeca2220859bf359349c98185f5edb443d4a 100755 (executable)
@@ -69,7 +69,7 @@ class AliCaloPID : public TObject {
   
   // Main methods
   
-  TList *   GetCreateOutputObjects();
+  //  TList *   GetCreateOutputObjects(); // Not implemented
 
   void      InitParameters();
   
index 3372ff9661936641095bdd8e5dad3bd783fb7170..da4708b9bdd39eb242a9e325334e13351fac468b 100755 (executable)
@@ -152,7 +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
+  Bool_t        ClusterContainsBadChannel(TString /*calo*/,UShort_t* /*cellList*/, Int_t /*nCells*/) {return kFALSE;} // 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;}