Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NCDataQualityPlot2D.h File Reference

#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]


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
kDQ2DEventsPerPOT 
kDQ2DEventsPerPOTLT05GeV 
kDQ2DEventsPerPOTLT1GeV 
kDQ2DEventsPerPOTGT1GeV 
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 };


Variable Documentation

const DQDef2D kDQVars2D[kDQ2DNumDists]
 

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().


Generated on Mon Feb 15 11:08:06 2010 for loon by  doxygen 1.3.9.1