#include "TString.h"#include "TH2D.h"Go to the source code of this file.
Classes | |
| struct | DQDef2D |
| Definition of a 2D data quality plot: name, title, binning. More... | |
| class | NCDataQualityPlot2D |
| Modification of a TH2D. More... | |
Enumerations | |
| enum | { kDQ2DEventsPerPOT = 0, kDQ2DEventsPerPOTLT05GeV = 1, kDQ2DEventsPerPOTLT1GeV = 2, kDQ2DEventsPerPOTGT1GeV = 3, kDQ2DNumDists = 4 } |
Variables | |
| const DQDef2D | kDQVars2D [kDQ2DNumDists] |
|
|
Definition at line 31 of file NCDataQualityPlot2D.h. 00031 {
00032 kDQ2DEventsPerPOT = 0,
00033 kDQ2DEventsPerPOTLT05GeV = 1,
00034 kDQ2DEventsPerPOTLT1GeV = 2,
00035 kDQ2DEventsPerPOTGT1GeV = 3,
00036 kDQ2DNumDists = 4
00037 };
|
|
|
Initial value: {
{"eventsPerPOT", ";POT/spill (#times10^{12});Events/Spill", 40, 0, 40, 50, 0, 50},
{"eventsPerPOTLT05GeV", ";POT/spill (#times10^{12});Events/Spill", 40, 0, 40, 50, 0, 50},
{"eventsPerPOTLT1GeV", ";POT/spill (#times10^{12});Events/Spill", 40, 0, 40, 50, 0, 50},
{"eventsPerPOTGT1GeV", ";POT/spill (#times10^{12});Events/Spill", 40, 0, 40, 50, 0, 50},
}
Definition at line 40 of file NCDataQualityPlot2D.h. Referenced by NCDataQualityModule::CombineDataQualityPlots(), and NCDataQualityPlot2D::NCDataQualityPlot2D(). |
1.3.9.1