CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dtcalibration::Histograms Struct Reference

#include <Histogram.h>

Public Member Functions

void bookHistos ()
 

Public Attributes

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
 

Detailed Description

Definition at line 9 of file Histogram.h.

Member Function Documentation

◆ bookHistos()

void dtcalibration::Histograms::bookHistos ( )
inline

Definition at line 35 of file Histogram.h.

35  {
36  hT123LRL = new TH1F("hT123LRL", "Tmax123 LRL", 2000, -1000., 1000.);
37  hT123LLR = new TH1F("hT123LLR", "Tmax123 LLR", 2000, -1000., 1000.);
38  hT123LRR = new TH1F("hT123LRR", "Tmax123 LRR", 2000, -1000., 1000.);
39  hT123Bad = new TH1F("hT123Bad", "Bad Tmax123", 10, -5., 5.);
40  hT124LRR1gt4 = new TH1F("hT124LRR1gt4", "Tmax124 LRR x1>x4", 2000, -1000., 1000.);
41  hT124LRR1lt4 = new TH1F("hT124LRR1lt4", "Tmax124 LRR x1<x4", 2000, -1000., 1000.);
42  hT124LLR = new TH1F("hT124LLR", "Tmax124 LLR", 2000, -1000., 1000.);
43  hT124LLLR = new TH1F("hT124LLLR", "Tmax124 LLL Dir.R", 2000, -1000., 1000.);
44  hT124LLLL = new TH1F("hT124LLLL", "Tmax124 LLL Dir.L", 2000, -1000., 1000.);
45  hT124LRLL = new TH1F("hT124LRLL", "Tmax124 LRL Dir.L", 2000, -1000., 1000.);
46  hT124LRLR = new TH1F("hT124LRLR", "Tmax124 LRL Dir.R", 2000, -1000., 1000.);
47  hT124Bad = new TH1F("hT124Bad", "Bad Tmax124", 10, -5., 5.);
48  hT134LLR1gt4 = new TH1F("hT134LLR1gt4", "Tmax134 LLR x1>x4", 2000, -1000., 1000.);
49  hT134LLR1lt4 = new TH1F("hT134LLR1lt4", "Tmax134 LLR x1<x4", 2000, -1000., 1000.);
50  hT134LRR = new TH1F("hT134LRR", "Tmax134", 2000, -1000., 1000.);
51  hT134LRLR = new TH1F("hT134LRLR", "Tmax134 LRL Dir.R", 2000, -1000., 1000.);
52  hT134LRLL = new TH1F("hT134LRLL", "Tmax134 LRL Dir.L", 2000, -1000., 1000.);
53  hT134LLLL = new TH1F("hT134LLLL", "Tmax134 LLL Dir.L", 2000, -1000., 1000.);
54  hT134LLLR = new TH1F("hT134LLLR", "Tmax134 LLL Dir.R", 2000, -1000., 1000.);
55  hT134Bad = new TH1F("hT134Bad", "Bad Tmax134", 10, -5., 5.);
56  hT234LRL = new TH1F("hT234LRL", "Tmax234 LRL", 2000, -1000., 1000.);
57  hT234LLR = new TH1F("hT234LLR", "Tmax234 LLR", 2000, -1000., 1000.);
58  hT234LRR = new TH1F("hT234LRR", "Tmax234 LRR", 2000, -1000., 1000.);
59  hT234Bad = new TH1F("hT234Bad", "Bad Tmax234", 10, -5., 5.);
60  }

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

Member Data Documentation

◆ hT123Bad

TH1F* dtcalibration::Histograms::hT123Bad

Definition at line 10 of file Histogram.h.

Referenced by bookHistos().

◆ hT123LLR

TH1F* dtcalibration::Histograms::hT123LLR

Definition at line 12 of file Histogram.h.

Referenced by bookHistos().

◆ hT123LRL

TH1F* dtcalibration::Histograms::hT123LRL

Definition at line 11 of file Histogram.h.

Referenced by bookHistos().

◆ hT123LRR

TH1F* dtcalibration::Histograms::hT123LRR

Definition at line 13 of file Histogram.h.

Referenced by bookHistos().

◆ hT124Bad

TH1F* dtcalibration::Histograms::hT124Bad

Definition at line 14 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LLLL

TH1F* dtcalibration::Histograms::hT124LLLL

Definition at line 19 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LLLR

TH1F* dtcalibration::Histograms::hT124LLLR

Definition at line 18 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LLR

TH1F* dtcalibration::Histograms::hT124LLR

Definition at line 17 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LRLL

TH1F* dtcalibration::Histograms::hT124LRLL

Definition at line 20 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LRLR

TH1F* dtcalibration::Histograms::hT124LRLR

