#include <fstream>
#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 <TDatime.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>
Go to the source code of this file.
Classes | |
struct | NearlinePlot |
Variables | |
ifstream | inFile |
TDatime * | TNowGMT |
TDatime * | TNow |
TDatime * | SRtime |
Int_t | GMToffset |
unsigned int | run |
unsigned int | subrun |
UInt_t | LastRun |
UInt_t | LastSR |
Int_t GMToffset |
Definition at line 45 of file NearlinePlotMakerJPD.h.
ifstream inFile |
Definition at line 40 of file NearlinePlotMakerJPD.h.
UInt_t LastRun |
Definition at line 50 of file NearlinePlotMakerJPD.h.
UInt_t LastSR |
Definition at line 51 of file NearlinePlotMakerJPD.h.
unsigned int run |
Definition at line 47 of file NearlinePlotMakerJPD.h.
TDatime* SRtime |
Definition at line 44 of file NearlinePlotMakerJPD.h.
unsigned int subrun |
Definition at line 48 of file NearlinePlotMakerJPD.h.
TDatime* TNow |
Definition at line 43 of file NearlinePlotMakerJPD.h.
TDatime* TNowGMT |
Definition at line 42 of file NearlinePlotMakerJPD.h.