]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliJetAODReader.h
Make TRefArrays transient to avoid crashes on proof when ProcessID is missing
[u/mrichter/AliRoot.git] / JETAN / AliJetAODReader.h
index 7772fae780bb8d12a97420b3a63671503e5ece7a..889f15a3c8990fb0c8a88d8c2d6ed87486b3d214 100644 (file)
@@ -35,7 +35,7 @@ class AliJetAODReader : public AliJetReader
  private:
   TChain                     *fChain;  //! chain for reconstructed tracks
   AliAODEvent                *fAOD;    //! pointer to aod
-  TRefArray                  *fRef;    // pointer to array of references to tracks
+  TRefArray                  *fRef;    //! pointer to array of references to tracks
   Int_t                       fDebug;  // Debug option
   Int_t                       fOpt;    // Detector to be used for jet reconstruction
   ClassDef(AliJetAODReader,1)