]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALShishKebabModule.h
1.The QA data created on demand according to the event species at filling time. 2...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALShishKebabModule.h
index f2f663c6486af30bde94f4d17a223c32a0b12fd9..ffcd8a8dd9f9d3a3710e35480fc0247f756304eb 100644 (file)
@@ -22,10 +22,8 @@ class AliEMCALShishKebabModule : public TNamed {
   AliEMCALShishKebabModule();
   AliEMCALShishKebabModule(AliEMCALShishKebabModule &leftNeighbor);
   void Init(Double_t A, Double_t B);
-  AliEMCALShishKebabModule(const AliEMCALShishKebabModule& mod) : TNamed(mod.GetName(),mod.GetTitle()){
-    // cpy ctor: no implementation yet; requested by the Coding Convention
-    Fatal("cpy ctor", "not implemented") ;  
-  }
+  AliEMCALShishKebabModule(const AliEMCALShishKebabModule& mod);
+
   AliEMCALShishKebabModule & operator = (const AliEMCALShishKebabModule& /*rvalue*/)  {
     Fatal("operator =", "not implemented") ;  
     return *this ;