Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DQM
SiPixelCommon
interface
SiPixelHistogramId.h
Go to the documentation of this file.
1
#ifndef SiPixelCommon_SiPixelHistogramId_h
2
#define SiPixelCommon_SiPixelHistogramId_h
3
// -*- C++ -*-
4
//
5
// Package: SiPixelCommon
6
// Class : SiPixelHistogramId
7
//
17
//
18
// Original Author: chiochia
19
// Created: Wed Feb 22 16:07:51 CET 2006
20
//
21
22
#include <string>
23
#include <cstdint>
24
25
class
SiPixelHistogramId
{
26
public
:
28
SiPixelHistogramId
();
30
SiPixelHistogramId
(
std::string
dataCollection);
32
virtual
~SiPixelHistogramId
();
34
std::string
setHistoId
(
std::string
variable
, uint32_t &rawId);
36
std::string
getDataCollection
(
std::string
histogramId);
38
uint32_t
getRawId
(
std::string
histogramId);
39
40
private
:
41
std::string
returnIdPart
(
std::string
histoid, uint32_t whichpart);
42
std::string
dataCollection_
;
43
std::string
separator_
;
44
};
45
46
#endif
SiPixelHistogramId::SiPixelHistogramId
SiPixelHistogramId()
Constructor.
Definition:
SiPixelHistogramId.cc:22
SiPixelHistogramId::dataCollection_
std::string dataCollection_
Definition:
SiPixelHistogramId.h:42
SiPixelHistogramId::returnIdPart
std::string returnIdPart(std::string histoid, uint32_t whichpart)
get Part
Definition:
SiPixelHistogramId.cc:47
SiPixelHistogramId::setHistoId
std::string setHistoId(std::string variable, uint32_t &rawId)
Set Histogram Id.
Definition:
SiPixelHistogramId.cc:29
SiPixelHistogramId::getDataCollection
std::string getDataCollection(std::string histogramId)
Get data Collection.
Definition:
SiPixelHistogramId.cc:38
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SiPixelHistogramId
Definition:
SiPixelHistogramId.h:25
SiPixelHistogramId::~SiPixelHistogramId
virtual ~SiPixelHistogramId()
Destructor.
Definition:
SiPixelHistogramId.cc:27
SiPixelHistogramId::getRawId
uint32_t getRawId(std::string histogramId)
Get Detector Raw Id.
Definition:
SiPixelHistogramId.cc:40
taus_updatedMVAIds_cff.variable
variable
Definition:
taus_updatedMVAIds_cff.py:33
SiPixelHistogramId::separator_
std::string separator_
Definition:
SiPixelHistogramId.h:43
Generated for CMSSW Reference Manual by
1.8.16