X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALv2.h;h=0f4ebe9689070bc76d41a13aa6b9c90564a11597;hb=38cf12f36447209b467f01fdaf1b40e0b75686c6;hp=efbf6521be7ef4bb7cef86819cfaa066ccc85183;hpb=21cf2b245729ab28f24875238b33b08d1b2da461;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALv2.h b/EMCAL/AliEMCALv2.h index efbf6521be7..0f4ebe96890 100644 --- a/EMCAL/AliEMCALv2.h +++ b/EMCAL/AliEMCALv2.h @@ -31,10 +31,6 @@ public: AliEMCALv2(void) ; AliEMCALv2(const char *name, const char *title="") ; - // cpy ctor: no implementation yet - // requested by the Coding Convention - AliEMCALv2(const AliEMCALv1 & emcal):AliEMCALv1(emcal) { - Fatal("cpy ctor", "not implemented") ; } virtual ~AliEMCALv2(void) ; using AliEMCALv1::AddHit; @@ -47,9 +43,6 @@ public: // Gives the version number virtual Int_t IsVersion(void) const {return 2;} virtual const TString Version(void)const {return TString("v2");} - AliEMCALv2 & operator = (const AliEMCALv1 & /*rvalue*/){ - Fatal("operator =", "not implemented") ; - return *this;} // 23-mar-05 virtual Double_t GetDepositEnergy(int print=1); // *MENU* // 30-aug-04 @@ -62,10 +55,15 @@ public: void SetVolumeAttributes(const char *name="SCM0", int seen=1, int color=1, int fill=1); // *MENU* void TestIndexTransition(int pri=0, int idmax=0); // *MENU* + protected: AliEMCALGeometry* fGeometry; //! TH1F* fHDe; //! TH1F* fHNhits; //! + private: + AliEMCALv2(const AliEMCALv2 & emcal); + AliEMCALv2 & operator = (const AliEMCALv2 & /*rvalue*/); + ClassDef(AliEMCALv2,1) //Implementation of EMCAL manager class to produce hits in a Shish-Kebab };