CMS 3D CMS Logo

Functions | Variables
Histogram.h File Reference
#include "TH1.h"
#include "TH2.h"
#include "TString.h"

Go to the source code of this file.

Functions

void bookHistos ()
 

Variables

TH1F * hT123Bad
 
TH1F * hT123LLR
 
TH1F * hT123LRL
 
TH1F * hT123LRR
 
TH1F * hT124Bad
 
TH1F * hT124LLLL
 
TH1F * hT124LLLR
 
TH1F * hT124LLR
 
TH1F * hT124LRLL
 
TH1F * hT124LRLR
 
TH1F * hT124LRR1gt4
 
TH1F * hT124LRR1lt4
 
TH1F * hT134Bad
 
TH1F * hT134LLLL
 
TH1F * hT134LLLR
 
TH1F * hT134LLR1gt4
 
TH1F * hT134LLR1lt4
 
TH1F * hT134LRLL
 
TH1F * hT134LRLR
 
TH1F * hT134LRR
 
TH1F * hT234Bad
 
TH1F * hT234LLR
 
TH1F * hT234LRL
 
TH1F * hT234LRR
 

Function Documentation

void bookHistos ( )

Definition at line 33 of file Histogram.h.

Referenced by DTt0DBValidation::beginRun(), DTResolutionAnalysisTask::bookHistograms(), MuonPFAnalyzer::bookHistograms(), DTChamberEfficiencyTask::bookHistograms(), DTDigiTask::bookHistograms(), DTResolutionAnalysisTest::bookHistos(), DTTriggerEfficiencyTest::Bookings(), DTResolutionAnalysisTest::dqmEndJob(), DTChamberEfficiencyClient::dqmEndJob(), DTNoiseAnalysisTest::dqmEndLuminosityBlock(), DTOccupancyTest::dqmEndLuminosityBlock(), DTOccupancyTestML::dqmEndLuminosityBlock(), DTChamberEfficiencyTest::dqmEndLuminosityBlock(), DTSegmentAnalysisTest::dqmEndLuminosityBlock(), DTResolutionTest::dqmEndLuminosityBlock(), DTEfficiencyTest::dqmEndLuminosityBlock(), and DTTriggerEfficiencyTest::runClientDiagnostic().

