Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TStreamer.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/base:$Id$
0002 // Author: Victor Perev and Philippe Canal   08/05/02
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2003, Rene Brun, Fons Rademakers and al.           *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_TStreamer
0013 #define ROOT_TStreamer
0014 
0015 #include "TClassStreamer.h"
0016 #include "TMemberStreamer.h"
0017 
0018 #endif