]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODJet.h
Corrected storing of number of participants in header.
[u/mrichter/AliRoot.git] / STEER / AliAODJet.h
index 431a742742cf0b10d9e355910e05abc22d939ba2..696d411d4f9d0c44fd85c0b796c6d2b30b1477ec 100644 (file)
@@ -81,24 +81,10 @@ class AliAODJet : public AliVParticle {
     virtual Short_t Charge()      const { return 0;}
     virtual const Double_t* PID() const { return NULL;}
     virtual Int_t   GetLabel()    const { return -1;}
-//
-
-
-
+  // Dummy
+    virtual Int_t    PdgCode()    const {return 0;}
 
-    /** Compare this class with an other instance of this class
-     *  used in a TClonesArray::Sort()
-     *  @param   obj  ptr to other instance
-     *  @return  Returns 0 when equal, 1 when this is smaller
-     *  and -1 when bigger -- sorts descending
-     */
-    Int_t Compare( const TObject* obj) const;
-    
-    
-    /** Defines this class as being sortable in a TClonesArray
-     *  @return     always kTRUE;
-     */
-    Bool_t IsSortable() const  { return kTRUE; }
+//
 
     // first only one bit for EMCAL and TRD, leave space for more
     // trigger types and/or other detectors
@@ -115,7 +101,7 @@ class AliAODJet : public AliVParticle {
     TLorentzVector* fMomentum;               // Jet 4-momentum vector
     TRefArray*      fRefTracks;              // array of references to the tracks belonging to the jet
 
-    ClassDef(AliAODJet,5);
+    ClassDef(AliAODJet,6);
 
 };