| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.3 2001/01/30 15:41:17 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.4 2002/01/03 13:08:48 brun 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" |
| 18 |
|
|
| 19 |
#include <ctype.h> |
#include <ctype.h> |
|
#include <fstream.h> |
|
| 20 |
|
|
| 21 |
|
|
| 22 |
ClassImp(TMultiGraph) |
ClassImp(TMultiGraph) |