Definition at line 21 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LRR1gt4

TH1F* dtcalibration::Histograms::hT124LRR1gt4

Definition at line 15 of file Histogram.h.

Referenced by bookHistos().

◆ hT124LRR1lt4

TH1F* dtcalibration::Histograms::hT124LRR1lt4

Definition at line 16 of file Histogram.h.

Referenced by bookHistos().

◆ hT134Bad

TH1F* dtcalibration::Histograms::hT134Bad

Definition at line 22 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LLLL

TH1F* dtcalibration::Histograms::hT134LLLL

Definition at line 28 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LLLR

TH1F* dtcalibration::Histograms::hT134LLLR

Definition at line 29 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LLR1gt4

TH1F* dtcalibration::Histograms::hT134LLR1gt4

Definition at line 23 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LLR1lt4

TH1F* dtcalibration::Histograms::hT134LLR1lt4

Definition at line 24 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LRLL

TH1F* dtcalibration::Histograms::hT134LRLL

Definition at line 27 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LRLR

TH1F* dtcalibration::Histograms::hT134LRLR

Definition at line 26 of file Histogram.h.

Referenced by bookHistos().

◆ hT134LRR

TH1F* dtcalibration::Histograms::hT134LRR

Definition at line 25 of file Histogram.h.

Referenced by bookHistos().

◆ hT234Bad

TH1F* dtcalibration::Histograms::hT234Bad

Definition at line 30 of file Histogram.h.

Referenced by bookHistos().

◆ hT234LLR

TH1F* dtcalibration::Histograms::hT234LLR

Definition at line 32 of file Histogram.h.

Referenced by bookHistos().

◆ hT234LRL

TH1F* dtcalibration::Histograms::hT234LRL

Definition at line 31 of file Histogram.h.

Referenced by bookHistos().

◆ hT234LRR

TH1F* dtcalibration::Histograms::hT234LRR

Definition at line 33 of file Histogram.h.

Referenced by bookHistos().

dtcalibration::Histograms::hT123LLR
TH1F * hT123LLR
Definition: Histogram.h:12
dtcalibration::Histograms::hT134LLR1gt4
TH1F * hT134LLR1gt4
Definition: Histogram.h:23
dtcalibration::Histograms::hT134LLR1lt4
TH1F * hT134LLR1lt4
Definition: Histogram.h:24
dtcalibration::Histograms::hT134LLLR
TH1F * hT134LLLR
Definition: Histogram.h:29
dtcalibration::Histograms::hT234LLR
TH1F * hT234LLR
Definition: Histogram.h:32
dtcalibration::Histograms::hT234LRR
TH1F * hT234LRR
Definition: Histogram.h:33
dtcalibration::Histograms::hT123LRR
TH1F * hT123LRR
Definition: Histogram.h:13
dtcalibration::Histograms::hT134LLLL
TH1F * hT134LLLL
Definition: Histogram.h:28
dtcalibration::Histograms::hT134LRLR
TH1F * hT134LRLR
Definition: Histogram.h:26
dtcalibration::Histograms::hT124LRLL
TH1F * hT124LRLL
Definition: Histogram.h:20
dtcalibration::Histograms::hT124LLLL
TH1F * hT124LLLL
Definition: Histogram.h:19
dtcalibration::Histograms::hT134LRR
TH1F * hT134LRR
Definition: Histogram.h:25
dtcalibration::Histograms::hT123Bad
TH1F * hT123Bad
Definition: Histogram.h:10
dtcalibration::Histograms::hT124Bad
TH1F * hT124Bad
Definition: Histogram.h:14
dtcalibration::Histograms::hT124LLR
TH1F * hT124LLR
Definition: Histogram.h:17
dtcalibration::Histograms::hT134LRLL
TH1F * hT134LRLL
Definition: Histogram.h:27
dtcalibration::Histograms::hT234Bad
TH1F * hT234Bad
Definition: Histogram.h:30
dtcalibration::Histograms::hT124LRR1lt4
TH1F * hT124LRR1lt4
Definition: Histogram.h:16
dtcalibration::Histograms::hT134Bad
TH1F * hT134Bad
Definition: Histogram.h:22
dtcalibration::Histograms::hT123LRL
TH1F * hT123LRL
Definition: Histogram.h:11
dtcalibration::Histograms::hT124LLLR
TH1F * hT124LLLR
Definition: Histogram.h:18
dtcalibration::Histograms::hT124LRLR
TH1F * hT124LRLR
Definition: Histogram.h:21
dtcalibration::Histograms::hT234LRL
TH1F * hT234LRL
Definition: Histogram.h:31
dtcalibration::Histograms::hT124LRR1gt4
TH1F * hT124LRR1gt4
Definition: Histogram.h:15