00001 // @(#)root/base:$Id: TStreamer.h 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Victor Perev and Philippe Canal 08/05/02 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2003, Rene Brun, Fons Rademakers and al. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef ROOT_TStreamer 00013 #define ROOT_TStreamer 00014 00015 #include "TClassStreamer.h" 00016 #include "TMemberStreamer.h" 00017 00018 #endif