]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODJet.h
Move sortability from AliAODJet to AliVParticle, sorting via Pt
[u/mrichter/AliRoot.git] / STEER / AliAODJet.h
index 431a742742cf0b10d9e355910e05abc22d939ba2..667873e64fe325f2a0a9420cdf2974056167f16c 100644 (file)
@@ -10,7 +10,7 @@
 //     Author: Andreas Morsch, CERN
 //-------------------------------------------------------------------------
 
-#include <TLorentzVector.h>
+#include <TLorentzVector.h>c
 #include "AliVParticle.h"
 #include <TArrayI.h>
 #include "AliAODVertex.h"
@@ -83,23 +83,6 @@ class AliAODJet : public AliVParticle {
     virtual Int_t   GetLabel()    const { return -1;}
 //
 
-
-
-
-    /** 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
     enum {kEMCALTriggered = 1<<0,