// @(#)root/tree:$Id$ // Author: Rene Brun 19/08/2004 /************************************************************************* * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TBranchRef #define ROOT_TBranchRef ////////////////////////////////////////////////////////////////////////// // // // TBranchRef // // // // A Branch to support referenced objects on other branches // ////////////////////////////////////////////////////////////////////////// #include "TBranch.h" #ifdef R__LESS_INCLUDES class TRefTable; #else #include "TRefTable.h" #endif class TTree; class TBranchRef : public TBranch { private: Long64_t fRequestedEntry; ///