33  {
34  hT123LRL = new TH1F("hT123LRL", "Tmax123 LRL", 2000, -1000., 1000.);
35  hT123LLR = new TH1F("hT123LLR", "Tmax123 LLR", 2000, -1000., 1000.);
36  hT123LRR = new TH1F("hT123LRR", "Tmax123 LRR", 2000, -1000., 1000.);
37  hT123Bad = new TH1F("hT123Bad", "Bad Tmax123", 10, -5., 5.);
38  hT124LRR1gt4 = new TH1F("hT124LRR1gt4", "Tmax124 LRR x1>x4", 2000, -1000., 1000.);
39  hT124LRR1lt4 = new TH1F("hT124LRR1lt4", "Tmax124 LRR x1<x4", 2000, -1000., 1000.);
40  hT124LLR = new TH1F("hT124LLR", "Tmax124 LLR", 2000, -1000., 1000.);
41  hT124LLLR = new TH1F("hT124LLLR", "Tmax124 LLL Dir.R", 2000, -1000., 1000.);
42  hT124LLLL = new TH1F("hT124LLLL", "Tmax124 LLL Dir.L", 2000, -1000., 1000.);
43  hT124LRLL = new TH1F("hT124LRLL", "Tmax124 LRL Dir.L", 2000, -1000., 1000.);
44  hT124LRLR = new TH1F("hT124LRLR", "Tmax124 LRL Dir.R", 2000, -1000., 1000.);
45  hT124Bad = new TH1F("hT124Bad", "Bad Tmax124", 10, -5., 5.);
46  hT134LLR1gt4 = new TH1F("hT134LLR1gt4", "Tmax134 LLR x1>x4", 2000, -1000., 1000.);
47  hT134LLR1lt4 = new TH1F("hT134LLR1lt4", "Tmax134 LLR x1<x4", 2000, -1000., 1000.);
48  hT134LRR = new TH1F("hT134LRR", "Tmax134", 2000, -1000., 1000.);
49  hT134LRLR = new TH1F("hT134LRLR", "Tmax134 LRL Dir.R", 2000, -1000., 1000.);
50  hT134LRLL = new TH1F("hT134LRLL", "Tmax134 LRL Dir.L", 2000, -1000., 1000.);
51  hT134LLLL = new TH1F("hT134LLLL", "Tmax134 LLL Dir.L", 2000, -1000., 1000.);
52  hT134LLLR = new TH1F("hT134LLLR", "Tmax134 LLL Dir.R", 2000, -1000., 1000.);
53  hT134Bad = new TH1F("hT134Bad", "Bad Tmax134", 10, -5., 5.);
54  hT234LRL = new TH1F("hT234LRL", "Tmax234 LRL", 2000, -1000., 1000.);
55  hT234LLR = new TH1F("hT234LLR", "Tmax234 LLR", 2000, -1000., 1000.);
56  hT234LRR = new TH1F("hT234LRR", "Tmax234 LRR", 2000, -1000., 1000.);
57  hT234Bad = new TH1F("hT234Bad", "Bad Tmax234", 10, -5., 5.);
58 }
TH1F * hT124LLR
Definition: Histogram.h:15
TH1F * hT123Bad
Definition: Histogram.h:8
TH1F * hT123LRL
Definition: Histogram.h:9
TH1F * hT134LRLL
Definition: Histogram.h:25
TH1F * hT124LRLR
Definition: Histogram.h:19
TH1F * hT124LLLR
Definition: Histogram.h:16
TH1F * hT134LLR1lt4
Definition: Histogram.h:22
TH1F * hT124LLLL
Definition: Histogram.h:17
TH1F * hT134LLLR
Definition: Histogram.h:27
TH1F * hT134LRLR
Definition: Histogram.h:24
TH1F * hT124LRR1lt4
Definition: Histogram.h:14
TH1F * hT124LRR1gt4
Definition: Histogram.h:13
TH1F * hT123LRR
Definition: Histogram.h:11
TH1F * hT124LRLL
Definition: Histogram.h:18
TH1F * hT234Bad
Definition: Histogram.h:28
TH1F * hT134LRR
Definition: Histogram.h:23
TH1F * hT234LRR
Definition: Histogram.h:31
TH1F * hT234LRL
Definition: Histogram.h:29
TH1F * hT234LLR
Definition: Histogram.h:30
TH1F * hT134LLLL
Definition: Histogram.h:26
TH1F * hT124Bad
Definition: Histogram.h:12
TH1F * hT134LLR1gt4
Definition: Histogram.h:21
TH1F * hT134Bad
Definition: Histogram.h:20
TH1F * hT123LLR
Definition: Histogram.h:10

Variable Documentation

TH1F* hT123Bad

Definition at line 8 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT123LLR

Definition at line 10 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT123LRL

Definition at line 9 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT123LRR

Definition at line 11 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124Bad

Definition at line 12 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LLLL

Definition at line 17 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LLLR

Definition at line 16 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LLR

Definition at line 15 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LRLL

Definition at line 18 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LRLR

Definition at line 19 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LRR1gt4

Definition at line 13 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT124LRR1lt4

Definition at line 14 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134Bad

Definition at line 20 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LLLL

Definition at line 26 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LLLR

Definition at line 27 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LLR1gt4

Definition at line 21 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LLR1lt4

Definition at line 22 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LRLL

Definition at line 25 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LRLR

Definition at line 24 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT134LRR

Definition at line 23 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT234Bad

Definition at line 28 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT234LLR

Definition at line 30 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT234LRL

Definition at line 29 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().

TH1F* hT234LRR

Definition at line 31 of file Histogram.h.

Referenced by bookHistos(), and DTTMax::DTTMax().