CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Axis.cc
Go to the documentation of this file.
1 
3 
4 namespace hcaldqm
5 {
6  namespace axis
7  {
9  _type(fXaxis), _qtype(fValue), _log(false)
10  {
11  }
12 
14  int n, double min, double max, bool log) :
15  _nbins(n), _min(min), _max(max), _title(title), _type(type),
16  _qtype(qtype), _log(log)
17  {
18  }
19  }
20 }
21 
22 
23 
24 
25 
type
Definition: HCALResponse.h:21
T min(T a, T b)
Definition: MathUtil.h:58
volatile std::atomic< bool > shutdown_flag false