]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTracker.h
silvermy@ornl.gov : lesson learned from testbeam - bottom connector is reversed..
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTracker.h
index 2610d4682f9389004a08f75770e3ef064cce7fd2..849ea6e8098b0f6cba933100e61877c92c068fb3 100644 (file)
@@ -75,11 +75,11 @@ public:
                AliEMCALMatchCluster(Int_t ID, AliESDCaloCluster *caloCluster);
                virtual ~AliEMCALMatchCluster() { }
                //----------------------------------------------------------------------------
-               Int_t&     Index() {return fIndex;}
-               Int_t&     Label() {return fLabel;}
-               Double_t&  X() {return fX;}
-               Double_t&  Y() {return fY;}
-               Double_t&  Z() {return fZ;}
+               Int_t     Index() {return fIndex;}
+               Int_t     Label() {return fLabel;}
+               Double_t  X() {return fX;}
+               Double_t  Y() {return fY;} 
+               Double_t  Z() {return fZ;}
                Double_t   Phi() {return TMath::ATan2(fY, fX);}
        private:
                Int_t     fIndex;  // index of cluster in its native container (ESD or TClonesArray)