]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/jetfinder/AliEMCALJetFinderAlgoOmni.h
updates for Effective C++ compiler flags
[u/mrichter/AliRoot.git] / EMCAL / jetfinder / AliEMCALJetFinderAlgoOmni.h
index 41ceaeed8458befcdb82a974575d12dfec1433d0..f233cead9b741b1f5f55fe3e089aa4f6f2709406 100644 (file)
@@ -65,6 +65,12 @@ public:
   AliEMCALJetFinderAlgoUA1Unit* GetUnitArrayPointer() const {return fUnit;}
   AliEMCALJetFinderAlgoUA1Unit* GetUnitArrayPointerNoCuts() const {return fUnitNoCuts;}
 
+  AliEMCALJetFinderAlgoOmni (const AliEMCALJetFinderAlgoOmni&);
+  AliEMCALJetFinderAlgoOmni & operator = (const AliEMCALJetFinderAlgoOmni & ) {
+    Fatal("operator =", "not implemented") ;
+    return *this ;
+  }
+
 protected:
   AliEMCALJetFinderAlgoUA1Unit   *fUnit; //Array of JetFinder Unit objects (treated as the cells)
   AliEMCALJetFinderAlgoUA1Unit   *fUnitNoCuts; //Second array of JetFinder Unit objects ('raw data')