X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSJet.h;h=dd178a30af673990fcb3c04a10335c48aeffb1f2;hb=15e37b0ae3f95a9e39bf307bc58f173a954af14c;hp=80eefb1a4e36fc47a263fd364eca74ceeeef240c;hpb=fc7e2f436398e9b9b8875125b25f6cb4f7e97591;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSJet.h b/PHOS/AliPHOSJet.h index 80eefb1a4e3..dd178a30af6 100644 --- a/PHOS/AliPHOSJet.h +++ b/PHOS/AliPHOSJet.h @@ -24,10 +24,8 @@ class AliPHOSJet : public TObject { public: AliPHOSJet() ; // ctor - AliPHOSJet(const AliPHOSJet & jet) : TObject(jet){ - // copy ctor: no implementation yet - Fatal("cpy ctor", "not implemented") ; - } + AliPHOSJet(const AliPHOSJet & jet); + virtual ~AliPHOSJet() ; void AddDigit(Double_t e, Double_t eta, Double_t phi, Int_t index) ; @@ -60,7 +58,7 @@ public: else return fSumPhi/fSumEnergy ;} Int_t GetNJetParticles(void)const{return fNpart;} - void Print() ; + void Print(const Option_t * = "") const ; AliPHOSJet & operator = (const AliPHOSJet & /*rvalue*/) { // assignement operator requested by coding convention but not needed Fatal("operator =", "not implemented") ; return *this ;