]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODJet.h
Reordering of class members to make ROOT's I/O optimizer happy (well, happier).
[u/mrichter/AliRoot.git] / STEER / AliAODJet.h
index 760fc1dae7e1f9f580400f43760330cd0c1c7cdb..a3fbcbb1c4b5498d8a623ff4edba9e93e4186638 100644 (file)
@@ -63,11 +63,13 @@ class AliAODJet : public AliVParticle {
     
     
  private:
+    Double32_t      fBackgEnergy[2];     // Subtracted background energy
+    Double32_t      fEffectiveArea[2];   // Effective jet area used for background subtraction
+
     TLorentzVector* fMomentum;           // Jet 4-momentum vector
     TRefArray*      fRefTracks;          // array of references to the tracks belonging to the jet
-    Double_t        fBackgEnergy[2];     // Subtracted background energy
-    Double_t        fEffectiveArea[2];   // Effective jet area used for background subtraction
-    ClassDef(AliAODJet,2);
+
+    ClassDef(AliAODJet,3);
 };
 
 #endif