]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSHit.cxx
Put back the two bellows in front of the absorber.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSHit.cxx
index 9854c20f8d17234a10e88950257766f1fdfead53..bb680480798e825bb71a9e58b97ecde17ea08c42 100644 (file)
@@ -53,17 +53,6 @@ AliPHOSHit::AliPHOSHit(const AliPHOSHit & hit)
 } 
 
 //____________________________________________________________________________
-AliPHOSHit::AliPHOSHit(Int_t primary, Int_t id, Float_t *hits)
-{
-  // ctor
-  
-   fId         = id ;
-   fX          = hits[0] ;
-   fY          = hits[1] ;
-   fZ          = hits[2] ;
-   fELOS       = hits[3] ;
-   fPrimary    = primary ;
-}
 AliPHOSHit::AliPHOSHit(Int_t Shunt, Int_t primary, Int_t Track, Int_t id, Float_t *hits) : AliHit(Shunt, Track)
 {
   // ctor
@@ -77,8 +66,6 @@ AliPHOSHit::AliPHOSHit(Int_t Shunt, Int_t primary, Int_t Track, Int_t id, Float_
    fPrimary    = primary ;
 }
 
-
-
 //____________________________________________________________________________
 Bool_t AliPHOSHit::operator==(AliPHOSHit const &rValue) const
 {