// @(#)root/tree:$Id$ // Author: Rene Brun 07/04/2001 /************************************************************************* * Copyright (C) 1995-2000, 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_TFriendElement #define ROOT_TFriendElement ////////////////////////////////////////////////////////////////////////// // // // TFriendElement // // // // A TFriendElement TF describes a TTree object TF in a file. // // When a TFriendElement TF is added to the list of friends of an // // existing TTree T, any variable from TF can be referenced in a query // // to T. // // // ////////////////////////////////////////////////////////////////////////// #include "TNamed.h" class TFile; class TTree; class TClass; class TFriendElement : public TNamed { protected: TTree *fParentTree; ///