X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PMD%2FAliPMDcell.h;h=e22c50757c3448b110785c64e7b667c6494374af;hb=e4042305eece1ea7ad68e8dda2b76a957e06df1e;hp=a1bef873bd3b94e568cdaa751c62a2872371548d;hpb=af6d4455415fb0d0dc1994d0bfbe465d2a038eba;p=u%2Fmrichter%2FAliRoot.git diff --git a/PMD/AliPMDcell.h b/PMD/AliPMDcell.h index a1bef873bd3..e22c50757c3 100644 --- a/PMD/AliPMDcell.h +++ b/PMD/AliPMDcell.h @@ -1,5 +1,7 @@ #ifndef ALIPMDCELL_H #define ALIPMDCELL_H +/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * See cxx source for full Copyright notice */ //-----------------------------------------------------// // // // Date : August 05 2003 // @@ -8,11 +10,9 @@ // the correct track number to a multiple hit cell // // // //-----------------------------------------------------// - -//#include "Riostream.h" -//#include "Rtypes.h" +// Author - B.K. Nandi +// #include "TObject.h" -//class TObject; class TClonesArray; class AliPMDcell : public TObject @@ -21,7 +21,7 @@ class AliPMDcell : public TObject AliPMDcell(); AliPMDcell(Int_t trnumber, Int_t smnumber, Int_t xpos, Int_t ypos, Float_t edep); - AliPMDcell(AliPMDcell *pmdcell) {*this = *pmdcell;} + AliPMDcell(AliPMDcell *pmdcell); AliPMDcell (const AliPMDcell &alipmdcell); // copy constructor AliPMDcell &operator=(const AliPMDcell &alipmdcell); // assignment op @@ -40,7 +40,7 @@ class AliPMDcell : public TObject Int_t fYpos; // y-position of the cell Float_t fEdep; // Energy deposition in a cell - ClassDef(AliPMDcell,1) // To keep cell information + ClassDef(AliPMDcell,4) // To keep cell information }; #endif