]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/EMCAL/AliEmcalParticle.h
Reorganization of the EMCal jet finder task: the manin task only performs the basic...
[u/mrichter/AliRoot.git] / PWG / EMCAL / AliEmcalParticle.h
index 3b2803fec5ebe11876184b680f3cd2f8ecdfef79..689bed84379387ea4ce8a3602bfd72918a6c27b3 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef ALIEMCALPARTICLE_H
 #define ALIEMCALPARTICLE_H
 
-// $Id$
-
 #include <TLorentzVector.h>
 #include <TMath.h>
 #include <TObjArray.h>
@@ -69,6 +67,10 @@ class AliEmcalParticle: public AliVParticle {
   void              SetMatchedObj(Int_t id, Double_t d)  { ResetMatchedObjects(); fMatchedIds[0] = id; fMatchedDist[0] = d; fNMatched = 1; }
   void              SetMatchedPtr(TObjArray *arr)        { fMatchedPtr = arr; }
 
+  void              SetPt(Double_t pt)           { fPt  = pt ; }
+  void              SetPhi(Double_t phi)         { fPhi = phi; }
+  void              SetEta(Double_t eta)         { fEta = eta; }
+
  protected:
   TLorentzVector   &GetLorentzVector(const Double_t *vertex = 0)  const;