]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALRecPoint.h
Update the Print methods (Laurent)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALRecPoint.h
index fad2b8254b3e70e2836fc96b90ded3475fa995ae..2c74ff8d9d46359b3a5909d7eb6cb6d46e016237 100644 (file)
@@ -32,7 +32,7 @@ class AliEMCALRecPoint : public AliRecPoint {
   
   virtual ~AliEMCALRecPoint();
   virtual void    AddDigit(AliDigitNew &){ Fatal("AddDigit", "use AddDigit(AliEMCALDigit & digit, Float_t Energy )") ; }
-  virtual void    AddDigit(AliEMCALDigit & digit, const Float_t Energy); 
+  virtual void    AddDigit(AliEMCALDigit & digit, Float_t Energy); 
   virtual Int_t   Compare(const TObject * obj) const;   
   virtual Int_t   DistancetoPrimitive(Int_t px, Int_t py);
   virtual void    Draw(Option_t * option="") ;
@@ -110,12 +110,14 @@ private:
           Int_t   *fAbsIdList;        //[fMulDigit] absId  of digits
          Float_t fTime ;             // Time of the digit with maximal energy deposition
          Float_t fCoreRadius;        // The radius in which the core energy is evaluated
-          Int_t fMulParent;           // Multiplicity of the parents
+         Float_t *fDETracksList ;    //[fMulTrack] list of tracks to which the point was assigned
+         Int_t fMulParent;           // Multiplicity of the parents
           Int_t fMaxParent;           // Maximum number of parents allowed
           Int_t * fParentsList;       // [fMulParent] list of the parents of the digits
+          Float_t * fDEParentsList;   // [fMulParent] list of the parents of the digits
           Int_t   fSuperModuleNumber; // number identifying supermodule containing recpoint
 
-  ClassDef(AliEMCALRecPoint,7) // RecPoint for EMCAL (Base Class)
+  ClassDef(AliEMCALRecPoint,8) // RecPoint for EMCAL (Base Class)
  
 };