]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ESD/AliESDv0.h
Fixed leak in reading ESD friends with AliESDInputHandler
[u/mrichter/AliRoot.git] / STEER / ESD / AliESDv0.h
index d5d5aebfa220e5f4bf7ba012ed609f4199c44392..615606c061d4e869c13eea2ef069a9d97023dfa2 100644 (file)
@@ -55,7 +55,7 @@ public:
   virtual Short_t  Charge() const { return 0; }
   virtual Int_t    GetLabel() const { return -1; }  // temporary
   virtual const Double_t *PID() const { return 0; } // return PID object ? (to be discussed!)
-
+  
   // Then extend the AliVParticle functions
   Double_t E(Int_t pdg) const;
   Double_t Y(Int_t pdg) const;
@@ -139,8 +139,9 @@ public:
   
   //virtual Bool_t   GetPxPyPz(Double_t */*p*/) const { return kFALSE; }
   virtual void     SetID(Short_t /*id*/) {;}
-    
-
+  Double_t GetKFInfo(UInt_t p1, UInt_t p2, Int_t type) const;
+  Double_t GetKFInfoScale(UInt_t p1, UInt_t p2, Int_t type, Double_t d1pt, Double_t s1pt) const;
+  //
 protected:
   AliExternalTrackParam fParamN;  // external parameters of negative particle
   AliExternalTrackParam fParamP;  // external parameters of positive particle
@@ -165,7 +166,7 @@ protected:
   Double32_t        fAngle[3];   //[-2*pi,2*pi,16]three angles CKBrev
   Double32_t        fPointAngleFi; //[-1,1,16]point angle fi CKBrev
   Double32_t        fPointAngleTh; //[-1,1,16]point angle theta CKBrev
-  Double32_t        fPointAngle;   //[-1,1,16] cosine of the pointing angle
+  Double32_t        fPointAngle;   //[-1,1,32] cosine of the pointing angle
 
 
   Int_t fPdgCode;             // reconstructed V0's type (PDG code)
@@ -188,7 +189,7 @@ protected:
 
 private:
 
-  ClassDef(AliESDv0,5)      // ESD V0 vertex
+  ClassDef(AliESDv0,6)      // ESD V0 vertex
 };
 
 inline