]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODCluster.h
Cuts in primary and final state particles are now optionial for AliHLTMCEvent. Usable...
[u/mrichter/AliRoot.git] / STEER / AliAODCluster.h
index 9306489b0446d7df467fae235a5b653dff39218e..897f3456ce8991d279b169be67c3bcf5c704992b 100644 (file)
@@ -101,6 +101,8 @@ class AliAODCluster : public TObject {
   void  Print(const Option_t *opt = "") const;
 
   // setters
+  void SetE(Double32_t energy) {fEnergy = energy ; }
+  void SetPosition(Int_t ipos, Double32_t pos) {fPosition[ipos] = pos ;}
   void SetID(Int_t id) { fID = id; }
   void SetType(AODClu_t ttype) { fType=ttype; }
   void SetLabel(Int_t *label, UInt_t size);