]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSJet.h
replace hardcoded calls to geometry transformation matrices with calls to the TGeoMan...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSJet.h
index 42246dfa35d381bdd893cc64cc6ae0a8044e1e0a..dd178a30af673990fcb3c04a10335c48aeffb1f2 100644 (file)
@@ -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) ;