Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
MONITORL1DT::JHistogram Struct Reference

Auxiliary data structure for histogram management. More...

Public Member Functions

 JHistogram ()
 Default constructor.
 
 JHistogram (TH2D *__h2s, TH1D *__h1l)
 Constructor.
 

Public Attributes

TH2D * h2s
 
TH1D * h1l
 

Detailed Description

Auxiliary data structure for histogram management.

Definition at line 71 of file JMonitorL1dt.cc.

Constructor & Destructor Documentation

◆ JHistogram() [1/2]

MONITORL1DT::JHistogram::JHistogram ( )
inline

Default constructor.

Definition at line 75 of file JMonitorL1dt.cc.

75 :
76 h2s(NULL),
77 h1l(NULL)
78 {}

◆ JHistogram() [2/2]

MONITORL1DT::JHistogram::JHistogram ( TH2D * __h2s,
TH1D * __h1l )
inline

Constructor.

Parameters
__h2s2D histogram for signal
__h1l1D histogram for background

Definition at line 87 of file JMonitorL1dt.cc.

88 :
89 h2s(__h2s),
90 h1l(__h1l)
91 {
92 h2s->Sumw2();
93 h1l->Sumw2();
94 }

Member Data Documentation

◆ h2s

TH2D* MONITORL1DT::JHistogram::h2s

Definition at line 96 of file JMonitorL1dt.cc.

◆ h1l

TH1D* MONITORL1DT::JHistogram::h1l

Definition at line 97 of file JMonitorL1dt.cc.


The documentation for this struct was generated from the following file: