Main Page
Namespaces
Classes
Package Documentation
GIT Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
HcalCommon
src
Axis.cc
Go to the documentation of this file.
1
2
#include "
DQM/HcalCommon/interface/Axis.h
"
3
4
namespace
hcaldqm
5
{
6
namespace
axis
7
{
8
Axis::Axis
():
9
_type(
fXaxis
), _qtype(
fValue
), _log(
false
)
10
{
11
}
12
13
Axis::Axis
(
std::string
title
,
AxisType
type
,
AxisQType
qtype,
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
indexGen.title
title
Definition:
indexGen.py:48
type
type
Definition:
HCALResponse.h:21
hcaldqm::axis::fXaxis
Definition:
Axis.h:34
hcaldqm::axis::AxisType
AxisType
Definition:
Axis.h:32
hcaldqm::axis::Axis::Axis
Axis()
Definition:
Axis.cc:8
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
dqm-mbProfile.log
tuple log
Definition:
dqm-mbProfile.py:17
hcaldqm::axis::AxisQType
AxisQType
Definition:
Axis.h:39
min
T min(T a, T b)
Definition:
MathUtil.h:58
hcaldqm::axis::fValue
Definition:
Axis.h:41
gen::n
int n
Definition:
Cascade2Hadronizer.cc:79
bookConverter.max
max
Definition:
bookConverter.py:166
edm::false
volatile std::atomic< bool > shutdown_flag false
Definition:
UnixSignalHandlers.cc:22
Axis.h
Generated for CMSSW Reference Manual by
1.8.5