]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALLink.h
final geometry and cleanup
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALLink.h
index 3092df204bf3e3e43f9a51abc279056dcb60c05f..d402b3ab55acbe0a27adeaca15404cc011dd99de 100644 (file)
@@ -25,7 +25,7 @@ class AliEMCALLink : public  TObject
   
 public:
   
-  AliEMCALLink( Float_t prod, Int_t ec, Int_t rp, unsigned int what) ;  // ctor            
+  AliEMCALLink( Float_t prod, Int_t ec, Int_t rp) ;  // ctor            
   virtual ~AliEMCALLink(){
     // dtor
   }
@@ -33,8 +33,6 @@ public:
   const Int_t   GetECA(void) const { return fECAN ; }  
   const Int_t   GetOther(void) const { return fOtherN ; } 
   const Float_t GetProd(void) const { return fProd ; }   
-  const Bool_t  IsLinkToPRE(void) const  {if (fWhat) return kFALSE; else return kTRUE;}
-  const Bool_t  IsLinkToHCA(void) const {if (fWhat) return kTRUE;  else return kFALSE;}
   Bool_t        IsSortable() const{ return kTRUE; }
   
 private:
@@ -42,7 +40,6 @@ private:
   Int_t fECAN ;        // ECAL index
   Int_t fOtherN ;      // index of the linked recpoint 
   Float_t fProd ;      // Scalar produc of the direction of the 2 recpoints
-  unsigned int fWhat ; // PRE (=0) or HCAL (=1)
   
   ClassDef(AliEMCALLink,1)  // Auxilliary algorithm class used by AliEMCALTrackSegmentMaker