| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.4 2002/01/03 13:08:48 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.5 2002/01/23 17:52:49 rdm Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 14 |
#include "TGraph.h" |
#include "TGraph.h" |
| 15 |
#include "TH1.h" |
#include "TH1.h" |
| 16 |
#include "TVirtualPad.h" |
#include "TVirtualPad.h" |
| 17 |
#include "IOStream.h" |
#include "Riostream.h" |
| 18 |
|
|
| 19 |
#include <ctype.h> |
#include <ctype.h> |
| 20 |
|
|