]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDigit.h
Introduce a crummy way to deal with the primary list, as Int * cannot be streamed...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigit.h
index e48ff1e4d44508cc15af0b3b7cf3ce201171c48c..190de898d655920368aff633938fb12f8e798e77 100644 (file)
@@ -39,15 +39,12 @@ public:
   
   Int_t   Compare(TObject * obj) ;  
   Int_t   GetNprimary() const { return fNprimary ; }
-  Int_t * GetPrimary() const { return fPrimary ; }
   Int_t   GetPrimary(Int_t index) const ; 
   Bool_t  IsSortable() const { return kTRUE ; }
   void    SetAmp(Int_t Amp) { fAmp=Amp ; } 
-  void    SetPrimary(Int_t index, Int_t value) ; 
 
 private:
 
-  Int_t * fPrimary ;         //! Array of primary particles which contribute to the digit 
   Int_t fPrimary1 ;          // first primary (because I do not know how to stream *fPrimary) 
   Int_t fPrimary2 ;          // second primary (because I do not know how to stream *fPrimary) 
   Int_t fPrimary3 ;          // third primary (because I do not know how to stream *fPrimary)