introduced multigraph to handle overlapping ranges correctly. Still some problems with axis labels

This commit is contained in:
nemu
2009-02-18 08:02:33 +00:00
parent 84718ab60c
commit 2954242867
2 changed files with 66 additions and 21 deletions

View File

@@ -43,6 +43,7 @@
#include <TPad.h>
#include <TH1F.h>
#include <TGraphErrors.h>
#include <TMultiGraph.h>
#include <TLatex.h>
#include "PMusr.h"
@@ -204,6 +205,8 @@ class PMusrCanvas : public TObject, public TQObject
PMusrCanvasDataList fData;
PMusrCanvasNonMusrDataList fNonMusrData;
TMultiGraph *fMultiGraphData;
TMultiGraph *fMultiGraphDiff;
PMsrFourierStructure fFourier;
PIntVector fMarkerList;