#include "TDatime.h"#include <TH1F.h>#include <TH2F.h>#include <TGraph.h>#include <TGraphErrors.h>#include <TTree.h>#include <TCanvas.h>#include <TFile.h>#include <TPaveText.h>#include <TLegend.h>#include <TStyle.h>#include <TSystem.h>#include <TMultiGraph.h>#include <TGaxis.h>#include <TPaveStats.h>#include <TSQLServer.h>#include <TSQLResult.h>#include <TSQLStatement.h>#include <iostream>#include <iomanip>#include <sstream>#include <string>#include <cstring>#include <cstdlib>#include <fstream>Go to the source code of this file.
Classes | |
| struct | NearlinePlotLogScale |
| struct | NearlinePlotEnables |
| struct | NearlinePlotInfo |
| struct | NearlinePlot |
| struct | NearlineHTML |
| struct | NearlineProcessingVersion |
| struct | NearlineProcessingPedestal |
| struct | NearlineProcessingTime |
| struct | NearlineProcessingTimePlot |
Functions | |
| void | histogramZoom (TH1 *hist, double n_sigma) |
| void | graphZoom (TGraph *gr, double n_sigma) |
Variables | |
| ifstream | inFile |
| TDatime * | TNowGMT |
| TDatime * | TNow |
| TDatime * | SRtime |
| Int_t | GMToffset |
| unsigned int | run |
| unsigned int | subrun |
| UInt_t | LastRun |
| UInt_t | LastSR |
| void graphZoom | ( | TGraph * | gr, |
| double | n_sigma | ||
| ) |
| void histogramZoom | ( | TH1 * | hist, |
| double | n_sigma | ||
| ) |
| Int_t GMToffset |
Definition at line 54 of file NearlinePlotMaker.h.
| ifstream inFile |
Definition at line 49 of file NearlinePlotMaker.h.
| UInt_t LastRun |
Definition at line 59 of file NearlinePlotMaker.h.
| UInt_t LastSR |
Definition at line 60 of file NearlinePlotMaker.h.
| unsigned int run |
Definition at line 56 of file NearlinePlotMaker.h.
| TDatime* SRtime |
Definition at line 53 of file NearlinePlotMaker.h.
| unsigned int subrun |
Definition at line 57 of file NearlinePlotMaker.h.
| TDatime* TNow |
Definition at line 52 of file NearlinePlotMaker.h.
| TDatime* TNowGMT |
Definition at line 51 of file NearlinePlotMaker.h.
1.8.11