Ignore:
Timestamp:
11/10/05 10:05:31 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7358 r7388  
    5959#include <TLine.h>
    6060#include <TText.h>
     61#include <TFrame.h>
    6162#include <TStyle.h>
    6263#include <TGraph.h>
     
    142143        TString title = fNameTab.IsNull() ? name(name.First('.')+2, name.Length()) : fNameTab;
    143144        TCanvas &c = fDisplay ? fDisplay->AddTab(title) : *new TCanvas;
     145        c.SetFillColor(kWhite);
     146        c.SetBorderMode(0);
    144147        c.Divide(1,2);
    145148
     
    218221
    219222        g2.DrawClone("AP");
    220 
    221223    }
    222224
     
    293295    plot.SetDescription("Mean Pedestal RMS inner Camera;\\sigma_{P,I} [phe]", "PedRmsI");
    294296    plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.05);
     297    plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI");
     298    plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
    295299    //from star*.root
    296300    //muon
     
    324328    plot.SetDescription("Mean Pedestal RMS outer Camera;\\sigma_{P,O} [phe]", "PedRmsO");
    325329    plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.05);
     330    plot.SetDescription("Mean Signal outer Camera;S_{O} [phe]", "SignalO");
     331    plot.Plot("Calibration.fMeanSignalOuter",  0, 4.0, 0.05);
    326332}
    327333
     
    349355    plot.SetRequestRange(from, to);
    350356    plotall(plot);
     357    //d->SaveAsPS("plotdb.ps");
    351358}
    352359
     
    369376
    370377    MStatusDisplay *d = new MStatusDisplay;
    371 
    372378    MPlot plot(serv);
    373379    plot.SetDisplay(d);
    374380    plot.SetRequestPeriod(period);
    375381    plotall(plot);
     382    //d->SaveAsPS("plotdb.ps");
    376383}
Note: See TracChangeset for help on using the changeset viewer.