CMS 3D CMS Logo

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 5 of file HcalSubdetDigiMonitor.cc.


Constructor & Destructor Documentation

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

Definition at line 7 of file HcalSubdetDigiMonitor.cc.

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


Member Data Documentation

float HistLim::max

Definition at line 11 of file HcalSubdetDigiMonitor.cc.

float HistLim::min

Definition at line 10 of file HcalSubdetDigiMonitor.cc.

int HistLim::n

Definition at line 9 of file HcalSubdetDigiMonitor.cc.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:24:15 2009 for CMSSW by  doxygen 1.5.4