CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalSubdetDigiMonitor::HistLim Struct Reference

List of all members.

Public Member Functions

 HistLim (int nbin, float mini, float maxi)

Public Attributes

float max
float min
int n

Detailed Description

Definition at line 337 of file HcalSubdetDigiMonitor.h.


Constructor & Destructor Documentation

HcalSubdetDigiMonitor::HistLim::HistLim ( int  nbin,
float  mini,
float  maxi 
) [inline]

Definition at line 339 of file HcalSubdetDigiMonitor.h.

    : n(nbin), min(mini), max(maxi) {}

Member Data Documentation

Definition at line 343 of file HcalSubdetDigiMonitor.h.

Referenced by HcalSubdetDigiMonitor::bookProfile().

Definition at line 342 of file HcalSubdetDigiMonitor.h.

Referenced by HcalSubdetDigiMonitor::bookProfile().

Definition at line 341 of file HcalSubdetDigiMonitor.h.

Referenced by HcalSubdetDigiMonitor::bookProfile().